diff options
author | monty@mashka.mysql.fi <> | 2003-01-21 21:28:51 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-01-21 21:28:51 +0200 |
commit | 7436e9ec97feed09bbda0c3a8b58c6f1f30ca243 (patch) | |
tree | 746b47095ebdcc9cd407758fe0edc8f9e2495e33 /sql/sql_prepare.cc | |
parent | 49580a5168470a03cf4381b48669a6c821163519 (diff) | |
parent | 4fd9bad4cc03050c1c91b22f5660469ea8b97cca (diff) | |
download | mariadb-git-7436e9ec97feed09bbda0c3a8b58c6f1f30ca243.tar.gz |
Merge
Diffstat (limited to 'sql/sql_prepare.cc')
-rw-r--r-- | sql/sql_prepare.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index 0e1cdbe824f..e8ba7e91c7b 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -71,7 +71,6 @@ Long data handling: #include "mysql_priv.h" #include "sql_acl.h" #include "sql_select.h" // for JOIN -#include <assert.h> // for DEBUG_ASSERT() #include <m_ctype.h> // for isspace() #define IS_PARAM_NULL(pos, param_no) pos[param_no/8] & (1 << param_no & 7) |