diff options
author | unknown <bell@sanja.is.com.ua> | 2003-01-14 18:00:34 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2003-01-14 18:00:34 +0200 |
commit | 742de8f5ff550da8cfe681fe7bc7b4bdfdccc083 (patch) | |
tree | 6d78da4d0e27ac1f407b8d3a712252ab1bb542bb /include/m_string.h | |
parent | 8b255948974868d0c5281ab81e17e789c7a0894f (diff) | |
download | mariadb-git-742de8f5ff550da8cfe681fe7bc7b4bdfdccc083.tar.gz |
after merging fixing
include/m_string.h:
added include to va_list bicame known
mysql-test/r/union.result:
some changing in error message
sql/sql_base.cc:
error detection moved
sql/sql_lex.cc:
new flag to detect table name error
sql/sql_lex.h:
new flag to detect table name error
sql/sql_yacc.yy:
check possibility of using table name added
Diffstat (limited to 'include/m_string.h')
-rw-r--r-- | include/m_string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_string.h b/include/m_string.h index fabd6c9bb59..15a488fe72a 100644 --- a/include/m_string.h +++ b/include/m_string.h @@ -31,6 +31,9 @@ #include <string.h> #endif +/* need by my_vsnprintf */ +#include <stdarg.h> + /* Correct some things for UNIXWARE7 */ #ifdef HAVE_UNIXWARE7_THREADS #undef HAVE_STRINGS_H |