mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix for bug#11055: information_schema: routines.sql_data_access has wrong value
This commit is contained in:
@ -20,6 +20,8 @@
|
||||
struct st_table;
|
||||
class Field;
|
||||
|
||||
#define STRING_WITH_LEN(X) X, (sizeof(X)-1)
|
||||
|
||||
typedef struct st_lex_string
|
||||
{
|
||||
char *str;
|
||||
|
Reference in New Issue
Block a user