Below is the list of changes that have just been committed into a local
6.0 repository of joerg. When joerg 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, 2007-11-20 13:04:21+01:00, joerg@trift2. +1 -0
Fix bug#32513 "Falcon test checks for InnoDB presence", it was a typing error.
mysql-test/suite/funcs_1/t/falcon_storedproc_10.test@stripped, 2007-11-20 13:04:16+01:00, joerg@trift2. +1 -1
Correct a typing error: We want to check for Falcon presence, not InnoDB.
This fixes bug#32513 "Falcon test checks for InnoDB presence"
diff -Nrup a/mysql-test/suite/funcs_1/t/falcon_storedproc_10.test b/mysql-test/suite/funcs_1/t/falcon_storedproc_10.test
--- a/mysql-test/suite/funcs_1/t/falcon_storedproc_10.test 2007-11-05 15:34:30 +01:00
+++ b/mysql-test/suite/funcs_1/t/falcon_storedproc_10.test 2007-11-20 13:04:16 +01:00
@@ -2,7 +2,7 @@
# created: 2007-11-02 by hhunger
#
# 1. Check if Falcon is available
---source include/have_innodb.inc
+--source include/have_falcon.inc
# 2. Set $engine_type
let $engine_type= falcon;
| Thread |
|---|
| • bk commit into 6.0 tree (joerg:1.2676) BUG#32513 | Joerg Bruehe | 20 Nov |