1. 27 Dec, 2005 2 commits
  2. 24 Dec, 2005 2 commits
  3. 23 Dec, 2005 3 commits
    • unknown's avatar
      locking issues, · bd4b52de
      unknown authored
      test for LONGLONG_MIN in decimal.c
      
      
      myisam/mi_create.c:
        lock THR_LOCK_myisam later
      mysys/thr_alarm.c:
        remove misplaced comment and "safety" if()
      server-tools/instance-manager/instance.cc:
        add unlock
      strings/decimal.c:
        correct the test for LONGLONG_MIN. fix debug sprintf
      bd4b52de
    • unknown's avatar
      correct help text · a68ac2bc
      unknown authored
      a68ac2bc
    • unknown's avatar
      ctype_uca.result, ctype_uca.test: · 608d893e
      unknown authored
        Adding test case.
      charset-def.c:
        Initialize new collation.
      ctype-uca.c:
        Adding simplified Hungarian collation.
      
      
      strings/ctype-uca.c:
        Adding simplified Hungarian collation.
      mysys/charset-def.c:
        Initialize new collation.
      mysql-test/t/ctype_uca.test:
        Adding test case.
      mysql-test/r/ctype_uca.result:
        Adding test case.
      608d893e
  4. 22 Dec, 2005 2 commits
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0 · fd6a6bea
      unknown authored
      into  frost.snake.net:/Users/paul/bk/mysql-5.0
      
      
      client/mysqltest.c:
        Auto merged
      fd6a6bea
    • unknown's avatar
      mysqltest.c: · 37a3cb50
      unknown authored
        Put options in order.
        Add #ifdef around --debug for non-debug builds.
      
      
      client/mysqltest.c:
        Put options in order.
        Add #ifdef around --debug for non-debug builds.
      37a3cb50
  5. 21 Dec, 2005 5 commits
  6. 20 Dec, 2005 4 commits
  7. 19 Dec, 2005 9 commits
    • unknown's avatar
      Bug #15772 Aborted YaSSL connections force threads into busyloops · d8168073
      unknown authored
        - Report error when there is nothing to read after wait.
      
      
      extra/yassl/src/handshake.cpp:
        Report error if there is nothing to read after a blocking read
      d8168073
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0 · 9a9ff99f
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
      
      9a9ff99f
    • unknown's avatar
      Fix for bug#14271 I_S: columns has no size for (var)binary columns · bc66ca62
      unknown authored
        set character_octet_length, character_maximum_length for
        binary and varbinary field types
      
      
      mysql-test/r/information_schema.result:
        Fix for bug#14271 I_S: columns has no size for (var)binary columns
          test case
      mysql-test/t/information_schema.test:
        Fix for bug#14271 I_S: columns has no size for (var)binary columns
          test case
      bc66ca62
    • unknown's avatar
      Fix for bug#14861 aliased column names are not preserved. · 8ba5e3c8
      unknown authored
        Create tmp table filed using original item name when it's necessary
      
      
      mysql-test/r/view.result:
        Fix for bug#14861 aliased column names are not preserved.
          test case
      mysql-test/t/view.test:
        Fix for bug#14861 aliased column names are not preserved.
          test case
      8ba5e3c8
    • unknown's avatar
      Bug#12770 DESC cannot display the info. about temporary table · 959ce241
      unknown authored
      Bug#14387 SHOW COLUMNS doesn't work on temporary tables.
      Bug#15224 SHOW INDEX from temporary table doesn't work.
        Restore thd->temporary_tables to be able to process
        temporary tables(only for 'show index' & 'show columns').
        This should be changed when processing of temporary tables for
        I_S tables will be done.
      
      
      mysql-test/r/information_schema.result:
        Bug#12770 DESC cannot display the info. about temporary table
        Bug#14387 SHOW COLUMNS doesn't work on temporary tables.
        Bug#15224 SHOW INDEX from temporary table doesn't work.
          test case
      mysql-test/t/information_schema.test:
        Bug#12770 DESC cannot display the info. about temporary table
        Bug#14387 SHOW COLUMNS doesn't work on temporary tables.
        Bug#15224 SHOW INDEX from temporary table doesn't work.
          test case
      959ce241
    • unknown's avatar
      Merge mysql.com:/home/stewart/Documents/MySQL/4.1/main · b696b989
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/4.1/cleanup
      
      
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      b696b989
    • unknown's avatar
      Merge mysql.com:/home/stewart/Documents/MySQL/5.0/main · 1d3c2fa4
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/5.0/cleanup
      
      
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      1d3c2fa4
    • unknown's avatar
      Merge mysql.com:/home/stewart/Documents/MySQL/4.1/main · 9bd317a6
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/4.1/cleanup
      
      
      ndb/src/kernel/blocks/backup/Backup.cpp:
        Auto merged
      9bd317a6
    • unknown's avatar
      mysql-test-run.pl: · 5842612f
      unknown authored
        Script "my_print_defaults" is to be searched for as executable
      
      
      mysql-test/mysql-test-run.pl:
        Script "my_print_defaults" is to be searched for as executable
      5842612f
  8. 18 Dec, 2005 9 commits
  9. 17 Dec, 2005 1 commit
  10. 16 Dec, 2005 3 commits