1. 04 Apr, 2007 7 commits
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.1-opt · 368a7b6d
      unknown authored
      into  mysql.com:/home/gluh/MySQL/Merge/5.1-opt
      
      368a7b6d
    • unknown's avatar
      Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte · 3010f16d
      unknown authored
      additional fix(to satisfy Win where CreateFile func does not support the path longer than 260)
      
      
      mysql-test/r/create.result:
        Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte
        additional fix
      mysql-test/t/create.test:
        Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte
        additional fix
      3010f16d
    • unknown's avatar
      Merge mysql.com:/home/hf/work/27359/my51-27359 · d2aa0fb2
      unknown authored
      into  mysql.com:/home/hf/work/my_mrg/my51-my_mrg
      
      
      sql/partition_info.cc:
        Auto merged
      d2aa0fb2
    • unknown's avatar
      merging · 723e3afa
      unknown authored
      
      mysql-test/r/ndb_partition_error2.result:
        error message fixed
      723e3afa
    • unknown's avatar
      Merge mysql.com:/home/hf/work/24633/my51-24633 · 33bdafb9
      unknown authored
      into  mysql.com:/home/hf/work/my_mrg/my51-my_mrg
      
      
      sql/partition_info.cc:
        Auto merged
      33bdafb9
    • unknown's avatar
      Merge mysql.com:/home/hf/work/23675/my51-23675 · 47d79aba
      unknown authored
      into  mysql.com:/home/hf/work/my_mrg/my51-my_mrg
      
      
      sql/mysql_priv.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/share/errmsg.txt:
        merging
      47d79aba
    • unknown's avatar
      Bug #23675 Partitions: possible security breach via alter · da2f1182
      unknown authored
      now we return different error message if user doesn't have
      SELECT grants
      
      
      mysql-test/r/partition_grant.result:
        test result
      mysql-test/t/partition_grant.test:
        testcase
      sql/mysql_priv.h:
        no_errors parameter added to check_single_table_access()
      sql/partition_info.cc:
        access rights control added to the print_no_partition()
      sql/share/errmsg.txt:
        message added
      sql/sql_base.cc:
        no_errors parameter added to check_single_table_access()
      sql/sql_parse.cc:
        no_errors parameter added to check_single_table_access()
      da2f1182
  2. 03 Apr, 2007 3 commits
    • unknown's avatar
      Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte · 8a0588c8
      unknown authored
      additional fix
      
      
      sql/mysql_priv.h:
        additional fix
      8a0588c8
    • unknown's avatar
      Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte · d05bbb4f
      unknown authored
      
      client/mysqldump.c:
        fixed typo
      include/mysql_com.h:
        added new constants SYSTEM_CHARSET_MBMAXLEN, NAME_CHAR_LEN, USERNAME_CHAR_LENGTH
        increased NAME_LEN, USERNAME_LENGTH
      mysql-test/r/create.result:
        result fix
      mysql-test/r/grant.result:
        result fix
      mysql-test/r/mysql.result:
        result fix
      mysql-test/r/sp.result:
        result fix
      mysql-test/t/create.test:
        test case
      mysql-test/t/grant.test:
        test case
      sql/events.cc:
        NAME_LEN is replaced with NAME_CHAR_LEN
      sql/item_strfunc.h:
        fixed calculation of max_length
      sql/mysql_priv.h:
        check_string_length function is replaced with check_string_byte_length
        added new function check_string_char_length
      sql/sp.cc:
        NAME_LEN is replaced with NAME_CHAR_LEN
      sql/sp_head.cc:
        NAME_LEN is replaced with NAME_CHAR_LEN
      sql/sp_head.h:
        changed parameter of 'check_routine_name' function
      sql/sql_class.cc:
        NAME_LEN is replaced with NAME_CHAR_LEN
      sql/share/errmsg.txt:
        increased argument lengths according to new constants
      sql/sql_parse.cc:
        removed unnecessary checks
        added function 'check_string_char_length'
      sql/sql_plugin.cc:
        check that name is not longer than NAME_CHAR_LEN symbols
      sql/sql_show.cc:
        NAME_LEN is replaced with NAME_CHAR_LEN
      sql/sql_table.cc:
        check that key name is not longer than NAME_LEN symbols
      sql/sql_udf.cc:
        check that udf name is not longer than NAME_CHAR_LEN symbols
      sql/sql_yacc.yy:
        check that user name is not longer than USERNAME_CHAR_LENGTH symbols
      sql/table.cc:
        check that db or table or column name is not longer than NAME_LEN symbols
      storage/innobase/handler/ha_innodb.cc:
        removed unnecessary multiplication
      tests/mysql_client_test.c:
        NAME_LEN is replaced with NAME_CHAR_LEN
      d05bbb4f
    • unknown's avatar
      Bug#27327 information_schema status views, variable_value conversion · 7a8e1265
      unknown authored
      Type of 'Slave_running' status variable is changed to bool
      
      
      mysql-test/r/compress.result:
        test result
      mysql-test/r/rpl_packet.result:
        test result
      mysql-test/t/compress.test:
        test case
      mysql-test/t/rpl_packet.test:
        test case
      sql/mysqld.cc:
        Type of 'Slave_running' status variable is changed to bool
      7a8e1265
  3. 02 Apr, 2007 1 commit
  4. 01 Apr, 2007 1 commit
  5. 31 Mar, 2007 15 commits
  6. 30 Mar, 2007 13 commits
    • unknown's avatar
      Merge mysql.com:/home/psergey/bk-trees/mysql-5.0-opt · e14b1d76
      unknown authored
      into  mysql.com:/home/psergey/mysql-5.1-merge2
      
      
      mysql-test/r/range.result:
        Auto merged
      mysql-test/t/range.test:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      e14b1d76
    • unknown's avatar
      item.cc, insert_update.result: · eb4f90c4
      unknown authored
        After merge fix.
      
      
      mysql-test/r/insert_update.result:
        After merge fix.
      sql/item.cc:
        After merge fix.
      eb4f90c4
    • unknown's avatar
      Merge moonbone.local:/mnt/gentoo64/work/bk-trees/mysql-5.0-opt · b7e1bf20
      unknown authored
      into  moonbone.local:/mnt/gentoo64/work/bk-trees/mysql-5.1-opt
      
      
      mysql-test/r/func_gconcat.result:
        Auto merged
      mysql-test/r/insert_update.result:
        Auto merged
      mysql-test/r/subselect3.result:
        Auto merged
      mysql-test/t/func_gconcat.test:
        Auto merged
      mysql-test/t/insert_update.test:
        Auto merged
      sql/field_conv.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/table.h:
        Auto merged
      mysql-test/r/gis.result:
        Manual merge
      mysql-test/t/gis.test:
        Manual merge
      sql/handler.cc:
        Manual merge
      sql/item_sum.cc:
        Manual merge
      sql/sql_insert.cc:
        Manual merge
      sql/sql_table.cc:
        Manual merge
      b7e1bf20
    • unknown's avatar
      Merge mysql.com:/nfsdisk1/lars/MERGE/mysql-5.0-merge · 476256ce
      unknown authored
      into  mysql.com:/nfsdisk1/lars/MERGE/mysql-5.1-merge
      
      
      sql/mysqld.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      476256ce
    • unknown's avatar
      Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl · e5c77f94
      unknown authored
      into  mysql.com:/nfsdisk1/lars/MERGE/mysql-5.1-merge
      
      
      client/Makefile.am:
        Auto merged
      mysql-test/r/rpl_ndb_basic.result:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      e5c77f94
    • unknown's avatar
      Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rpl · 787aaede
      unknown authored
      into  mysql.com:/nfsdisk1/lars/MERGE/mysql-5.0-merge
      
      
      sql/mysqld.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      787aaede
    • unknown's avatar
      BUG#26624, pushbuild fixes: Merge to 5.0 · c95249cd
      unknown authored
      
      mysql-test/r/range.result:
        Auto merged
      mysql-test/t/range.test:
        Auto merged
      c95249cd
    • unknown's avatar
      BUG#26624: high mem usage (crash) in range optimizer · 3c0080f0
      unknown authored
      Pushbuild fixes: 
       - Make MAX_SEL_ARGS smaller (even 16K records_in_range() calls is 
         more than it makes sense to do in typical cases)
       - Don't call sel_arg->test_use_count() if we've already allocated 
         more than MAX_SEL_ARGs elements. The test will succeed but will take
         too much time for the test suite (and not provide much value).
      
      
      mysql-test/r/range.result:
        BUG#26624: high mem usage (crash) in range optimizer
        Pushbuild fixes: make the test go faster
      mysql-test/t/range.test:
        BUG#26624: high mem usage (crash) in range optimizer
        Pushbuild fixes: make the test go faster
      3c0080f0
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · abdcd114
      unknown authored
      into  mysql.com:/home/kent/bk/tmp/mysql-4.1-build
      
      abdcd114
    • unknown's avatar
      Merge mleich@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl · 766307a4
      unknown authored
      into  four.local.lan:/WORK/mysql-5.1-rpl/src-rpl-ddlx
      
      766307a4
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.1 · b34fed47
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.1-opt
      
      
      sql/mysqld.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      b34fed47
    • unknown's avatar
      This patch adds IF EXISTS to the drop of start_n_end to avoid a problem on · 64190876
      unknown authored
      some build machines during testing.
      
      
      mysql-test/t/events_scheduling.test:
        This patch alters result file to match the DROP IF EXISTS that was changed
        in the test.
      64190876
    • unknown's avatar
      This patch includes modification to the rpl_events test to limit · ed4597b3
      unknown authored
      the SELECT in the test to only the expected rows. This helps
      eliminate the possibility of spurious rows causing the test to
      fail.
      
      
      mysql-test/r/rpl_events.result:
        This patch modifies the test results to match the new SELECT for test
        results.
      ed4597b3