1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug#20166 mysql-test-run.pl does not test system privilege tables creation

- Part 2, add @@hostname system variable
This commit is contained in:
msvensson@pilot.blaudden
2007-02-20 16:24:38 +01:00
parent bcd368fcfb
commit 6caa0a232e
5 changed files with 36 additions and 5 deletions

View File

@ -639,6 +639,17 @@ select @@&;
--error ER_PARSE_ERROR
select @@@;
#
# Bug#20166 mysql-test-run.pl does not test system privilege tables creation
#
# Don't actually output, since it depends on the system
--replace_column 1 #
select @@hostname;
--error 1238
set @@hostname= "anothername";
--replace_column 2 #
show variables like 'hostname';
--echo End of 5.0 tests
# This is at the very after the versioned tests, since it involves doing