1. 12 Sep, 2005 2 commits
    • unknown's avatar
      Fix for bug #6008: MySQL does not create warnings when creating database and using IF NOT EXISTS · 63080dc2
      unknown authored
        produce warning for 'create database if not exists' if database exists
        do not update database options in this case  
        produce warning for 'create table if not exists' if table exists
      
      
      
      mysql-test/r/create.result:
        Fix for bug #6008: MySQL does not create warnings when creating database and using IF NOT EXISTS
          updated test case result
      mysql-test/r/temp_table.result:
        Fix for bug #6008: MySQL does not create warnings when creating database and using IF NOT EXISTS
          updated test case result
      mysql-test/r/warnings.result:
        Fix for bug #6008: MySQL does not create warnings when creating database and using IF NOT EXISTS
          updated test case result
      mysql-test/t/create.test:
        Fix for bug #6008: MySQL does not create warnings when creating database and using IF NOT EXISTS
          test case
      sql/sql_db.cc:
        Fix for bug #6008: MySQL does not create warnings when creating database and using IF NOT EXISTS
          produce warning for 'create database if not exists' if database exists
          do not update database options in this case
      sql/sql_table.cc:
        Fix for bug #6008: MySQL does not create warnings when creating database and using IF NOT EXISTS
          produce warning for 'create table if not exists' if table exists
      63080dc2
    • unknown's avatar
      ps_6bdb, ps_7ndb tests failure fix · e98e15db
      unknown authored
      e98e15db
  2. 11 Sep, 2005 1 commit
  3. 10 Sep, 2005 2 commits
  4. 09 Sep, 2005 8 commits
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 8c129f50
      unknown authored
      into moonbone.local:/work/12695-bug-4.1-mysql
      
      
      8c129f50
    • unknown's avatar
      insert_select.result, insert_select.test: · fa13c29b
      unknown authored
        Customer's test case for bug#12695 Item_func_isnull::update_used_tables() did 
        not update const_item_cache.
      
      
      mysql-test/t/insert_select.test:
        Customer's test case for bug#12695 Item_func_isnull::update_used_tables() did 
        not update const_item_cache.
      mysql-test/r/insert_select.result:
        Customer's test case for bug#12695 Item_func_isnull::update_used_tables() did 
        not update const_item_cache.
      fa13c29b
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1 · c1a3b5be
      unknown authored
      into  a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
      
      
      c1a3b5be
    • unknown's avatar
      Merge mysql.com:/home/alexi/mysql-4.1 · 1e77e263
      unknown authored
      into  mysql.com:/home/alexi/dev/mysql-4.1-12101
      
      
      1e77e263
    • unknown's avatar
      19fa54f0
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6c7f692d
      unknown authored
      into  c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug12594
      
      
      6c7f692d
    • unknown's avatar
      BUG #12101: Additional fix. · 26f8e9c9
      unknown authored
      
      sql/item_cmpfunc.cc:
        Modified Item_func_between::print(), Item_func_in::print().
        Item_func_between/in objects represent now [NOT]BETWEEN/IN expressions.
      26f8e9c9
    • unknown's avatar
      Bug#12817 SHOW STATUS now blob fields · acf8d0f4
      unknown authored
         This fix is cancellation of ChangeSet
         1.2329 05/07/12 08:35:30 reggie@linux.site +8 -0
         Bug 7142  Show Fields from fails using Borland's dbExpress interface
         The reason is we can't fix bug#7142 without
         breaking of existing applications/APIs that worked fine with earlier 4.1
         bug 7142 is fixed in 5.0
      
      
      
      
      mysql-test/r/ps_1general.result:
        Bug #12817 SHOW STATUS now blob fields
      mysql-test/r/ps_2myisam.result:
        Bug #12817 SHOW STATUS now blob fields
      mysql-test/r/ps_3innodb.result:
        Bug #12817 SHOW STATUS now blob fields
      mysql-test/r/ps_4heap.result:
        Bug #12817 SHOW STATUS now blob fields
      mysql-test/r/ps_5merge.result:
        Bug #12817 SHOW STATUS now blob fields
      sql/item.cc:
        Bug #12817 SHOW STATUS now blob fields
      sql/sql_show.cc:
        Bug #12817 SHOW STATUS now blob fields
      tests/mysql_client_test.c:
        Bug #12817 SHOW STATUS now blob fields
      acf8d0f4
  5. 08 Sep, 2005 20 commits
  6. 07 Sep, 2005 7 commits