mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Fix bug MDEV-5486 (fail to create or drop a table dbn.tbn when no default database)
modified: storage/connect/ha_connect.cc storage/connect/ha_connect.h - Typo modified: storage/connect/odbconn.cpp storage/connect/user_connect.h
This commit is contained in:
@@ -2023,7 +2023,6 @@ bool ODBConn::GetDrivers(PQRYRES qrp)
|
||||
return rv;
|
||||
} // end of GetDrivers
|
||||
|
||||
|
||||
/***********************************************************************/
|
||||
/* A helper class to split an optionally qualified table name into */
|
||||
/* components. */
|
||||
@@ -2042,7 +2041,7 @@ class SQLQualifiedName
|
||||
{
|
||||
S->str= str;
|
||||
S->length= length;
|
||||
} // eend of lex_string_set
|
||||
} // end of lex_string_set
|
||||
|
||||
void lex_string_shorten_down(MYSQL_LEX_STRING *S, size_t offs)
|
||||
{
|
||||
|
Reference in New Issue
Block a user