mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
This commit is contained in:
commit
c56641a600
1 changed files with 1 additions and 1 deletions
|
@ -1200,7 +1200,7 @@ Ndb::internalize_index_name(const NdbTableImpl * table,
|
|||
if (!table)
|
||||
{
|
||||
DBUG_PRINT("error", ("!table"));
|
||||
return ret;
|
||||
DBUG_RETURN(ret);
|
||||
}
|
||||
|
||||
if (fullyQualifiedNames)
|
||||
|
|
Loading…
Add table
Reference in a new issue