1
0
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:
gluh@eagle.intranet.mysql.r18.ru
2005-06-16 12:12:47 +05:00
parent ec26af487d
commit a851311d77
5 changed files with 32 additions and 4 deletions

View File

@ -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;