diff options
author | unknown <jani@a88-113-38-195.elisa-laajakaista.fi> | 2008-05-14 09:50:16 +0300 |
---|---|---|
committer | unknown <jani@a88-113-38-195.elisa-laajakaista.fi> | 2008-05-14 09:50:16 +0300 |
commit | e771ee75e7d186119dbbcd88d1b0d6d9a94b775b (patch) | |
tree | b868db1b5fc4534de308dd8a844c335507c38982 /sql/item.h | |
parent | 663f971b8d6fd121825c41bf1fffcab72aaa885f (diff) | |
download | mariadb-git-e771ee75e7d186119dbbcd88d1b0d6d9a94b775b.tar.gz |
Manual merge and some fixes.
mysql-test/include/varchar.inc:
Manual merge between 5.1 and maria.
Added a comment.
mysql-test/r/maria.result:
Temporary fix.
mysql-test/suite/binlog/r/binlog_unsafe.result:
Manual merge.
mysql-test/suite/binlog/t/binlog_unsafe.test:
Manual merge.
sql/handler.h:
Manual merge + fix.
sql/item.h:
Manual merge + fix.
sql/log.cc:
Manual merge + fix.
sql/sql_insert.cc:
Manual merge + fix. A commit was done when using
create table ... select from for transactional tables
other than maria, when an error occurred and
transaction should have been aborted.
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h index f4d7da55496..57399e935cd 100644 --- a/sql/item.h +++ b/sql/item.h @@ -1028,6 +1028,7 @@ public: if (orig_name) name= orig_name; } + Item_basic_constant() {} /* Remove gcc warning */ }; |