List:Internals« Previous MessageNext Message »
From:Konstantin Osipov Date:July 19 2005 9:17pm
Subject:bk commit into 5.0 tree (konstantin:1.1956)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kostja. When kostja 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
  1.1956 05/07/20 01:17:16 konstantin@stripped +1 -0
  Fix a compilation failure.

  sql/ha_blackhole.cc
    1.13 05/07/20 01:17:11 konstantin@stripped +1 -1
    Fix a compilation failure.

# 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:	konstantin
# Host:	oak.local
# Root:	/home/kostja/mysql/mysql-5.0-10760-new

--- 1.12/sql/ha_blackhole.cc	2005-07-19 22:21:01 +04:00
+++ 1.13/sql/ha_blackhole.cc	2005-07-20 01:17:11 +04:00
@@ -26,7 +26,7 @@
 
 /* Blackhole storage engine handlerton */
 
-static handlerton myisam_hton= {
+static handlerton blackhole_hton= {
   "BLACKHOLE",
   0,       /* slot */
   0,       /* savepoint size. */
Thread
bk commit into 5.0 tree (konstantin:1.1956)Konstantin Osipov19 Jul