diff options
author | marko@hundin.mysql.fi <> | 2004-02-20 16:34:09 +0200 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2004-02-20 16:34:09 +0200 |
commit | 234e9abf6afb47cd3200eb2f7c421d644a6047ab (patch) | |
tree | 96c04a7ccc804314e3737d02fc081513e1e827db /innobase/rem | |
parent | 7acccd81dc23a89e9221d265e0bcaf3a544ea09b (diff) | |
download | mariadb-git-234e9abf6afb47cd3200eb2f7c421d644a6047ab.tar.gz |
Many files:
Removed unused code
.del-os0trash.c~8cae5c1695501117:
Delete: innobase/os/os0trash.c
dict0crea.c:
Protect all sprintf(%s) with assertions
Diffstat (limited to 'innobase/rem')
-rw-r--r-- | innobase/rem/rem0cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/rem/rem0cmp.c b/innobase/rem/rem0cmp.c index 2e18e68ec43..71a7b1368cb 100644 --- a/innobase/rem/rem0cmp.c +++ b/innobase/rem/rem0cmp.c @@ -58,7 +58,7 @@ cmp_debug_dtuple_rec_with_match( 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. The prototype here must be a copy of the the one in ha_innobase.cc! */ - +extern int innobase_mysql_cmp( /*===============*/ |