mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
automerge 5.1->5.5
This commit is contained in:
parent
8f79579925
commit
724cc40023
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ connect(default,localhost,root,,test);
|
|||
|
||||
# Copied data from t1 into t2 large than max_binlog_cache_size
|
||||
START TRANSACTION;
|
||||
--error 1197
|
||||
--error ER_TRANS_CACHE_FULL
|
||||
CREATE TABLE t2 SELECT * FROM t1;
|
||||
COMMIT;
|
||||
SHOW TABLES LIKE 't%';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue