diff options
author | monty@hundin.mysql.fi <> | 2002-03-27 01:56:10 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-03-27 01:56:10 +0200 |
commit | 727e507bca7fe9342f543340f9d7ea7a02e9708e (patch) | |
tree | 6998f99b1790b678ac1558e748e2a8c992bbfa22 /innobase/rem | |
parent | ce541b292a20114adc5d5bb10142a441246e0675 (diff) | |
parent | 3a571c7c135b9e9707e09ace4058d00ed6935fd1 (diff) | |
download | mariadb-git-727e507bca7fe9342f543340f9d7ea7a02e9708e.tar.gz |
merge with 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 9a5a0eb6e8e..c27af604d04 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( |