dbTalk Databases Forums  

bk commit into 5.1 tree (joreland:1.1869)

mailing.database.mysql-internals mailing.database.mysql-internals


Discuss bk commit into 5.1 tree (joreland:1.1869) in the mailing.database.mysql-internals forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jonas.oreland@mysql.com
 
Posts: n/a

Default bk commit into 5.1 tree (joreland:1.1869) - 07-26-2005 , 09:16 AM






Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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/in...urce-tree.html

ChangeSet
1.1869 05/07/26 16:15:27 joreland (AT) mysql (DOT) com +2 -0
ndb - mysql-test-run - ndb_partition_key
remove length of frm files as this is config dependant

mysql-test/t/ndb_partition_key.test
1.3 05/07/26 16:15:22 joreland (AT) mysql (DOT) com +1 -1
remove length of frm files as this is config dependant

mysql-test/r/ndb_partition_key.result
1.2 05/07/26 16:15:22 joreland (AT) mysql (DOT) com +1 -1
remove length of frm files as this is config dependant

# 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: joreland
# Host: eel.(none)
# Root: /home/jonas/src/mysql-5.1-push

--- 1.1/mysql-test/r/ndb_partition_key.result 2005-07-18 13:30:27 +02:00
+++ 1.2/mysql-test/r/ndb_partition_key.result 2005-07-26 16:15:22 +02:00
@@ -54,7 +54,7 @@
Temporary table: no
Number of attributes: 4
Number of primary keys: 3
-Length of frm data: 301
+Length of frm data: #
TableStatus: Retrieved
-- Attributes --
a Int PRIMARY KEY

--- 1.2/mysql-test/t/ndb_partition_key.test 2005-07-20 14:45:59 +02:00
+++ 1.3/mysql-test/t/ndb_partition_key.test 2005-07-26 16:15:22 +02:00
@@ -53,6 +53,6 @@
insert into t1 values (1,"a",1,1),(2,"a",1,1),(3,"a",1,1);

# should show only one attribute with DISTRIBUTION KEY
---exec $NDB_TOOLS_DIR/ndb_desc --no-defaults -d test t1 | sed 's/Version: [0-9]*//'
+--exec $NDB_TOOLS_DIR/ndb_desc --no-defaults -d test t1 | sed 's/Version: [0-9]*//' | sed 's/\(Length of frm data: \)[0-9]*/\1#/'

DROP TABLE t1;

--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe: http://lists.mysql.com/internals?uns...ie.nctu.edu.tw


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.