branches/5.1: Whitespace fixup

This commit is contained in:
vdimov 2010-03-30 07:39:02 +00:00
parent bf8e948d27
commit 93d221788d

View file

@ -238,7 +238,7 @@ static MYSQL_THDVAR_BOOL(table_locks, PLUGIN_VAR_OPCMDARG,
/* default */ TRUE);
static handler *innobase_create_handler(handlerton *hton,
TABLE_SHARE *table,
TABLE_SHARE *table,
MEM_ROOT *mem_root)
{
return new (mem_root) ha_innobase(hton, table);