summaryrefslogtreecommitdiff
path: root/mysql-test/r/grant.result
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-08-22 14:16:39 +0200
committerunknown <msvensson@neptunus.(none)>2006-08-22 14:16:39 +0200
commita649c63130c8ff09c097253a091cebfe69a5fab4 (patch)
tree6755cd48834217ad4a2df379e3d146b0a1333ccd /mysql-test/r/grant.result
parent1b6858ea50c55bfff29d9796aed91166eda2b4ea (diff)
downloadmariadb-git-a649c63130c8ff09c097253a091cebfe69a5fab4.tar.gz
Update result file for "grant" to 5.1 version
mysql-test/r/grant.result: Update result file format to 5.1 version
Diffstat (limited to 'mysql-test/r/grant.result')
-rw-r--r--mysql-test/r/grant.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/grant.result b/mysql-test/r/grant.result
index b60d238c951..3ac48e4a01f 100644
--- a/mysql-test/r/grant.result
+++ b/mysql-test/r/grant.result
@@ -911,7 +911,7 @@ ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table '
SHOW CREATE TABLE mysqltest2.t_nn;
Table Create Table
t_nn CREATE TABLE `t_nn` (
- `c1` int(11) default NULL
+ `c1` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
SHOW CREATE VIEW mysqltest2.t_nn;
ERROR HY000: 'mysqltest2.t_nn' is not VIEW
@@ -930,7 +930,7 @@ v_nn CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER
SHOW CREATE TABLE mysqltest2.t_nn;
Table Create Table
t_nn CREATE TABLE `t_nn` (
- `c1` int(11) default NULL
+ `c1` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
SHOW CREATE VIEW mysqltest2.t_nn;
ERROR HY000: 'mysqltest2.t_nn' is not VIEW