Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-09-12 16:43:57+02:00, msvensson@neptunus.(none) +1 -0
Correct faulty merge, "mysql_priv.h" must be included for the ifdef WITH_INNOBASE_STORAGE_ENGINE to work
storage/innobase/handler/ha_innodb.cc@stripped, 2006-09-12 16:43:55+02:00, msvensson@neptunus.(none) +2 -2
Correct faulty merge, "mysql_priv.h" must be included for the ifdef WITH_INNOBASE_STORAGE_ENGINE to work
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-5.1-new-maint
--- 1.295/storage/innobase/handler/ha_innodb.cc 2006-09-12 16:44:03 +02:00
+++ 1.296/storage/innobase/handler/ha_innodb.cc 2006-09-12 16:44:03 +02:00
@@ -31,9 +31,9 @@ have disables the InnoDB inlining in thi
#pragma implementation // gcc: Class implementation
#endif
-#ifdef WITH_INNOBASE_STORAGE_ENGINE
-
#include <mysql_priv.h>
+
+#ifdef WITH_INNOBASE_STORAGE_ENGINE
#include <m_ctype.h>
#include <hash.h>
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2322) | msvensson | 12 Sep |