diff options
author | unknown <monty@mashka.mysql.fi> | 2003-09-09 20:06:50 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-09-09 20:06:50 +0300 |
commit | 8272be9412ecf6566192260df7217a1bec7ffc99 (patch) | |
tree | c28d739cb848970b4758a26b83c985732b379552 /libmysqld/libmysqld.c | |
parent | 13f0dc32f46da723d6f5e6e8149392975afbff90 (diff) | |
download | mariadb-git-8272be9412ecf6566192260df7217a1bec7ffc99.tar.gz |
Cleaned up last bug fixes
Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
include/mysql.h:
Make server_inited external
libmysqld/libmysqld.c:
Remove reference to (wrong) external variable
mysql-test/r/grant.result:
Fixed up grant test to not user 'user1' or 'user2'
Check for bug in SHOW GRANTS when there is a column privilege but no table privilege
mysql-test/r/mix_innodb_myisam_binlog.result:
Change to use tables t1 and t2
mysql-test/t/grant.test:
Fixed up grant test to not user 'user1' or 'user2'
Check for bug in SHOW GRANTS when there is a column privilege but no table privilege
mysql-test/t/mix_innodb_myisam_binlog.test:
Change to use tables t1 and t2
sql/sql_acl.cc:
Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
sql/sql_parse.cc:
Use HAVE_REPLICATION instead of EMBEDDED_LIBRARY
Diffstat (limited to 'libmysqld/libmysqld.c')
-rw-r--r-- | libmysqld/libmysqld.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmysqld/libmysqld.c b/libmysqld/libmysqld.c index 20dde620131..70ac4ce46c5 100644 --- a/libmysqld/libmysqld.c +++ b/libmysqld/libmysqld.c @@ -74,8 +74,6 @@ static int send_file_to_server(MYSQL *mysql,const char *filename); static ulong mysql_sub_escape_string(CHARSET_INFO *charset_info, char *to, const char *from, ulong length); -extern char server_inited; - #define init_sigpipe_variables #define set_sigpipe(mysql) #define reset_sigpipe(mysql) |