mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed problem with const table named with crashed test suite on MacOSX
This commit is contained in:
@ -36,6 +36,12 @@
|
||||
#endif
|
||||
#include <mysys_err.h>
|
||||
|
||||
/*
|
||||
The following is used to initialise Table_ident with a internal
|
||||
table name
|
||||
*/
|
||||
char internal_table_name[2]= "*";
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
** Instansiate templates
|
||||
|
Reference in New Issue
Block a user