1. 24 Aug, 2006 3 commits
    • 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 8 commits
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/b20536-50 · 36cfef5a
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/50
      
      
      sql/slave.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      36cfef5a
    • unknown's avatar
      Manual merge · 07369d5a
      unknown authored
      
      sql/slave.cc:
        Auto merged
      07369d5a
    • unknown's avatar
      Bug #20402: DROP USER failure logged as ERROR rather than WARNING · 216f20ad
      unknown authored
      Remove some sql_print_error() calls which were triggered by user error (i.e., not server-level events at all).
      
      Also, convert an sql_print_error -> sql_print_information for a non-error server event.
      
      
      sql/slave.cc:
        Change sql_print_error to sql_print_information for non-error status message.
      sql/sql_acl.cc:
        Remove sql_print_error calls for events which are not server errors
      216f20ad
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/b20536-50 · 09e78089
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/50
      
      
      sql/item_strfunc.cc:
        Auto merged
      sql/item_strfunc.h:
        Auto merged
      09e78089
    • unknown's avatar
      Merge maint1.mysql.com:/data/localhome/cmiller/bug20908/my50-bug20908 · df4cbda0
      unknown authored
      into  maint1.mysql.com:/data/localhome/cmiller/mysql-5.0-maint
      
      
      mysql-test/r/variables.result:
        Auto merged
      mysql-test/t/variables.test:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/gen_lex_hash.cc:
        Manual merge
      df4cbda0
    • unknown's avatar
      Bug #20908: Crash if select @@"" · f9832bf1
      unknown authored
      Zero-length variables caused failures when using the length to look
      up the name in a hash.  Instead, signal that no zero-length name can
      ever be found and that to encounter one is a syntax error.
      
      
      mysql-test/r/variables.result:
        Results for test.
      mysql-test/t/variables.test:
        Insert tests to prove that zero-length variable names do not cause
        faults.
      sql/gen_lex_hash.cc:
        If the length is zero, then there is nothing to look-up in the 
        hash.
      sql/sql_lex.cc:
        Names of variables must not be empty.  Signal an error of that 
        happens.
      f9832bf1
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint · 0a25f545
      unknown authored
      into  maint1.mysql.com:/data/localhome/cmiller/mysql-5.0-maint
      
      
      sql/sql_lex.cc:
        Auto merged
      0a25f545
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint · 029af2b1
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/m50-maint-b21224
      
      
      client/mysql_upgrade.c:
        Auto merged
      029af2b1
  3. 22 Aug, 2006 7 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 12 commits