Skip to content

Commit 8c452f2

Browse files
committed
Cleanup of xplugin suite
Description: Removed redundant test xplugin.test. Enabled test xplugin.bug_22241015_rpl.
1 parent de2bcec commit 8c452f2

File tree

5 files changed

+2
-33
lines changed

5 files changed

+2
-33
lines changed

mysql-test/suite/xplugin/r/1st.result

Lines changed: 0 additions & 12 deletions
This file was deleted.

mysql-test/suite/xplugin/r/bug_22241015_rpl.result

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ INDEX `name_index` (`$ix_t50_r_6ae999552ad2dca14d62e2bc8b764d377b1dd6c`(50));
2121
"Mysqlx.Crud.Update should be uncommented in crud_rpl.test after fixing this bug"
2222
UPDATE `xplugintest`.`table2` SET doc=JSON_SET(doc,'$.name','\"Omar
2323
Argentina\"') WHERE (`_id` = 2);
24-
2524
include/sync_slave_sql_with_master.inc
2625
# Connection:slave - Row with value 2 is expected on slave.
2726
USE xplugintest;
@@ -37,9 +36,8 @@ table2 CREATE TABLE `table2` (
3736
SELECT * FROM xplugintest.table2;
3837
doc _id $ix_t50_r_6ae999552ad2dca14d62e2bc8b764d377b1dd6c
3938
{"id": "1", "_id": "1", "name": "Omar Bras"} 1 Omar Bras
40-
{"id": "2", "_id": "2", "name": "Omar
41-
Argentina"} 2 Omar
42-
Argentina
39+
{"id": "2", "_id": "2", "name": "\"Omar\nArgentina\""} 2 "Omar
40+
Argentina"
4341
include/diff_tables.inc [master:xplugintest.table2, slave:xplugintest.table2]
4442
Warnings:
4543
Warning 1235 This version of MySQL doesn't yet support 'sorting of non-scalar JSON values'

mysql-test/suite/xplugin/t/1st-master.opt

Lines changed: 0 additions & 1 deletion
This file was deleted.

mysql-test/suite/xplugin/t/1st.test

Lines changed: 0 additions & 15 deletions
This file was deleted.

mysql-test/suite/xplugin/t/disabled.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
# Do not use any TAB characters for whitespace.
55
# If the test is disabled due to a bug, start the comment with BUG#<bugnumber>
66

7-
bug_22241015_rpl: crud_rpl crashes while executing UPDATE on slave mysqld (Bug#22241015)

0 commit comments

Comments
 (0)