diff options
author | monty@hundin.mysql.fi <> | 2001-10-04 02:44:18 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-10-04 02:44:18 +0300 |
commit | 62c8014171cf81a17897d85f0c80d0621548a2ae (patch) | |
tree | b1013532246a774deaac975b2e53d6cd4332aabd /sql/mysql_priv.h | |
parent | 55a6911bb158126302dd93467818fd2b32bcb78a (diff) | |
download | mariadb-git-62c8014171cf81a17897d85f0c80d0621548a2ae.tar.gz |
Fixed some build problems.
Fix that compressed packets and normal packets looks indentical before calling net_real_write()
(Needed for query cache)
Optimize IS NULL handling
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 851e33fca04..f817d53f33e 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -508,7 +508,7 @@ void sql_print_error(const char *format,...) extern uint32 server_id; extern char *mysql_data_home,server_version[SERVER_VERSION_LENGTH], max_sort_char, mysql_real_data_home[]; -extern my_string mysql_unix_port,mysql_tmpdir; +extern my_string mysql_tmpdir; extern const char *first_keyword, *localhost, *delayed_user; extern ulong refresh_version,flush_version, thread_id,query_id,opened_tables, created_tmp_tables, created_tmp_disk_tables, @@ -522,7 +522,7 @@ extern ulong filesort_merge_passes; extern ulong select_range_check_count, select_range_count, select_scan_count; extern ulong select_full_range_join_count,select_full_join_count, slave_open_temp_tables; -extern uint test_flags,select_errors,mysql_port,ha_open_options; +extern uint test_flags,select_errors,ha_open_options; extern ulong thd_startup_options, slow_launch_threads, slow_launch_time; extern time_t start_time; extern const char *command_name[]; |