diff options
author | monty@hundin.mysql.fi <> | 2002-08-12 03:33:46 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-12 03:33:46 +0300 |
commit | c99c1fd38439a7c529dc24c03c5ff586ba694c57 (patch) | |
tree | e90396228cd90fe22d0c1831170866e47b1602aa /myisam/mi_dynrec.c | |
parent | deaec7b0e05afe21580b1c9190fa83e6c5920f4e (diff) | |
download | mariadb-git-c99c1fd38439a7c529dc24c03c5ff586ba694c57.tar.gz |
Changed IF(expr, column, NULL) to take type from column
Fixed some windows portability problems and removed some compiler warnings
Cleaned up QUOTE() function and fixed bug in \0 and \Z handling.
Diffstat (limited to 'myisam/mi_dynrec.c')
-rw-r--r-- | myisam/mi_dynrec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/myisam/mi_dynrec.c b/myisam/mi_dynrec.c index 8a9ca8aab34..60e6fc0519a 100644 --- a/myisam/mi_dynrec.c +++ b/myisam/mi_dynrec.c @@ -1097,7 +1097,6 @@ int _mi_cmp_dynamic_unique(MI_INFO *info, MI_UNIQUEDEF *def, const byte *record, my_off_t pos) { byte *rec_buff,*old_record; - uint alloced_rec_buff_length; int error; DBUG_ENTER("_mi_cmp_dynamic_unique"); |