diff options
author | gluh@gluh.mysql.r18.ru <> | 2004-12-10 12:07:11 +0300 |
---|---|---|
committer | gluh@gluh.mysql.r18.ru <> | 2004-12-10 12:07:11 +0300 |
commit | 2e912bbbe80fea41d52da32856bcf0a54c6e33df (patch) | |
tree | 66e74d7dcaa0816cb4ae36f5ba45e910cdaa6267 /mysql-test/r/func_sapdb.result | |
parent | be11a7d92f9351c5bdca25288aef95a740bd7d34 (diff) | |
download | mariadb-git-2e912bbbe80fea41d52da32856bcf0a54c6e33df.tar.gz |
Don't display 'usage' privilege in TABLE_PRIVILEGES if we have columns privileges
mysqldump skips information_schema db
'use' now can use information_schema db
changed value of column 'Null' to 'NO' if column is not nullable
Diffstat (limited to 'mysql-test/r/func_sapdb.result')
-rw-r--r-- | mysql-test/r/func_sapdb.result | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/r/func_sapdb.result b/mysql-test/r/func_sapdb.result index fb344855e83..f80b0281dd8 100644 --- a/mysql-test/r/func_sapdb.result +++ b/mysql-test/r/func_sapdb.result @@ -174,12 +174,12 @@ date("1997-12-31 23:59:59.000001") as f8, time("1997-12-31 23:59:59.000001") as f9; describe t1; Field Type Null Key Default Extra -f1 date 0000-00-00 +f1 date NO 0000-00-00 f2 datetime YES NULL f3 time YES NULL -f4 time 00:00:00 -f5 time 00:00:00 -f6 time 00:00:00 +f4 time NO 00:00:00 +f5 time NO 00:00:00 +f6 time NO 00:00:00 f7 datetime YES NULL f8 date YES NULL f9 time YES NULL |