1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Automatic conversion from CHAR(length) to BLOB when length > 255

New operators MOD and DIV
SELECT ... FROM DUAL
TRUE = 1 and FALSE = 0
This commit is contained in:
monty@mashka.mysql.fi
2002-11-21 02:07:14 +02:00
parent f86d328927
commit 305d16a7cb
39 changed files with 223 additions and 41 deletions

View File

@ -486,7 +486,7 @@ public:
List <MYSQL_ERROR> warn_list;
uint warn_count[(uint) MYSQL_ERROR::WARN_LEVEL_END];
uint total_warn_count, old_total_warn_count;
ulong query_id, version, options, thread_id, col_access;
ulong query_id, warn_id, version, options, thread_id, col_access;
ulong current_stmt_id;
long dbug_thread_id;
pthread_t real_id;