summaryrefslogtreecommitdiff
path: root/mysql-test/t/3.23/err000001.test
blob: f264c0bb172fd2c9ab315aac466df3b6095ecc47 (plain)
1
2
3
use test;
drop table if exists foo;
!$1146 insert into foo values(1);