summaryrefslogtreecommitdiff
path: root/innobase/data
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2004-02-20 11:21:12 +0200
committerunknown <heikki@hundin.mysql.fi>2004-02-20 11:21:12 +0200
commit46a07dbc5f527be5011c50422683f376d5ed5d22 (patch)
treecea10e2c6b0a4f1dd9069a472481dda3c1cd9ed3 /innobase/data
parent6226e45b7b1537ebd24277a5ceb3c874c57aff3e (diff)
downloadmariadb-git-46a07dbc5f527be5011c50422683f376d5ed5d22.tar.gz
rem0cmp.c, data0type.c, data0type.ic, data0type.h, ha_innodb.cc:
Remove the now redundant flag DATA_NONLATIN1; better comments sql/ha_innodb.cc: Remove the now redundant flag DATA_NONLATIN1; better comments innobase/include/data0type.h: Remove the now redundant flag DATA_NONLATIN1; better comments innobase/include/data0type.ic: Remove the now redundant flag DATA_NONLATIN1; better comments innobase/data/data0type.c: Remove the now redundant flag DATA_NONLATIN1; better comments innobase/rem/rem0cmp.c: Remove the now redundant flag DATA_NONLATIN1; better comments
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;
/*************************************************************************