dbTalk Databases Forums  

bk commit into 4.0 tree (svoj:1.2098)

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


Discuss bk commit into 4.0 tree (svoj:1.2098) in the mailing.database.mysql-internals forum.



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

Default bk commit into 4.0 tree (svoj:1.2098) - 05-07-2005 , 11:39 AM






Below is the list of changes that have just been committed into a local
4.0 repository of svoj. When svoj 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.2098 05/05/07 21:37:27 svoj (AT) mysql (DOT) com +2 -0
Test fix. DROP TABLE added.

mysql-test/t/innodb.test
1.57 05/05/07 21:37:24 svoj (AT) mysql (DOT) com +1 -0
Test fix. DROP TABLE added.

mysql-test/r/innodb.result
1.82 05/05/07 21:37:24 svoj (AT) mysql (DOT) com +1 -0
Test fix. DROP TABLE added.

# 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: svoj
# Host: axe.(none)
# Root: /home/svoj/devel/mysql/7709-mysql-4.0

--- 1.81/mysql-test/r/innodb.result 2005-05-07 15:48:42 +05:00
+++ 1.82/mysql-test/r/innodb.result 2005-05-07 21:37:24 +05:00
@@ -1275,3 +1275,4 @@
CREATE TABLE t1 ( a char(10) ) ENGINE=InnoDB;
SELECT a FROM t1 WHERE MATCH (a) AGAINST ('test' IN BOOLEAN MODE);
The used table type doesn't support FULLTEXT indexes
+DROP TABLE t1;

--- 1.56/mysql-test/t/innodb.test 2005-05-07 15:48:42 +05:00
+++ 1.57/mysql-test/t/innodb.test 2005-05-07 21:37:24 +05:00
@@ -920,3 +920,4 @@
CREATE TABLE t1 ( a char(10) ) ENGINE=InnoDB;
--error 1214;
SELECT a FROM t1 WHERE MATCH (a) AGAINST ('test' IN BOOLEAN MODE);
+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.