Re: [Maria-developers] Patch for Windows problem with setting TZ

2010-01-19 Thread Kristian Nielsen
Sergei Golubchik ser...@pisem.net writes: On Jan 16, Kristian Nielsen wrote: It's actually only a few test cases that need to set TZ. Here is a quick patch that avoids the need to set TZ except for tests that specifically requests it (with the already existing --timezone=XXX mechanism in

[Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2802)

2010-01-19 Thread knielsen
#At lp:maria 2802 kniel...@knielsen-hq.org 2010-01-19 Fix Windows test failures in binlog tests in certain time zones. On Unix systems TZ can be set to change the time zone for specific processes only. But on Windows this does not fully work. It changes some aspects of

[Maria-developers] Updated (by Guest): Subquery optimization: Efficient NOT IN execution with NULLs (68)

2010-01-19 Thread worklog-noreply
--- WORKLOG TASK -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- TASK...: Subquery optimization: Efficient NOT IN execution with NULLs CREATION DATE..: Fri, 27 Nov

[Maria-developers] Updated (by Guest): Subquery optimization: Efficient NOT IN execution with NULLs (68)

2010-01-19 Thread worklog-noreply
--- WORKLOG TASK -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- TASK...: Subquery optimization: Efficient NOT IN execution with NULLs CREATION DATE..: Fri, 27 Nov

[Maria-developers] Updated (by Timour): Subquery optimization: Efficient NOT IN execution with NULLs (68)

2010-01-19 Thread worklog-noreply
--- WORKLOG TASK -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- TASK...: Subquery optimization: Efficient NOT IN execution with NULLs CREATION DATE..: Fri, 27 Nov

[Maria-developers] Updated (by Timour): Subquery optimization: Efficient NOT IN execution with NULLs (68)

2010-01-19 Thread worklog-noreply
--- WORKLOG TASK -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- TASK...: Subquery optimization: Efficient NOT IN execution with NULLs CREATION DATE..: Fri, 27 Nov

[Maria-developers] Updated (by Timour): Subquery optimization: Efficient NOT IN execution with NULLs (68)

2010-01-19 Thread worklog-noreply
--- WORKLOG TASK -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- TASK...: Subquery optimization: Efficient NOT IN execution with NULLs CREATION DATE..: Fri, 27 Nov

Re: [Maria-developers] Added create options for table fields and keys (MWL#43).

2010-01-19 Thread Oleksandr Byelkin
Michael Widenius wrote: [skip] + DBUG_ENTER(create_table_list_merge); + + for(; changes; changes= changes-next) + { +if (create_option_add(source, root, changes-key, changes-val, + (chng ? NULL : chng))) Instead of test, send chng to function and do:

Re: [Maria-developers] Added create options for table fields and keys (MWL#43).

2010-01-19 Thread Michael Widenius
Hi! Oleksandr == Oleksandr Byelkin sa...@askmonty.org writes: Oleksandr Michael Widenius wrote: Oleksandr [skip] + DBUG_ENTER(create_table_list_merge); + + for(; changes; changes= changes-next) + { +if (create_option_add(source, root, changes-key, changes-val, +