1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Multi query fix the recursion (SCRUM - For Monty)

This commit is contained in:
venu@myvenu.com
2003-01-20 14:00:50 -08:00
parent e0a79dc112
commit 643264db2c
2 changed files with 29 additions and 10 deletions

View File

@ -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: