1. 23 Feb, 2006 11 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 · 5d9e8215
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      
      client/mysqldump.c:
        Auto merged
      5d9e8215
    • unknown's avatar
      Aix52 build fix · 0ed044df
      unknown authored
      
      client/mysqldump.c:
        Declare variable in start of function
      0ed044df
    • unknown's avatar
      After merge fix · 242ff5e8
      unknown authored
      
      mysql-test/t/mysqltest.test:
        Fix merge
      242ff5e8
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 · bad70a18
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      
      client/mysqldump.c:
        Auto merged
      client/mysqltest.c:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/mysqldump.result:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      mysql-test/t/mysqldump.test:
        Merge with my own merge
      mysql-test/t/mysqltest.test:
        Merge
      bad70a18
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 95444d9d
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      95444d9d
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · 43fee9d5
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/disabled.def:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Merge locationwhere to search for client bins
      43fee9d5
    • unknown's avatar
      Merge fixup · b8a77b14
      unknown authored
      
      client/mysqltest.c:
        Fix after merge, do_eval has three args
        Remove extre return in do_block
      b8a77b14
    • unknown's avatar
      Fix a bad merge of mine. · bb546f76
      unknown authored
      bb546f76
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysqltest_replace/my50-mysqltest_replace · f8577541
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      mysql-test/t/mysqldump.test:
        Auto merged
      mysql-test/t/mysqltest.test:
        Merge
      f8577541
    • unknown's avatar
      Add new parameter to do_eval so that only unescaped variables in input string... · 09eee68d
      unknown authored
      Add new parameter to do_eval so that only unescaped variables in input string is expanded and rest of string is left untouched.
      
      
      client/mysqltest.c:
        Add new parameter to 'do_eval' that will add any escape chars found in the input string to the output string. 
        This is used in 'do_system' and in 'do_exec' where only unescaped variables
        will be expanded, rest of the string will be left untouched.
      mysql-test/r/mysqltest.result:
        Update test result
      mysql-test/t/mysqldump.test:
        Revert previous patch that added extra \\ in "exec" command
      mysql-test/t/mysqltest.test:
        Revert previous patch that added extra \\ in exec command
      09eee68d
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · 731044d8
      unknown authored
      into  mysql.com:/usr/local/mysql/tmpbuild-5.1
      
      731044d8
  2. 22 Feb, 2006 29 commits
    • unknown's avatar
      ndb - enable rpl_ndb_blob* again, disabled by accident · 81367080
      unknown authored
      
      mysql-test/t/disabled.def:
        enable rpl_ndb_blob* again, disabled by accident
      81367080
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new · e4d4085e
      unknown authored
      into  mysql.com:/space/pekka/ndb/version/my51
      
      e4d4085e
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 80da19f4
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      80da19f4
    • unknown's avatar
      rpl_row_mysqlbinlog.result, rpl_row_mysqlbinlog.test: · ba444096
      unknown authored
        Updated with echos for the results file requested by lars
      
      
      mysql-test/t/rpl_row_mysqlbinlog.test:
        Updated with echos for the results file requested by lars
      mysql-test/r/rpl_row_mysqlbinlog.result:
        Updated with echos for the results file requested by lars
      ba444096
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 12ec5bf9
      unknown authored
      into  mysql.com:/space/pekka/ndb/version/my51
      
      12ec5bf9
    • unknown's avatar
      ndb - ndb_restore.test: fix backup id in result · ecbc3d91
      unknown authored
      
      mysql-test/r/ndb_restore.result:
        fix backup id using jeb's ndb_backup.inc
      mysql-test/t/ndb_restore.test:
        fix backup id using jeb's ndb_backup.inc
      ecbc3d91
    • unknown's avatar
      New test for wl2321 · 30f92fa7
      unknown authored
      
      mysql-test/t/rpl_row_mysqlbinlog.test:
        New mysqlbinlog test for row based binlogs per lars request for WL#2321
      mysql-test/t/rpl_row_mysqlbinlog-master.opt:
        New mysqlbinlog test for row based binlogs per lars request for WL#2321
      mysql-test/r/rpl_row_mysqlbinlog.result:
        New mysqlbinlog result WL#2321
      30f92fa7
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-5.1-release · e4a6a658
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      e4a6a658
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 2c0ef837
      unknown authored
      into  linux.site:/home/reggie/work/mysql-5.1
      
      
      sql/share/errmsg.txt:
        Auto merged
      2c0ef837
    • unknown's avatar
      BUG# 17393: Partitions: Wrong error message when assigning too many subpartitions · 86bb4d32
      unknown authored
      We changed the error message to more clearly reflect the fact
      that we are counting parts and subparts
      
      
      mysql-test/r/partition_mgm_err.result:
        updated error message
      sql/share/errmsg.txt:
        updated error message
      86bb4d32
    • unknown's avatar
      Makefile.am: · c7617f60
      unknown authored
        Change for 'make distcheck'
      libmysqld.vcproj:
        Typo
      
      
      VC++Files/libmysqld/libmysqld.vcproj:
        Typo
      mysql-test/ndb/Makefile.am:
        Change for 'make distcheck'
      storage/archive/Makefile.am:
        Change for 'make distcheck'
      plugin/fulltext/Makefile.am:
        Change for 'make distcheck'
      storage/csv/Makefile.am:
        Change for 'make distcheck'
      storage/heap/Makefile.am:
        Change for 'make distcheck'
      c7617f60
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 7dc3c0e4
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      sql/ha_ndbcluster_binlog.cc:
        Auto merged
      7dc3c0e4
    • unknown's avatar
      Post-merge fixes. · f7c0efd0
      unknown authored
      
      sql/ha_ndbcluster_binlog.cc:
        A post-merge fix.
      sql/log_event.cc:
        A post-merge fix.
      f7c0efd0
    • unknown's avatar
      Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/5.0 · 657dcda4
      unknown authored
      into  mysql.com:/usr_rh9/home/elkin.rh9/MySQL/FIXES/5.0-bug17265
      
      657dcda4
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 60d860d8
      unknown authored
      into  mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
      
      60d860d8
    • unknown's avatar
      BUG#17265 Assertion failure in rpl_row_view01. · fc08a36c
      unknown authored
      To quote Timour review lines:
      
      The actual cause of the bug is that sql_base.cc:setup_wild()
      sets "select_lex->with_wild = 0" (in the end of the function) once
      it expands all wild-cards, and wild-card expansion is done during
      the prepare phase. During this phase we replace all "*" with the
      corresponding items, which for views happen to be references to
      references. When we do execute, select_lex->with_wild = 0, and
      all "*" are already replaced by the corresponding items, which
      in the case of views need to be dereferenced first.
      
      Fixed by refining the assert. Regression test for the bug is rpl_row_view01,
      as was reported.
      
      
      sql/item.cc:
        Refined asssert, suggested by Evgen, due to BUG#17265 prepared statement for select with ps-protocol 
        does not hold the former.
      fc08a36c
    • unknown's avatar
      Removed unnecessary unlock/lock of mutex · b1f779ad
      unknown authored
      b1f779ad
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · ff83eb82
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      ff83eb82
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 87a136f9
      unknown authored
      into  mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
      
      87a136f9
    • unknown's avatar
      4f0fe5ce
    • unknown's avatar
      Manual fix of the version number when merging the cloned tree. · 134b0176
      unknown authored
      
      configure.in:
        Merge of the cloned tree (for its tag and other fix/es) inclueded the reset
        of the version number, this must again be undone in the general tree:
        5.1.8-beta is the current version!
      134b0176
    • unknown's avatar
      258bace3
    • unknown's avatar
      Merge mysql.com:/home/kostja/mysql/mysql-5.0-root · 57de48f0
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      mysql-test/r/sp-error.result:
        Auto merged
      mysql-test/r/sp-security.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/sp-error.test:
        Auto merged
      mysql-test/t/sp-security.test:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/share/errmsg.txt:
        Manual merge
      sql/sql_base.cc:
        Manual merge.
      57de48f0
    • unknown's avatar
      Fix for BUG#7787: Stored procedures: improper warning for "grant execute" statement. · bb8e3a28
      unknown authored
      The problem was that error flag was not reset.
      
      
      mysql-test/r/sp-security.result:
        Results for test case for BUG#7787.
      mysql-test/t/sp-security.test:
        A test case for BUG#7787.
      sql/sp.cc:
        Reset errors after sp_find_routine().
      bb8e3a28
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · 0a04759b
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      0a04759b
    • unknown's avatar
      Merge mysqldev@win2003-x86:my/mysql-5.1-new · bfcdc1a4
      unknown authored
      into  mysql.com:/usr/local/mysql/tmpbuild-5.1
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      win/cmakefiles/sql:
        Auto merged
      bfcdc1a4
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-5.1-varfix2 · 876f3961
      unknown authored
      into  mysql.com:/usr/local/mysql/tmpbuild-5.1
      
      876f3961
    • unknown's avatar
      Fix test cases to work with non-standard --vardir. · 63ec6240
      unknown authored
      Rename mix_innodb_myisam_binlog-master.opt; when the test was moved to
      separate stm/row test cases, the .opt were not moved along with it,
      causing a 60-second test duration because of default lock timeout :-(
      
      
      mysql-test/t/binlog_row_mix_innodb_myisam-master.opt:
        bk cp mysql-test/t/mix_innodb_myisam_binlog-master.opt mysql-test/t/binlog_row_mix_innodb_myisam-master.opt
      mysql-test/t/binlog_stm_mix_innodb_myisam-master.opt:
        Rename: mysql-test/t/mix_innodb_myisam_binlog-master.opt -> mysql-test/t/binlog_stm_mix_innodb_myisam-master.opt
      mysql-test/r/mysqlbinlog_base64.result:
        Fix test cases to work with non-standard --vardir.
      mysql-test/r/ndb_load.result:
        Fix test cases to work with non-standard --vardir.
      mysql-test/r/rpl_LD_INFILE.result:
        Fix test cases to work with non-standard --vardir.
      mysql-test/r/rpl_loaddata2.result:
        Fix test cases to work with non-standard --vardir.
      mysql-test/r/rpl_loaddata_m.result:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/loaddata.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/mysqlbinlog_base64.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/ndb_dd_dump.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/ndb_load.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_LD_INFILE.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_loaddata2.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_loaddata_m.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_loadfile.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/extra/rpl_tests/rpl_row_001.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/r/rpl_load_table_from_master.result:
        Fix test cases to work with non-standard --vardir.
      mysql-test/r/rpl_loadfile.result:
        Fix test cases to work with non-standard --vardir.
      mysql-test/r/rpl_ndb_row_001.result:
        Fix test cases to work with non-standard --vardir.
      mysql-test/r/rpl_row_001.result:
        Fix test cases to work with non-standard --vardir.
      mysql-test/r/rpl_row_loaddata_m.result:
        Fix test cases to work with non-standard --vardir.
      mysql-test/r/rpl_row_stop_middle_update.result:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_drop_db.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_load_table_from_master.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_row_stop_middle_update.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/extra/rpl_tests/rpl_row_UUID.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/extra/rpl_tests/rpl_row_blob.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/extra/rpl_tests/rpl_row_charset.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/extra/rpl_tests/rpl_row_func003.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/extra/rpl_tests/rpl_row_sp006.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/include/ndb_backup.inc:
        Fix test cases to work with non-standard --vardir.
      mysql-test/r/rpl_ndb_bank.result:
        Fix test cases to work with non-standard --vardir.
      mysql-test/r/rpl_ndb_sync.result:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_ndb_bank.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_ndb_sync.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_row_NOW.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_row_func002.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_row_sp001.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_row_sp011.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_row_trig001.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_row_trig003.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/rpl_sp004.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/t/show_check.test:
        Fix test cases to work with non-standard --vardir.
      mysql-test/include/partition_1.inc:
        Fix test cases to work with non-standard --vardir.
      mysql-test/include/partition_layout.inc:
        Fix test cases to work with non-standard --vardir.
      mysql-test/r/ndb_dd_backuprestore.result:
        Fix test cases to work with non-standard --vardir.
      63ec6240
    • unknown's avatar
      Merge mysql.com:/home/cps/mysql/devel/im/5.0-im-fix-race · f6ee9735
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-no-debug
      
      
      mysql-test/r/subselect.result:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      f6ee9735