1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Added new optino --sql-mode to mysqld.

This commit is contained in:
jani@hynda.mysql.fi
2001-08-09 18:51:38 +03:00
parent 4ad1e112f8
commit 44722151fd
11 changed files with 62 additions and 34 deletions

View File

@ -232,7 +232,7 @@ public:
char *query,*thread_stack;
char *host,*user,*priv_user,*db,*ip;
const char *proc_info;
uint client_capabilities,max_packet_length;
uint client_capabilities,sql_mode,max_packet_length;
uint master_access,db_access;
TABLE *open_tables,*temporary_tables;
MYSQL_LOCK *lock,*locked_tables;