summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2006-06-30 02:25:35 +0300
committerunknown <monty@mysql.com>2006-06-30 02:25:35 +0300
commit77deeb7ee6b533f3cafac3524362cd783c79b2e8 (patch)
tree49d31bddbb621eb2ad5dc6fdaa0e992eb7f5869a /mysys
parent3c79d36a9782523ef04e56781a555ae906258267 (diff)
downloadmariadb-git-77deeb7ee6b533f3cafac3524362cd783c79b2e8.tar.gz
Fixed include file usage
hp_test2 now works again Fixed wrong cast, which caused problems with gcc 4.0 and floats in prepared statements (Bug #19694) heap/hp_test1.c: Portability fix heap/hp_test2.c: Added max_table_size (fixes that hp_test2 works again) include/my_global.h: Fixed wrong cast, which caused problems with gcc 4.0 (Bug #19694) mysys/my_handler.c: Added missing include file strings/strtod.c: Fixed include files
Diffstat (limited to 'mysys')
-rw-r--r--mysys/my_handler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_handler.c b/mysys/my_handler.c
index 3eed0ee6c08..156e7892580 100644
--- a/mysys/my_handler.c
+++ b/mysys/my_handler.c
@@ -15,6 +15,7 @@
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA */
+#include <my_global.h>
#include "my_handler.h"
int mi_compare_text(CHARSET_INFO *charset_info, uchar *a, uint a_length,