Ineffective write in is_commit_stmt

This commit is contained in:
VilhoRaatikka 2014-04-28 23:17:38 +03:00
parent bdefa5c3c8
commit 391157d460

View File

@ -764,7 +764,6 @@ static int is_autocommit_stmt(
{
String str(target, sizeof(target), system_charset_info);
String* res = item->val_str(&str);
int rc;
if ((rc = find_type(&bool_typelib, res->ptr(), res->length(), false)))
{