mirror of
https://github.com/MariaDB/server.git
synced 2025-05-04 06:05:05 +03:00
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
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
#################################
|
|
# Wrapper for rpl_row_blob.test#
|
|
#################################
|
|
let $engine_type=myisam;
|
|
-- source extra/rpl_tests/rpl_row_blob.test
|
|
|