mirror of
https://github.com/MariaDB/server.git
synced 2025-08-18 17:42:20 +03:00

ins000001.test BitKeeper file /home/sasha/src/bk/mysql/mysql-test/t/3.23/ins000001.test ins000001.result BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/3.23/ins000001.result
4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
use test;
|
|
drop table if exists foo;
|
|
!$1146 insert into foo values(1);
|