diff options
author | root@home.(none) <> | 2003-03-16 12:30:10 +0400 |
---|---|---|
committer | root@home.(none) <> | 2003-03-16 12:30:10 +0400 |
commit | 5c6c54c09afe1658e03e3c365bb5f84ff2286d37 (patch) | |
tree | dba5acdcfade3de03935aa1867550c60b1e85696 /sql/sql_string.cc | |
parent | 1daed63ed8af3c0819e276788b4caab841804d73 (diff) | |
download | mariadb-git-5c6c54c09afe1658e03e3c365bb5f84ff2286d37.tar.gz |
system_charset_info has been moved to /sql directory
and isn't used in libraries any longer
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 |