mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
New rbr blob test requested by Lars
mysql-test/extra/rpl_tests/rpl_row_blob.test: New blobs test for RBR mysql-test/t/rpl_row_blob_innodb.test: Innodb wrapper for rbr blob test mysql-test/t/rpl_row_blob_myisam.test: MyISAM wrapper for rbr blob test mysql-test/r/rpl_row_blob_myisam.result: MyISAM result for rbr blob test mysql-test/r/rpl_row_blob_innodb.result: Innodb result for rbr blob test
This commit is contained in:
7
mysql-test/t/rpl_row_blob_innodb.test
Normal file
7
mysql-test/t/rpl_row_blob_innodb.test
Normal file
@@ -0,0 +1,7 @@
|
||||
#################################
|
||||
# Wrapper for rpl_row_blob.test#
|
||||
#################################
|
||||
-- source include/have_innodb.inc
|
||||
let $engine_type=INNODB;
|
||||
-- source extra/rpl_tests/rpl_row_blob.test
|
||||
|
||||
Reference in New Issue
Block a user