diff options
author | monty@hundin.mysql.fi <> | 2001-08-14 20:33:49 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-08-14 20:33:49 +0300 |
commit | 59e7c97dabb4ec2b60b994be194e9764ec16fa00 (patch) | |
tree | 63b1bcf87d376e768395f4a058416187ee0aad95 /sql/sql_class.h | |
parent | cf19429793d1492af9c806132082e4f66b484fc1 (diff) | |
download | mariadb-git-59e7c97dabb4ec2b60b994be194e9764ec16fa00.tar.gz |
Remove warnings and portability fixes
New global read lock code
Fixed bug in DATETIME with WHERE optimization
Made UNION code more general.
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 d149f087c1f..adbf3bd8008 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -239,7 +239,7 @@ public: struct rand_struct rand; char *query,*thread_stack; char *host,*user,*priv_user,*db,*ip; - const char *proc_info; + const char *proc_info, *host_or_ip; uint client_capabilities,sql_mode,max_packet_length; uint master_access,db_access; TABLE *open_tables,*temporary_tables, *handler_tables; |