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