mariadb-server/scripts
Venkata Sidagam 9b25f2f6aa Bug #12917164 DROP USER CAN'T DROP USERS WITH LEGACY
UPPER CASE HOST NAME ANYMORE

Description:
It is not possible to drop users with host names with upper case
letters in them. i.e DROP USER 'root'@'Tmp_Host_Name'; is failing
with error.

Analysis: Since the fix 11748570 we came up with lower case hostnames
as standard. But in the current bug the hostname is created by
mysql_install_db script is still having upper case hostnames. 
So, if we have the hostname with upper case letters like(Tmp_Host_Name)
then we will have as it is stored in the mysql.user table. 
In this case if use "'DROP USER 'root'@'Tmp_Host_Name';" it gives 
error because we do compare with the lower case of hostname since the 
11748570 fix.

Fix: We need to convert the hostname to lower case before storing into 
the mysql.user table when we run the mysql_install_db script.
2013-10-31 23:02:44 +05:30
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
CMakeLists.txt Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
comp_sql.c Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
fill_help_tables.sql Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
make_binary_distribution.sh Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
make_sharedlib_distribution.sh my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
make_win_bin_dist Updated/added copyright headers 2011-07-03 17:47:37 +02:00
Makefile.am Updated/added copyright headers 2011-06-30 17:37:13 +02:00
msql2mysql.sh gen_lex_hash.cc: 2007-01-31 00:06:42 +01:00
mysql_config.pl.in Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_config.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_convert_table_format.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_find_rows.sh Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysql_fix_extensions.sh Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysql_fix_privilege_tables.sh Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
mysql_install_db.pl.in Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
mysql_install_db.sh Updated/added copyright headers 2012-02-15 17:21:38 +01:00
mysql_secure_installation.pl.in Bug#13741677 MYSQL_SECURE_INSTALLATION DOES NOT 2012-07-26 21:47:03 +05:30
mysql_secure_installation.sh Bug#13741677 MYSQL_SECURE_INSTALLATION DOES NOT 2012-07-26 21:47:03 +05:30
mysql_setpermission.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_system_tables_data.sql Bug #12917164 DROP USER CAN'T DROP USERS WITH LEGACY 2013-10-31 23:02:44 +05:30
mysql_system_tables_fix.sql Bug #12917164 DROP USER CAN'T DROP USERS WITH LEGACY 2013-10-31 23:02:44 +05:30
mysql_system_tables.sql Bug#12671635 HELP-TABLEFORMAT DOESN'T MATCH HELP-FILES 2013-03-21 23:36:02 +05:30
mysql_test_data_timezone.sql Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
mysql_zap.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysqlaccess.conf configure fixes 2000-09-14 15:10:06 +03:00
mysqlaccess.sh Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysqlbug.sh Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
mysqld_multi.sh Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
mysqld_safe.sh Bug #16776528 RACE CONDITION CAN CAUSE MYSQLD TO REMOVE SOCKET FILE ERRANTLY 2013-09-09 20:32:50 +05:30
mysqldumpslow.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysqlhotcopy.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00