From 757da5b744594a24362e7b61eeabe01d53c3dddf Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 8 Oct 2002 17:58:43 +0300 Subject: Fixed missing table_list->name -> table_list->alias convert myisam/mi_open.c: Fixed problem with wrongly calculated max_data_file_length mysql-test/Makefile.am: Added missing .require test files scripts/mysqlhotcopy.sh: Remove end / from directory names (portability fix) tests/grant.res: Update of test results --- tests/grant.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/grant.res b/tests/grant.res index 37266facc61..91c37a2c9f8 100644 --- a/tests/grant.res +++ b/tests/grant.res @@ -310,7 +310,7 @@ select Host, Db, User, Table_name, Grantor, Table_priv, Column_priv from mysql.t revoke GRANT OPTION on grant_test.test from grant_user@localhost Error in execute: There is no such grant defined for user 'grant_user' on host 'localhost' on table 'test' grant select(a) on grant_test.test to grant_user@localhost -show columns from test +show full columns from test a int(11) YES NULL select b int(11) YES NULL -- cgit v1.2.1