From 516cc0bd61e033c7068fa10a24cac4c71bc2490a Mon Sep 17 00:00:00 2001 From: "heikki@work.mysql.com" <> Date: Wed, 4 Sep 2002 18:00:58 +0200 Subject: [PATCH] ha_innodb.cc Test a new clone --- BitKeeper/etc/logging_ok | 1 + sql/ha_innodb.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index bee07b37c43..f754b8d3750 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -77,3 +77,4 @@ worm@altair.is.lan zak@balfor.local zak@linux.local zgreant@mysql.com +heikki@work.mysql.com diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc index a514116c02c..ec32b0aa78a 100644 --- a/sql/ha_innodb.cc +++ b/sql/ha_innodb.cc @@ -20,6 +20,7 @@ /* TODO list for the InnoDB handler: - Ask Monty if strings of different languages can exist in the same database. Answer: in 4.1 yes. + */ #ifdef __GNUC__