From 343644dd5dc18b5722700495b7bb365724fef1a9 Mon Sep 17 00:00:00 2001
From: "monty@mysql.com" <>
Date: Wed, 3 May 2006 15:59:17 +0300
Subject: Added support for key_block_size for key and table level (WL#602)
 Added support for key_block_size to MyISAM. Simplify interface to 'new Key'
 to make it easier to add new key options. mysqld option --new is used to
 define where key options are printed. (In 5.3 we should move all key options
 to after key part definition to avoid problem with reserved names) Fixed some
 compiler warnings and a memory leak in ssl

---
 sql/sql_lex.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'sql/sql_lex.h')

diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 47fbc685bab..a7f9aa8ac5e 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -840,6 +840,7 @@ typedef struct st_lex
   udf_func udf;
   HA_CHECK_OPT   check_opt;			// check/repair options
   HA_CREATE_INFO create_info;
+  KEY_CREATE_INFO key_info;
   LEX_MASTER_INFO mi;				// used by CHANGE MASTER
   USER_RESOURCES mqh;
   ulong type;
-- 
cgit v1.2.1