georg Sun Apr 21 09:03:37 2002 EDT
Modified files:
/phpdoc/en/reference/mysql/functions mysql-create-db.xml
Log:
Added a note (mysql_create_db is deprecated)
Index: phpdoc/en/reference/mysql/functions/mysql-create-db.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-create-db.xml:1.2
phpdoc/en/reference/mysql/functions/mysql-create-db.xml:1.3
--- phpdoc/en/reference/mysql/functions/mysql-create-db.xml:1.2 Wed Apr 17 02:41:05
2002
+++ phpdoc/en/reference/mysql/functions/mysql-create-db.xml Sun Apr 21 09:03:37
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
<refentry id="function.mysql-create-db">
<refnamediv>
@@ -44,8 +44,16 @@
For downwards compatibility <function>mysql_createdb</function>
can also be used. This is deprecated, however.
</para>
+ <note>
+ <para>
+ The function <function>mysql_create_db</function> is deprecated. It
+ is preferable to use <function>mysql_query</function> to issue a
+ SQL CREATE DATABASE Statement instead.
+ </para>
+ </note>
<para>
- See also: <function>mysql_drop_db</function>.
+ See also: <function>mysql_drop_db</function>,
+ <function>mysql_query</function>.
</para>
</refsect1>
</refentry>