summaryrefslogtreecommitdiff
path: root/innobase/rem/rem0cmp.c
diff options
context:
space:
mode:
authorunknown <heikki@donna.mysql.fi>2001-03-07 17:22:27 +0200
committerunknown <heikki@donna.mysql.fi>2001-03-07 17:22:27 +0200
commit1b738d5c0960cb6b7d64dc8d5f049697aabf125e (patch)
tree325abe4be4489b4c59d98839f9bf2c29cacefb94 /innobase/rem/rem0cmp.c
parent9b8ddd1a6d0afc8ab9fa3d0f808b53781b9bab1f (diff)
downloadmariadb-git-1b738d5c0960cb6b7d64dc8d5f049697aabf125e.tar.gz
row0mysql.c Fix REPLACE problem, non-latin1 charset bug
row0upd.c Fix REPLACE problem, non-latin1 charset bug rem0cmp.c Fix REPLACE problem, non-latin1 charset bug innobase/rem/rem0cmp.c: Fix REPLACE problem, non-latin1 charset bug innobase/row/row0mysql.c: Fix REPLACE problem, non-latin1 charset bug innobase/row/row0upd.c: Fix REPLACE problem, non-latin1 charset bug
Diffstat (limited to 'innobase/rem/rem0cmp.c')
-rw-r--r--innobase/rem/rem0cmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/innobase/rem/rem0cmp.c b/innobase/rem/rem0cmp.c
index edf3903cd51..d5208f2d486 100644
--- a/innobase/rem/rem0cmp.c
+++ b/innobase/rem/rem0cmp.c
@@ -171,6 +171,7 @@ cmp_whole_field(
}
return(0);
+ case DATA_VARMYSQL:
case DATA_MYSQL:
return(innobase_mysql_cmp(
(int)(type->prtype & ~DATA_NOT_NULL),