diff options
Diffstat (limited to 'sql/sql_string.cc')
-rw-r--r-- | sql/sql_string.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_string.cc b/sql/sql_string.cc index 1a0366112f4..b6425003af3 100644 --- a/sql/sql_string.cc +++ b/sql/sql_string.cc @@ -28,6 +28,7 @@ #include <floatingpoint.h> #endif +CHARSET_INFO *system_charset_info= &my_charset_latin1; extern gptr sql_alloc(unsigned size); extern void sql_element_free(void *ptr); static uint32 |