Commit fdb19238 authored by unknown's avatar unknown

Merge stella.local:/home/mydev/mysql-5.1-amain

into  stella.local:/home/mydev/mysql-5.1-axmrg


mysql-test/include/have_bug25714.inc:
  Auto merged
sql/table.cc:
  Auto merged
parents 674f49f8 24e7b256
......@@ -969,6 +969,7 @@ static int open_binary_frm(THD *thd, TABLE_SHARE *share, uchar *head,
}
parser_name.str= (char*) next_chunk;
parser_name.length= strlen((char*) next_chunk);
next_chunk+= parser_name.length + 1;
keyinfo->parser= my_plugin_lock_by_name(NULL, &parser_name,
MYSQL_FTPARSER_PLUGIN);
if (! keyinfo->parser)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment