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

after merge

This commit is contained in:
serg@serg.mylan
2006-03-06 23:43:47 +01:00
parent 5a1672dd66
commit 6d6d11787f
3 changed files with 2 additions and 13 deletions

View File

@ -47,7 +47,6 @@ connection con2;
select 4;
drop table t1;
connection default;
disconnect con2;
--error 1064
kill (select count(*) from mysql.user);