diff options
author | monty@mysql.com <> | 2004-01-19 23:51:17 +0100 |
---|---|---|
committer | monty@mysql.com <> | 2004-01-19 23:51:17 +0100 |
commit | 0eb607006879210b04278d0a961e28e72616645d (patch) | |
tree | 98d19ab1ee2226dc59533f6531cb9b465784e3b3 /myisam/mi_update.c | |
parent | f784f54c9c7d6dcf4ac50582a0532080079f4d5d (diff) | |
download | mariadb-git-0eb607006879210b04278d0a961e28e72616645d.tar.gz |
Code cleanup
Fixed bug in optimizer where it didn't choose right table order in some cases
Diffstat (limited to 'myisam/mi_update.c')
-rw-r--r-- | myisam/mi_update.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/myisam/mi_update.c b/myisam/mi_update.c index d1d41ac351a..f62be133ed9 100644 --- a/myisam/mi_update.c +++ b/myisam/mi_update.c @@ -19,11 +19,6 @@ #include "fulltext.h" #include "rt_index.h" -#ifdef __WIN__ -#include <errno.h> -#endif - - int mi_update(register MI_INFO *info, const byte *oldrec, byte *newrec) { int flag,key_changed,save_errno; |