mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fixing a crash in the latest push from Olivier.
modified: storage/connect/ha_connect.cc
This commit is contained in:
parent
879be566e0
commit
86eeb04a93
1 changed files with 1 additions and 1 deletions
|
@ -3997,7 +3997,7 @@ int ha_connect::create(const char *name, TABLE *table_arg,
|
|||
#endif // !LIBXML2_SUPPORT
|
||||
|
||||
if (!xsup)
|
||||
push_warning(table->in_use,
|
||||
push_warning(table_arg->in_use,
|
||||
MYSQL_ERROR::WARN_LEVEL_WARN, 0, g->Message);
|
||||
|
||||
} // endif type
|
||||
|
|
Loading…
Reference in a new issue