diff options
author | heikki@hundin.mysql.fi <> | 2002-03-21 18:03:09 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2002-03-21 18:03:09 +0200 |
commit | e90a57aa49c79d75cabef38c764b5f81ba0288dc (patch) | |
tree | 8484c3bb65d40af0743b44a24a788dc2d5cf7d48 /innobase/rem | |
parent | 254df5fdd66989c404ff2f4253bf05afc2df53fa (diff) | |
download | mariadb-git-e90a57aa49c79d75cabef38c764b5f81ba0288dc.tar.gz |
Many files:
Merge InnoDB-3.23.50
Diffstat (limited to 'innobase/rem')
-rw-r--r-- | innobase/rem/rem0cmp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/innobase/rem/rem0cmp.c b/innobase/rem/rem0cmp.c index 60828b122ba..e4779b5f26b 100644 --- a/innobase/rem/rem0cmp.c +++ b/innobase/rem/rem0cmp.c @@ -55,7 +55,8 @@ cmp_debug_dtuple_rec_with_match( contains the value for current comparison */ /***************************************************************** This function is used to compare two data fields for which the data type -is such that we must use MySQL code to compare them. */ +is such that we must use MySQL code to compare them. The prototype here +must be a copy of the the one in ha_innobase.cc! */ int innobase_mysql_cmp( |