1. 28 Nov, 2005 9 commits
  2. 27 Nov, 2005 1 commit
  3. 26 Nov, 2005 10 commits
  4. 25 Nov, 2005 12 commits
  5. 24 Nov, 2005 8 commits
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · d5ca5572
      unknown authored
      into moonbone.local:/work/13293-bug-5.0-mysql
      
      d5ca5572
    • unknown's avatar
      Remove t3 in join_nested.test · 56450769
      unknown authored
      
      mysql-test/r/join_nested.result:
        Remove t3 too.
      mysql-test/t/join_nested.test:
        Remove t3 too.
      56450769
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · 7450e7af
      unknown authored
      into  mysql.com:/usr/home/pem/bug13729/mysql-5.0
      
      7450e7af
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · 8557b98f
      unknown authored
      into  mysql.com:/usr/home/pem/bug13729/mysql-5.0
      
      8557b98f
    • unknown's avatar
      Some post-merge cleaning, and made assert THD::store_globals() work at all times. · 9a6a557b
      unknown authored
      
      mysql-test/t/sp.test:
        Tidying up after merge.
      sql/mysqld.cc:
        Make sure we have thd->thread_stack set before calling store_globals().
        (And fixed compiler warning.)
      sql/sql_class.cc:
        Init THD::tread_stack in constructor.
      9a6a557b
    • unknown's avatar
      don't call handler::info() in SHOW CREATE TABLE · 4185f2b9
      unknown authored
      4185f2b9
    • unknown's avatar
      Fix bug#13293 Wrongly used index results in endless loop. · 5f120f6b
      unknown authored
      Loose index scan using only second part of multipart index was choosen, which
      results in creating wrong keys and endless loop.
      
      get_best_group_min_max() now allows loose index scan for distinct only if used
      keyparts forms a prefix of the index.
      
      
      mysql-test/t/group_min_max.test:
        Test case for bug #13293 Wrongly used index results in endless loop.
      mysql-test/r/group_min_max.result:
        Test case for bug #13293 Wrongly used index results in endless loop.
      sql/opt_range.cc:
        Fix bug #13293 Wrongly used index results in endless loop.
        get_best_group_min_max() now allows loose index scan for distinct only if used keyparts forms a prefix of the index.
      5f120f6b
    • unknown's avatar
      Bug #15168 yassl failure on amd64 · df1a6e0f
      unknown authored
       - Use libtool to build libraries
      
      
      config/ac-macros/yassl.m4:
        If necessary, disable inlining for all files in libtaocrypt not only integer.cpp
        Remove ver yassl_libs_with_path, not used anymore
      extra/yassl/src/Makefile.am:
        Let libtool build libraries
      extra/yassl/taocrypt/src/Makefile.am:
        Let libtool build libraries
        Only build one lib
      libmysqld/Makefile.am:
        Dont include yassl libs in libmysqld
      libmysqld/examples/Makefile.am:
        Add yassl includes and libs when linking examples with libmysqld
      df1a6e0f