diff options
author | sasha@mysql.sashanet.com <> | 2001-08-09 19:16:15 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-08-09 19:16:15 -0600 |
commit | f6836bf81abb42523349ac6cf0b8807fa9e69c3e (patch) | |
tree | ed06f905f1515a2117cc0c243c526264fccaac77 /sql/sql_class.h | |
parent | d9737f20f838f189ef1f3d25df7739770f3b52b9 (diff) | |
parent | be4f7bbdcf89e5fa2a9e8193cda1d317918d7d07 (diff) | |
download | mariadb-git-f6836bf81abb42523349ac6cf0b8807fa9e69c3e.tar.gz |
merged
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 3f212a8f8c6..d149f087c1f 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -240,7 +240,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, *handler_tables; MYSQL_LOCK *lock,*locked_tables; |