1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

merge correcttion in mysql-test/r/mysqldump.result

mysql-test/r/mysqldump.result:
  merge correction
This commit is contained in:
unknown
2004-03-11 22:43:10 +04:00
parent f3112e648c
commit a20bf68aeb

View File

@ -285,6 +285,8 @@ UNLOCK TABLES;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
set global sql_mode='';
drop table t1;
create table t1(a int);
insert into t1 values (1),(2),(3);
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT, CHARACTER_SET_CLIENT=utf8 */;