1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

A fix (bug #6101: mysqldump writes invalid SQL).

client/mysqldump.c:
  A fix (bug #6101: mysqldump writes invalid SQL).
  Syntax corrected.
This commit is contained in:
unknown
2004-10-19 11:00:44 +05:00
parent 1412365a3f
commit 9c8436505d
3 changed files with 27 additions and 1 deletions

View File

@ -127,3 +127,9 @@ insert into t1 values (1),(2),(3);
--exec rm $MYSQL_TEST_DIR/var/tmp/t1.sql
--exec rm $MYSQL_TEST_DIR/var/tmp/t1.txt
drop table t1;
#
# Bug #6101: create database problem
#
--exec $MYSQL_DUMP --skip-comments --databases test