1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge trunk -> trunk-runtime.

This commit is contained in:
Konstantin Osipov
2010-05-13 19:40:33 +04:00
15 changed files with 210 additions and 9 deletions

View File

@@ -702,7 +702,7 @@ static bool write_execute_load_query_log_event(THD *thd, sql_exchange* ex,
{
if (n++)
pfields.append(", ");
if (item->name)
if (item->type() == Item::FIELD_ITEM)
{
pfields.append("`");
pfields.append(item->name);