1. 25 Jan, 2005 1 commit
  2. 24 Jan, 2005 15 commits
  3. 23 Jan, 2005 1 commit
  4. 22 Jan, 2005 4 commits
    • unknown's avatar
      Merge mysqldev@production.mysql.com:/data0/mysqldev/my/mysql-4.1-lenz · 8e0ae9d7
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
      
      8e0ae9d7
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/dev/mysql-4.0-0 · 2ee6296f
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      mysql-test/r/select_found.result:
        Auto merged
      mysql-test/t/select_found.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      2ee6296f
    • unknown's avatar
      select_found.result, select_found.test: · 2afeecfc
      unknown authored
        Added a test case for bug #7945.
      sql_select.cc:
        Fixed bug #7945. If DISTINCT is used only with constants
        in a query with GROUP BY, we can apply an optimization
        that set LIMIT to 1 only in the case when there is 
        no SQL_CALC_FOUND_ROWS.
      
      
      sql/sql_select.cc:
        Fixed bug #7945. If DISTINCT is used only with constants
        in a query with GROUP BY, we can apply an optimization
        that set LIMIT to 1 only in the case when there is 
        no SQL_CALC_FOUND_ROWS.
      mysql-test/t/select_found.test:
        Added a test case for bug #7945.
      mysql-test/r/select_found.result:
        Added a test case for bug #7945.
      2afeecfc
    • unknown's avatar
      fil0fil.c: · 9a68e748
      unknown authored
        Fix a race condition that could cause the assertion space->n_pending_flushes == 0 to fail in fil0fil.c, in fil_space_free(), in DROP TABLE or in ALTER TABLE
      
      
      innobase/fil/fil0fil.c:
        Fix a race condition that could cause the assertion space->n_pending_flushes == 0 to fail in fil0fil.c, in fil_space_free()
      9a68e748
  5. 21 Jan, 2005 10 commits
  6. 20 Jan, 2005 9 commits
    • unknown's avatar
      Merge heikki@bk-internal.mysql.com:/home/bk/mysql-4.1 · e635ed0d
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.1
      
      e635ed0d
    • unknown's avatar
      - fixed one missing occasion from the mysql_client_test renaming · 4eb0bf60
      unknown authored
      
      libmysqld/examples/Makefile.am:
        - fixed a missing rename (mysql_client_test -> mysql_client_test_embedded)
      4eb0bf60
    • unknown's avatar
      - renamed client_test -> mysql_client_test · 5a35a07f
      unknown authored
      - renamed the tests that use the embedded server (client_test -> 
        mysql_client_test_embedded, mysqltest -> mysql_test_embedded
        and changed some Makefiles and scripts so they are installed in $bindir
        (required to be able to run the test suite against the embedded server)
      
      
      tests/mysql_client_test.c:
        Rename: tests/client_test.c -> tests/mysql_client_test.c
      libmysql/libmysql.c:
        - renamed client_test.c to mysql_client_test.c in a comment
      libmysqld/examples/Makefile.am:
        - renamed client_test -> mysql_client_test_embedded
        - renamed mysqltest -> mysqltest_embedded
        - both will be installed in $bindir
      scripts/make_binary_distribution.sh:
        - install mysql_client_test, mysql_client_test_embedded and mysqltest_embedded
          into bin directory
      tests/Makefile.am:
        - renamed client_test to mysql_client_test
      BitKeeper/etc/ignore:
        Added tests/mysql_client_test to the ignore list
      5a35a07f
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · feabb76d
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
      
      feabb76d
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6678aa3f
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
      
      6678aa3f
    • unknown's avatar
      item_cmpfunc.cc: · c27fecb8
      unknown authored
        Bug#7834 Illegal mix of collations in IN operator
        IN was the first function supporting 
        character set convertion.
        agg_arg_charsets() was written afterwards,
        which is more flexible.
        Now IN just reuses this function.
      
      
      sql/item_cmpfunc.cc:
        Bug#7834 Illegal mix of collations in IN operator
        IN was the first function supporting 
        character set convertion.
        agg_arg_charsets() was written afterwards,
        which is more flexible.
        Now IN just reuses this function.
      c27fecb8
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 042d8bdf
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      042d8bdf
    • unknown's avatar
      bug#8010 - ndb · 24030efb
      unknown authored
        release connections when last op was simple read
      
      
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        bug#8010
          release connections when last op was simple read
      24030efb
    • unknown's avatar