diff options
author | Konstantin Osipov <kostja@sun.com> | 2010-07-27 18:32:42 +0400 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2010-07-27 18:32:42 +0400 |
commit | c4c678f653077f6ca93bd8b50906410e29d4b127 (patch) | |
tree | f5b4dd56c20ccff8f87fcf2ff244d4be368ac972 /sql/handler.h | |
parent | 740c0d3a87c07dd5f482db5705449143993e7385 (diff) | |
parent | 8ee568cde7bef3893f5500d07ef45cb58107cff3 (diff) | |
download | mariadb-git-c4c678f653077f6ca93bd8b50906410e29d4b127.tar.gz |
Merge trunk-bugfixing -> trunk-runtime.
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/handler.h b/sql/handler.h index 9f262542a4f..cad97c1f751 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -33,10 +33,6 @@ #include <ft_global.h> #include <keycache.h> -#ifndef NO_HASH -#define NO_HASH /* Not yet implemented */ -#endif - // the following is for checking tables #define HA_ADMIN_ALREADY_DONE 1 |