mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
Merge mysql.com:/home/mydev/mysql-5.1
into mysql.com:/home/mydev/mysql-5.1-wl1563
This commit is contained in:
commit
684689d1e3
2 changed files with 2 additions and 2 deletions
|
@ -1037,7 +1037,7 @@ drop table t1;
|
|||
--error 1
|
||||
--exec $MYSQL_TEST --record -x $MYSQL_TEST_DIR/var/tmp/bug11731.sql -R $MYSQL_TEST_DIR/var/tmp/bug11731.out 2>&1
|
||||
# The .out file should be non existent
|
||||
--exec test ! -e $MYSQL_TEST_DIR/var/tmp/bug11731.out
|
||||
--exec test ! -s $MYSQL_TEST_DIR/var/tmp/bug11731.out
|
||||
drop table t1;
|
||||
|
||||
|
||||
|
|
|
@ -136,7 +136,7 @@ public:
|
|||
init_ends(THD *thd, Item *ends);
|
||||
|
||||
void
|
||||
event_timed::init_body(THD *thd);
|
||||
init_body(THD *thd);
|
||||
|
||||
void
|
||||
init_comment(THD *thd, LEX_STRING *set_comment);
|
||||
|
|
Loading…
Add table
Reference in a new issue