1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-26 01:44:06 +03:00
Files
mariadb/mysql-test/t/err000001.test

4 lines
70 B
Plaintext

use test;
drop table if exists foo;
!$1146 insert into foo values(1);