mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Updated result files
mysql-test/r/rpl_row_blob_innodb.result: Updated results files mysql-test/r/rpl_row_blob_myisam.result: Updated results files
This commit is contained in:
parent
221cbd5c4e
commit
1a1b6ea00d
2 changed files with 0 additions and 6 deletions
|
@ -16,9 +16,6 @@ data LONGBLOB, PRIMARY KEY(c1))ENGINE=#;
|
|||
INSERT INTO test.t1 VALUES (NULL, NULL);
|
||||
INSERT INTO test.t1 VALUES (NULL, repeat('a',1*1024));
|
||||
INSERT INTO test.t1 VALUES (NULL, repeat('b',16*1024));
|
||||
CHECK TABLE test.t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 check status OK
|
||||
|
||||
**** Data Insert Validation Master Section test.t1 ****
|
||||
|
||||
|
|
|
@ -16,9 +16,6 @@ data LONGBLOB, PRIMARY KEY(c1))ENGINE=#;
|
|||
INSERT INTO test.t1 VALUES (NULL, NULL);
|
||||
INSERT INTO test.t1 VALUES (NULL, repeat('a',1*1024));
|
||||
INSERT INTO test.t1 VALUES (NULL, repeat('b',16*1024));
|
||||
CHECK TABLE test.t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 check status OK
|
||||
|
||||
**** Data Insert Validation Master Section test.t1 ****
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue