mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix typos in mysql-test/
This commit is contained in:
committed by
Daniel Black
parent
40c5b62531
commit
1b95e46524
@@ -24,7 +24,7 @@ DECLARE local_uuid VARCHAR(255);
|
||||
SET cur_user= "current_user@localhost";
|
||||
SET local_uuid= "36774b1c-6374-11df-a2ca-0ef7ac7a5f6c";
|
||||
WHILE ins_count > 0 DO
|
||||
# Must use local variables for statment based replication
|
||||
# Must use local variables for statement based replication
|
||||
INSERT INTO test.regular_tbl VALUES (NULL, NOW(), cur_user, local_uuid,
|
||||
ins_count,'Non partitioned table! Going to test replication for MySQL');
|
||||
SET ins_count = ins_count - 1;
|
||||
|
Reference in New Issue
Block a user