1. 09 Mar, 2009 2 commits
    • Chad MILLER's avatar
      Bug#42635: mysqldump includes views that were excluded using the \ · 0d9589a4
      Chad MILLER authored
      	--ignore-table option
      
      mysqldump would correctly omit temporary tables for views, but would
      incorrectly still emit all CREATE VIEW statements.
      
      Backport a fix from 5.1, where we capture the names we want to emit
      views for in one pass (the placeholder tables) and in the pass where
      we actually emit the views, we don't emit a view if it wasn't in that
      list.
      0d9589a4
    • Chad MILLER's avatar
      Fix non-DBUG return. · 0693a99c
      Chad MILLER authored
      0693a99c
  2. 16 Feb, 2009 1 commit
  3. 15 Feb, 2009 1 commit
  4. 14 Feb, 2009 4 commits
  5. 13 Feb, 2009 3 commits
  6. 12 Feb, 2009 4 commits
  7. 11 Feb, 2009 1 commit
  8. 10 Feb, 2009 4 commits
  9. 09 Feb, 2009 2 commits
    • Matthias Leich's avatar
      This belongs to the fix for · 33445d8f
      Matthias Leich authored
      Bug#42003 tests missing the disconnect of connections <> default
      second slice
      Content:
      1. wait_until_count_sessions.inc
         - One PB run of a test using this routine failed because
           5 seconds timeout were exceeded. Although I have some doubts
           if the assigned timeout was really too small, I increase the
           value to 10. We waste the additional 5 seconds only if the
           tests fails anyway.
         - Print the content of the PROCESSLIST if the poll routine fails
      2. minor improvements of formatting
      3. query_cache_notembedded:
         Activate the wait_until_count_sessions.inc routine which was
         unfortunately forgotten in the changeset before.
      33445d8f
    • Matthias Leich's avatar
      Merge of ifx into GCA tree · 32bef0bc
      Matthias Leich authored
      no conflicts
      32bef0bc
  10. 07 Feb, 2009 3 commits
  11. 06 Feb, 2009 9 commits
  12. 05 Feb, 2009 5 commits
    • Matthias Leich's avatar
      2. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default · a63c2e5c
      Matthias Leich authored
         - If missing: add "disconnect <session>"
         - If physical disconnect of non "default" sessions is not finished
           at test end: add routine which waits till this happened
      + additional improvements
        - remove superfluous files created by the test
        - replace error numbers by error names
        - remove trailing spaces, replace tabs by spaces
        - unify writing of bugs within comments
        - correct comments
        - minor changes of formatting
      Fixed tests:
        backup
        check
        compress
        grant
        information_schema
        multi_update
        overflow
        packet
        query_cache_not_embedded
        sp-threads
        subselect
        synchronization
        timezone_grant
      a63c2e5c
    • Alexey Kopytov's avatar
      Merge to team tree. · e2661648
      Alexey Kopytov authored
      e2661648
    • Alexey Kopytov's avatar
      Merge from team tree. · 58f67beb
      Alexey Kopytov authored
      58f67beb
    • Gleb Shchepa's avatar
      Bug #42037: Queries containing a subquery with DISTINCT and · 23fb47a3
      Gleb Shchepa authored
                  ORDER BY could cause a server crash
      
      Dependent subqueries like
      
        SELECT COUNT(*) FROM t1, t2 WHERE t2.b
         IN (SELECT DISTINCT t2.b FROM t2 WHERE t2.b = t1.a)
      
      caused a memory leak proportional to the
      number of outer rows.
      
      
      The make_simple_join() function has been modified to
      JOIN class method to store join_tab_reexec and
      table_reexec values in the parent join only
      (make_simple_join of tmp_join may access these values
      via 'this' pointer of the parent JOIN).
      
      NOTE: this patch doesn't include standard test case (this is
      "out of memory" bug). See bug #42037 page for test cases.
      23fb47a3
    • Ramil Kalimullin's avatar
      Fix for bug#42014: Crash, name_const with collate · 909d29ee
      Ramil Kalimullin authored
      Problem: some queries using NAME_CONST(.. COLLATE ...)
      lead to server crash due to failed type cast.
      
      Fix: return the underlying item's type in case of
      NAME_CONST(.. COLLATE ...) to avoid wrong casting.
      909d29ee
  13. 04 Feb, 2009 1 commit