Added space character between '--' and comment text in sql scripts.
This commit is contained in:
@ -5,6 +5,6 @@ SET autocommit=1;
|
||||
BEGIN;
|
||||
CREATE INDEX foo_t1 on T1 (id); -- implicit commit
|
||||
SELECT (@@server_id) INTO @a;
|
||||
SELECT @a; --should read from slave
|
||||
SELECT @a; -- should read from slave
|
||||
DROP TABLE IF EXISTS T1;
|
||||
COMMIT;
|
||||
|
Reference in New Issue
Block a user