diff options
author | Tatjana Azundris Nuernberg <tatjana.nuernberg@oracle.com> | 2011-05-12 06:23:16 +0100 |
---|---|---|
committer | Tatjana Azundris Nuernberg <tatjana.nuernberg@oracle.com> | 2011-05-12 06:23:16 +0100 |
commit | 614f05e4ca474b838409ceddbacaacec9f061b30 (patch) | |
tree | 6eb210de7d9cd368a1d703374ca95d93f828ed93 /sql/sql_load.cc | |
parent | 37f49e697e950c8f13112eebee0edd41ee814ad0 (diff) | |
parent | 6fb68a22bd2d176f4fdf123634d1942a6b0b53d3 (diff) | |
download | mariadb-git-614f05e4ca474b838409ceddbacaacec9f061b30.tar.gz |
auto-merge
Diffstat (limited to 'sql/sql_load.cc')
-rw-r--r-- | sql/sql_load.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sql/sql_load.cc b/sql/sql_load.cc index a2d443fbbc8..c73b3d45801 100644 --- a/sql/sql_load.cc +++ b/sql/sql_load.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2000, 2010 Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2000, 2011 Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -743,8 +743,7 @@ static bool write_execute_load_query_log_event(THD *thd, sql_exchange* ex, pfields.append("`"); pfields.append(item->name); pfields.append("`"); - pfields.append("="); - val->print(&pfields, QT_ORDINARY); + pfields.append(val->name); } } |