mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1
into deer.mysql.r18.ru:/home/hf/work/mysql-4.1.w1 sql/ha_innodb.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_prepare.cc: Auto merged
This commit is contained in:
@ -30,7 +30,11 @@ Prepare:
|
||||
- Without executing the query, return back to client the total
|
||||
number of parameters along with result-set metadata information
|
||||
(if any) in the following format:
|
||||
[STMT_ID:4][Columns:2][Param_count:2][Columns meta info][Params meta info]
|
||||
[STMT_ID:4]
|
||||
[Column_count:2]
|
||||
[Param_count:2]
|
||||
[Columns meta info] (if Column_count > 0)
|
||||
[Params meta info] (if Param_count > 0 ) (TODO : 4.1.1)
|
||||
|
||||
Prepare-execute:
|
||||
|
||||
|
Reference in New Issue
Block a user