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
=== modified file 'ChangeLog'
--- ChangeLog 2009-06-23 16:07:06 +0000
+++ ChangeLog 2009-06-30 15:38:39 +0000
@@ -3,6 +3,8 @@
33
4------- 1.0.08 RC - Not yet released4------- 1.0.08 RC - Not yet released
55
6RN250: A Windows-specific test update, also removed false assertion that failed on Windows
7
6RN249: 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.8RN249: 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.
79
8RN248: PBXT now compiles and runs with MySQL 5.1.35. All tests pass.10RN248: PBXT now compiles and runs with MySQL 5.1.35. All tests pass.
911
=== modified file 'src/xactlog_xt.cc'
--- src/xactlog_xt.cc 2009-05-19 14:13:25 +0000
+++ src/xactlog_xt.cc 2009-06-30 15:38:39 +0000
@@ -2188,7 +2188,6 @@
2188 goto return_empty;2188 goto return_empty;
2189 }2189 }
2190 default:2190 default:
2191 ASSERT_NS(FALSE);
2192 seq->xseq_record_len = 0;2191 seq->xseq_record_len = 0;
2193 goto return_empty;2192 goto return_empty;
2194 }2193 }
21952194
=== modified file 'test/mysql-test/r/windows.result'
--- test/mysql-test/r/windows.result 2007-01-29 15:04:29 +0000
+++ test/mysql-test/r/windows.result 2009-06-30 15:38:39 +0000
@@ -9,8 +9,8 @@
9drop table if exists t1;9drop table if exists t1;
10CREATE TABLE t1 ( `ID` int(6) ) data directory 'c:/tmp/' index directory 'c:/tmp/' engine=MyISAM;10CREATE TABLE t1 ( `ID` int(6) ) data directory 'c:/tmp/' index directory 'c:/tmp/' engine=MyISAM;
11Warnings:11Warnings:
12Warning 0 DATA DIRECTORY option ignored12Warning 1618 <DATA DIRECTORY> option ignored
13Warning 0 INDEX DIRECTORY option ignored13Warning 1618 <INDEX DIRECTORY> option ignored
14drop table t1;14drop table t1;
15create procedure proc_1() install plugin my_plug soname '\\root\\some_plugin.dll';15create procedure proc_1() install plugin my_plug soname '\\root\\some_plugin.dll';
16call proc_1();16call proc_1();

Subscribers

People subscribed via source and target branches