1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix bad merge.

This commit is contained in:
cmiller@zippy.cornsilk.net
2006-10-20 22:21:05 -04:00
parent 5a217c51dc
commit dae79f0a50

View File

@ -284,7 +284,7 @@ end:
thd->clear_error();
/* Such a statement can always go directly to binlog, no trans cache. */
thd->binlog_query(THD::MYSQL_STMT_TYPE,
thd->binlog_query(THD::STMT_QUERY_TYPE,
stmt_query.ptr(), stmt_query.length(), FALSE, FALSE);
}
}