Hi!

Some tests require a specific engine (mainly ones for explain). Otherwise all engine= references should be dropped.

Cheers,
   --Brian

On Nov 18, 2008, at 11:25 PM, Paul McCullagh <[EMAIL PROTECTED] > wrote:

Hi All,

This is just a note to let you know I have merged the latest sources (of both PBXT and Drizzle) into the Drizzle/PBXT tree: lp:~drizzle- pbxt/drizzle/pbxt

https://code.launchpad.net/~drizzle-pbxt/drizzle/pbxt

35 of 118 tests fail but they look mostly like minor problems of the form:

main.type_datetime             [ fail ]

--- /Users/build/Development/Repositories/drizzle/pbxt-work/tests/r/ type_datetime.result 2008-10-23 14:47:44.000000000 +0300 +++ /Users/build/Development/Repositories/drizzle/pbxt-work/tests/r/ type_datetime.reject 2008-11-18 16:30:17.000000000 +0300
@@ -167,7 +167,7 @@
t1    CREATE TABLE `t1` (
 `da` date,
 `dt` datetime
-) ENGINE=InnoDB
+) ENGINE=PBXT

To avoid this we need to do the following in the tests:

--replace_regex /ENGINE=[a-z]*/ENGINE=X/i
SHOW CREATE TABLE t1;

Anyway, I'll get onto that shortly...

Best regards,

Paul


--
Paul McCullagh
PrimeBase Technologies
www.primebase.org
www.blobstreaming.org
pbxt.blogspot.com




_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to