mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
8085d440ec
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
6 lines
171 B
Text
6 lines
171 B
Text
#################################
|
|
# Wrapper for rpl_row_blob.test#
|
|
#################################
|
|
let $engine_type=myisam;
|
|
-- source extra/rpl_tests/rpl_row_blob.test
|
|
|