diff options
author | unknown <venu@myvenu.com> | 2003-04-16 16:53:12 -0700 |
---|---|---|
committer | unknown <venu@myvenu.com> | 2003-04-16 16:53:12 -0700 |
commit | 430a3291efed1c85626f41506bf978f0d8d34cbb (patch) | |
tree | 81be99d04ee1f4ab995dd317b3a6f1ecd86a0f50 /Docs | |
parent | 390597cf9a3baa330eba2013e2e1c1be744a19f0 (diff) | |
download | mariadb-git-430a3291efed1c85626f41506bf978f0d8d34cbb.tar.gz |
Added the missed OK packet status to internals.texi
Docs/internals.texi:
Added the missed OK packet status
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/internals.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Docs/internals.texi b/Docs/internals.texi index 803eae007df..c8cf335e2f4 100644 --- a/Docs/internals.texi +++ b/Docs/internals.texi @@ -2393,10 +2393,11 @@ can only start with 255 if it's an error packet. @section 4.1 prepared statement init packet This is the return packet when one sends a query with the COM_PREPARE -command. +command (packet length is always '9'). @multitable @columnfractions .10 .90 @item Size @tab Comment +@item 1 @tab 0 ; Marker for OK packet @item 4 @tab Statement handler id @item 2 @tab Number of columns in result set @item 2 @tab Number of parameters in query |