reference/mysql/functions/mysql-drop-db.xml
8a4247cc1b7daf4daaaec8701d46d1daa1c0b886
...
...
@@ -6,6 +6,15 @@
6
6
<refpurpose>Drop (delete) a MySQL database</refpurpose>
7
7
</refnamediv>
8
8

9
+
<refsynopsisdiv>
10
+
<warning>
11
+
&mysql.alternative.note.4-3-0;
12
+
<simplelist role="alternatives">
13
+
<member>Execute a <literal>DROP DATABASE</literal> query</member>
14
+
</simplelist>
15
+
</warning>
16
+
</refsynopsisdiv>
17
+

9
18
<refsect1 role="description">
10
19
&reftitle.description;
11
20
<methodsynopsis>
...
...
@@ -74,15 +83,6 @@ if (mysql_query($sql, $link)) {
74
83

75
84
<refsect1 role="notes">
76
85
&reftitle.notes;
77
-
<note>
78
-
&mysql.alternative.note;
79
-
<para>
80
-
&mysql.alternative.include;
81
-
<simplelist>
82
-
<member>Execute a <literal>DROP DATABASE</literal> query</member>
83
-
</simplelist>
84
-
</para>
85
-
</note>
86
86
<warning>
87
87
<para>
88
88
This function will not be available if the MySQL extension was built
89
89