Commit 86eeb04a authored by Alexander Barkov's avatar Alexander Barkov

Fixing a crash in the latest push from Olivier.

modified:
  storage/connect/ha_connect.cc
parent 879be566
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment