Merge lp:~vkolesnikov/pbxt/pbxt-windows-updates into lp:pbxt

Proposed by Vladimir Kolesnikov
Status: Merged
Merged at revision: not available
Proposed branch: lp:~vkolesnikov/pbxt/pbxt-windows-updates
Merge into: lp:pbxt
Diff against target: None lines
To merge this branch: bzr merge lp:~vkolesnikov/pbxt/pbxt-windows-updates
Reviewer Review Type Date Requested Status
PBXT Core Pending
Review via email: mp+8055@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ChangeLog'
2--- ChangeLog 2009-06-23 16:07:06 +0000
3+++ ChangeLog 2009-06-30 15:38:39 +0000
4@@ -3,6 +3,8 @@
5
6 ------- 1.0.08 RC - Not yet released
7
8+RN250: A Windows-specific test update, also removed false assertion that failed on Windows
9+
10 RN249: Fixed bug #313176: Test case timeout. This happened because record cache pages where not propoerly freed and as soon as cache filled up the performacne degraded.
11
12 RN248: PBXT now compiles and runs with MySQL 5.1.35. All tests pass.
13
14=== modified file 'src/xactlog_xt.cc'
15--- src/xactlog_xt.cc 2009-05-19 14:13:25 +0000
16+++ src/xactlog_xt.cc 2009-06-30 15:38:39 +0000
17@@ -2188,7 +2188,6 @@
18 goto return_empty;
19 }
20 default:
21- ASSERT_NS(FALSE);
22 seq->xseq_record_len = 0;
23 goto return_empty;
24 }
25
26=== modified file 'test/mysql-test/r/windows.result'
27--- test/mysql-test/r/windows.result 2007-01-29 15:04:29 +0000
28+++ test/mysql-test/r/windows.result 2009-06-30 15:38:39 +0000
29@@ -9,8 +9,8 @@
30 drop table if exists t1;
31 CREATE TABLE t1 ( `ID` int(6) ) data directory 'c:/tmp/' index directory 'c:/tmp/' engine=MyISAM;
32 Warnings:
33-Warning 0 DATA DIRECTORY option ignored
34-Warning 0 INDEX DIRECTORY option ignored
35+Warning 1618 <DATA DIRECTORY> option ignored
36+Warning 1618 <INDEX DIRECTORY> option ignored
37 drop table t1;
38 create procedure proc_1() install plugin my_plug soname '\\root\\some_plugin.dll';
39 call proc_1();

Subscribers

People subscribed via source and target branches