Added space character between '--' and comment text in sql scripts.

This commit is contained in:
VilhoRaatikka
2014-05-21 22:05:13 +03:00
parent c28052d5a4
commit a6eb7bd743
7 changed files with 7 additions and 7 deletions

View File

@ -9,6 +9,6 @@ BEGIN
END //
DELIMITER ;
SELECT (@@server_id) INTO @a;
SELECT @a; --should read from slave
SELECT @a; -- should read from slave
DROP PROCEDURE IF EXISTS simpleproc;
COMMIT;