diff options
author | monty@mysql.com <> | 2004-08-31 14:35:04 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-08-31 14:35:04 +0300 |
commit | 6adaff23a4b2170f59dda27cd5b897adb40c2542 (patch) | |
tree | 0b5dee6e825afda907f8333d42fa031460fb3597 /include | |
parent | ceba1429b731a0712f49bcd43f70aabc41e8094f (diff) | |
download | mariadb-git-6adaff23a4b2170f59dda27cd5b897adb40c2542.tar.gz |
Review of new pushed code (Indentation fixes and simple optimizations)
Use 'mysqltest' as test database instead of test_$1 or test1,test2 to not accidently delete an important database
Safety fix for mailformed MERGE files
Diffstat (limited to 'include')
-rw-r--r-- | include/config-win.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/config-win.h b/include/config-win.h index 96a155633eb..0ba8dd2cf43 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -151,9 +151,7 @@ typedef uint rf_SetTimer; #endif /* ERROR is defined in wingdi.h */ -#ifdef ERROR #undef ERROR -#endif /* We need to close files to break connections on shutdown */ #ifndef SIGNAL_WITH_VIO_CLOSE |