summaryrefslogtreecommitdiff
path: root/innobase/data
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/data')
-rw-r--r--innobase/data/data0type.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/innobase/data/data0type.c b/innobase/data/data0type.c
index 39c80b773a2..a1cd34acd23 100644
--- a/innobase/data/data0type.c
+++ b/innobase/data/data0type.c
@@ -18,8 +18,9 @@ column definitions, or records in the insert buffer, we use this
charset-collation code for them. */
ulint data_mysql_default_charset_coll = 99999999;
+ulint data_mysql_latin1_swedish_charset_coll = 99999999;
-dtype_t dtype_binary_val = {DATA_BINARY, 0, 0, 0, 0};
+dtype_t dtype_binary_val = {DATA_BINARY, 0, 0, 0};
dtype_t* dtype_binary = &dtype_binary_val;
/*************************************************************************