Commit 087b630d authored by Alexander Barkov's avatar Alexander Barkov

Adding "echo" in the end of grant.inc, to read *.result files easier.

modified:
  mysql-test/suite/connect/r/bin.result
  mysql-test/suite/connect/t/grant.inc
parent 0db320e3
# #
# Testing grants # Beginning of grant.inc
# #
GRANT ALL PRIVILEGES ON *.* TO user@localhost; GRANT ALL PRIVILEGES ON *.* TO user@localhost;
REVOKE FILE ON *.* FROM user@localhost; REVOKE FILE ON *.* FROM user@localhost;
...@@ -75,6 +75,9 @@ DROP VIEW v1; ...@@ -75,6 +75,9 @@ DROP VIEW v1;
DROP TABLE t1; DROP TABLE t1;
DROP USER user@localhost; DROP USER user@localhost;
# #
# End of grant.inc
#
#
# Testing errors # Testing errors
# #
CREATE TABLE t1 CREATE TABLE t1
......
--echo # --echo #
--echo # Testing grants --echo # Beginning of grant.inc
--echo # --echo #
GRANT ALL PRIVILEGES ON *.* TO user@localhost; GRANT ALL PRIVILEGES ON *.* TO user@localhost;
REVOKE FILE ON *.* FROM user@localhost; REVOKE FILE ON *.* FROM user@localhost;
...@@ -68,3 +68,7 @@ DROP VIEW v1; ...@@ -68,3 +68,7 @@ DROP VIEW v1;
DROP TABLE t1; DROP TABLE t1;
--remove_file $MYSQLD_DATADIR/test/t1.EXT --remove_file $MYSQLD_DATADIR/test/t1.EXT
DROP USER user@localhost; DROP USER user@localhost;
--echo #
--echo # End of grant.inc
--echo #
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment