diff options
author | Michael Widenius <monty@askmonty.org> | 2011-05-18 00:47:56 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-05-18 00:47:56 +0300 |
commit | 0da2df248ba5915630d04e7b7335bea409670cd6 (patch) | |
tree | 41d4764eac2461a949ddae44677bc8f484a45d8e /sql/item_timefunc.h | |
parent | 3565a470bfecd49622df4a07ca051434f05230e8 (diff) | |
download | mariadb-git-0da2df248ba5915630d04e7b7335bea409670cd6.tar.gz |
Removed some alias warnings
Fixed alias bug when compiling with gcc 4.2.4 that caused subselect.test to fail
sql/item.cc:
Removed alias warnings by changing type from char * to const char*
sql/item.h:
Removed alias warnings by changing type from char * to const char*
sql/item_subselect.cc:
Fixed alias bug when compiling with gcc 4.2.4 that caused subselect.test to fail
sql/sql_string.h:
Removed alias warnings by changing type from char * to const char*
storage/heap/hp_test2.c:
Removed SAFEMALLOC to get rid of compiler error
Fixed test case as we can't anymore use heap_rlast() on a HASH key entry.
Diffstat (limited to 'sql/item_timefunc.h')
0 files changed, 0 insertions, 0 deletions