1. 24 Aug, 2006 6 commits
    • unknown's avatar
      Bug #11972: client uses wrong character set after reconnect. · 689fae64
      unknown authored
      The mysql client uses the default character set on reconnect.  The default character set is now controled by the client charset command while the client is running.  The charset command now also issues a SET NAMES command to the server to make sure that the client's charset settings are in sync with the server's.
      
      
      client/mysql.cc:
        Client charset command now changes the default character set and issues a SET NAMES command to the server.
      mysql-test/r/mysql.result:
        Corrected results for new behaviour.
      mysql-test/t/mysql.test:
        Removed redundant commands from test.
      689fae64
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/bug17194/my50-bug17194 · 734a4c55
      unknown authored
      into  mysql.com:/Users/kent/mysql/bk/mysql-5.0-maint
      
      
      support-files/mysql.spec.sh:
        Auto merged
      734a4c55
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint · 78c7e35e
      unknown authored
      into  maint1.mysql.com:/data/localhome/tsmith/bk/50
      
      
      78c7e35e
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/beef-50 · 43176fa7
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/50
      
      
      sql/item_func.h:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      43176fa7
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/b21531-41 · f23adec9
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/beef-50
      
      
      mysql-test/r/func_misc.result:
        Manual merge
      mysql-test/t/func_misc.test:
        Manual merge
      sql/item_func.h:
        Manual merge
      sql/item_strfunc.cc:
        Manual merge
      f23adec9
    • unknown's avatar
      Bug #21531: EXPORT_SET() doesn't accept args with coercible character sets · b2a0d025
      unknown authored
      - Fix typo in Item_func_export_set::fix_length_and_dec() which caused character set aggregation to fail
      - Remove default argument from last arg of agg_arg_charsets() function, to reduce potential errors
      
      
      mysql-test/r/func_misc.result:
        Test EXPORT_SET() with charset coersion (bug #21531)
      mysql-test/t/func_misc.test:
        Test EXPORT_SET() with charset coersion (bug #21531)
      sql/item_func.h:
        Remove default argument from last arg of agg_arg_charsets() function, to reduce potential errors.
      sql/item_strfunc.cc:
        Fix typo in Item_func_export_set::fix_length_and_dec() which caused character set aggregation to fail.
      b2a0d025
  2. 23 Aug, 2006 10 commits
  3. 22 Aug, 2006 10 commits
  4. 21 Aug, 2006 3 commits
  5. 18 Aug, 2006 2 commits
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 70b73788
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
      
      
      sql/examples/ha_tina.cc:
        Auto merged
      70b73788
    • unknown's avatar
      innodb r702 · 3468780e
      unknown authored
      innodb r719
      
      
      innobase/btr/btr0btr.c:
        innodb r702
      innobase/buf/buf0buf.c:
        innodb r702
      innobase/dict/dict0dict.c:
        innodb r702
      innobase/fil/fil0fil.c:
        innodb r702
      innobase/fsp/fsp0fsp.c:
        innodb r702
      innobase/include/btr0cur.ic:
        innodb r719
      innobase/include/buf0buf.ic:
        innodb r702
      innobase/log/log0log.c:
        innodb r702
      innobase/log/log0recv.c:
        innodb r702
      innobase/os/os0file.c:
        innodb r702
      innobase/row/row0mysql.c:
        innodb r702
      innobase/row/row0sel.c:
        innodb r702
      innobase/srv/srv0start.c:
        innodb r702
      innobase/ut/ut0dbg.c:
        innodb r702
      sql/ha_innodb.cc:
        innodb r702
      3468780e
  6. 17 Aug, 2006 5 commits
  7. 16 Aug, 2006 4 commits
    • unknown's avatar
      Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-4.1-maint_20328 · b2cfa703
      unknown authored
      into  rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.0-merge
      
      
      sql/item_timefunc.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      mysql-test/r/func_time.result:
        manual merge
      mysql-test/r/mysql_client.result:
        manual merge
      mysql-test/t/func_time.test:
        manual merge
      mysql-test/t/mysql_client.test:
        manual merge
      sql/sql_acl.cc:
        manual merge
      b2cfa703
    • unknown's avatar
      manual merge · 1c28a068
      unknown authored
      1c28a068
    • unknown's avatar
      Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-4.1-maint_20328 · 46f25b3b
      unknown authored
      into  rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.0-maint_20328
      
      
      sql/item_timefunc.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      BitKeeper/deleted/.del-mysql_client.result:
        manual merge
      BitKeeper/deleted/.del-mysql_client.test:
        manual merge
      mysql-test/r/func_time.result:
        manual merge
      mysql-test/t/func_time.test:
        manual merge
      sql/sql_acl.cc:
        manual merge
      46f25b3b
    • unknown's avatar
      Remove duplicate free of "ds_res" · 032baf1f
      unknown authored
      032baf1f