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

Added SQL_ANSI_MODE.

This commit is contained in:
jcole@tetra.spaceapes.com
2001-03-12 18:16:30 -06:00
parent 2505d667c7
commit a855617f36
8 changed files with 89 additions and 34 deletions

View File

@ -539,6 +539,8 @@ extern struct show_var_st init_vars[];
extern struct show_var_st status_vars[];
extern enum db_type default_table_type;
extern uchar global_state_map[256];
#ifndef __WIN__
extern pthread_t signal_thread;
#endif