[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mysql-internals
Subject:    bk commit into 5.0 tree (pekka:1.1857)
From:       pekka () mysql ! com
Date:       2005-02-27 16:24:31
Message-ID: 200502271624.j1RGOV8g030380 () tuna ! ndb ! mysql ! com
[Download RAW message or body]

Below is the list of changes that have just been committed into a local
5.0 repository of pekka. When pekka 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.1857 05/02/27 17:24:18 pekka@mysql.com +1 -0
  ndb - bugfix to ordered index create, could show up as charset error

  ndb/src/kernel/blocks/dbdict/Dbdict.cpp
    1.38 05/02/27 17:10:20 pekka@mysql.com +2 -1
    bugfix: bad signal to ACC for ordered index

# 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:	pekka
# Host:	tuna.ndb.mysql.com
# Root:	/orca/space/pekka/ndb/version/my50

--- 1.37/ndb/src/kernel/blocks/dbdict/Dbdict.cpp	2005-02-25 09:15:49 +01:00
+++ 1.38/ndb/src/kernel/blocks/dbdict/Dbdict.cpp	2005-02-27 17:10:20 +01:00
@@ -4356,7 +4356,8 @@
     lsPtr[0].p = buf;
     lsPtr[0].sz = sz;
     // note: ACC does not reply
-    sendSignal(DBACC_REF, GSN_TC_SCHVERREQ, signal, 7, JBB, lsPtr, 1);
+    if (tabPtr.p->isTable() || tabPtr.p->isHashIndex())
+      sendSignal(DBACC_REF, GSN_TC_SCHVERREQ, signal, 7, JBB, lsPtr, 1);
     sendSignal(DBTC_REF, GSN_TC_SCHVERREQ, signal, 7, JBB, lsPtr, 1);
     return;
   }

-- 
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:    http://lists.mysql.com/internals?unsub=mysql-internals@progressive-comp.com

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic