From: Date: September 15 2006 4:19pm Subject: bk commit into 5.1 tree (aelkin:1.2318) BUG#19259 List-Archive: http://lists.mysql.com/commits/12024 X-Bug: 19259 Message-Id: <200609151419.k8FEJEgJ012983@dl145h.mysql.com> Below is the list of changes that have just been committed into a local 5.1 repository of aelkin. When aelkin 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-15 16:19:08+02:00, aelkin@stripped +1 -0 WL#3504 "plugin actions for engines' and plugins' unit tests" for push in 5.1 (I will inform Trudy). Storage engines and plugins can now have unit tests to test their components; such test must be an executable C/C++ program which name ends with '-t' and which is obeys the mytap protocol, it must be stored in the storage engine's or plugin's source directory (storage/ or plugin/) or any subdirectories of this. The top-level Makefile target "test-unit" will run all unit tests: it will scan the engines' and plugins' directories, recursively, and execute all executable files which name ends with '-t'." --- bug#19259 rpl_ndb_dd_partitions fails because of limitation re-activating the bug to fix related to the limitation tests. mysql-test/t/disabled.def@stripped, 2006-09-15 16:14:17+02:00, aelkin@stripped +1 -0 re-disabling # 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: aelkin # Host: dl145h.mysql.com # Root: /tmp/andrei/5.1-rpl --- 1.197/mysql-test/t/disabled.def 2006-09-15 16:19:15 +02:00 +++ 1.198/mysql-test/t/disabled.def 2006-09-15 16:19:15 +02:00 @@ -55,3 +55,4 @@ func_group : BUG#21924 200 func_in : BUG#21925 2006-08-30 reggie ndb_binlog_discover : bug#21806 2006-08-24 ndb_autodiscover3 : bug#21806 +rpl_ndb_dd_partitions : BUG#19259 2006-04-21 rpl_ndb_dd_partitions fails because of limitation