mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1
into mdk10.(none):/home/reggie/bk/41test3
This commit is contained in:
commit
0ff928b0cc
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ my_bool acl_init(THD *org_thd, bool dont_read_acl_tables)
|
||||||
ACL_HOST host;
|
ACL_HOST host;
|
||||||
update_hostname(&host.host,get_field(&mem, table->field[0]));
|
update_hostname(&host.host,get_field(&mem, table->field[0]));
|
||||||
host.db= get_field(&mem, table->field[1]);
|
host.db= get_field(&mem, table->field[1]);
|
||||||
if (lower_case_table_names)
|
if (lower_case_table_names && host.db)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
We make a temporary copy of the database, force it to lower case,
|
We make a temporary copy of the database, force it to lower case,
|
||||||
|
|
Loading…
Add table
Reference in a new issue