From a9f6aab4c9fb3a5f06c95227d70c9bf44e25f957 Mon Sep 17 00:00:00 2001 From: "monty@mishka.local" <> Date: Fri, 6 May 2005 11:39:30 +0300 Subject: Fixes while reviewing new code Added option --count to mysqlshow (to show number of rows) Fixed possible core dump in information schema --- sql/unireg.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/unireg.cc') diff --git a/sql/unireg.cc b/sql/unireg.cc index 95a383e0f01..7ad4563d636 100644 --- a/sql/unireg.cc +++ b/sql/unireg.cc @@ -504,6 +504,7 @@ static bool pack_header(uchar *forminfo, enum db_type table_type, int2store(forminfo+280,22); /* Rows needed */ int2store(forminfo+282,null_fields); int2store(forminfo+284,com_length); + /* Up to forminfo+288 is free to use for additional information */ DBUG_RETURN(0); } /* pack_header */ -- cgit v1.2.1