Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MDBF-535 Test the buildbot change by breaking a spider test
  • Loading branch information
mariadb-YuchenPei committed Jul 25, 2023
1 parent 5da492c commit 0ae05d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions storage/spider/mysql-test/spider/bugfix/t/mdev_19866.test
Expand Up @@ -65,6 +65,11 @@ TRUNCATE TABLE mysql.general_log;
--connection master_1
SELECT * FROM tbl_a;
SELECT * FROM tbl_a WHERE pkey = 1;

--connection child2_1
SELECT argument FROM mysql.general_log WHERE command_type != 'Execute' AND argument LIKE '%select %';

--connection master_1
SELECT * FROM tbl_a;
SELECT * FROM tbl_a WHERE pkey = 2;
SELECT * FROM tbl_a;
Expand Down

0 comments on commit 0ae05d7

Please sign in to comment.