1. 06 May, 2004 24 commits
  2. 05 May, 2004 16 commits
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 · 999a3476
      unknown authored
      into mysql.com:/dbdata/psergey/mysql-4.1-code-cleanup
      
      
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      999a3476
    • unknown's avatar
      fixed test results · 0bd61842
      unknown authored
      0bd61842
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 4a390920
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-ndb-4.1
      
      4a390920
    • unknown's avatar
      Replication: · 1dd916cd
      unknown authored
      as the I/O thread filters on the server id, we must test replicate_same_server_id in it (on top of in the SQL thread).
      
      
      mysql-test/r/rpl_server_id2.result:
        result update
      sql/slave.cc:
        As the I/O thread filters on the server id, we must test replicate_same_server_id in it (on top of in the SQL thread).
      1dd916cd
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · 2ea8b3f9
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.0
      
      2ea8b3f9
    • unknown's avatar
      very minor changes: a STOP SLAVE in a replication test to get rid of a non... · 1c7b0723
      unknown authored
      very minor changes: a STOP SLAVE in a replication test to get rid of a non critical message in slave.err,
      and a comment update
      
      
      mysql-test/r/rpl_server_id2.result:
        result update
      mysql-test/t/rpl_server_id2.test:
        We stop the slave before cleaning up otherwise we'll get
        'drop table t1' executed twice, so an error in the slave.err
        (not critical).
      sql/slave.cc:
        update comment about 4.1 now that 4.1 is fixed (in a few minutes, exactly)
      1c7b0723
    • unknown's avatar
      merge · 4bef5548
      unknown authored
      
      mysql-test/r/subselect.result:
        Auto merged
      sql/sql_union.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      4bef5548
    • unknown's avatar
      After merge fixes · 2b67e49d
      unknown authored
      2b67e49d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 751783c6
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      sql/item_strfunc.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_union.cc:
        Auto merged
      751783c6
    • unknown's avatar
      after merge fixes · a18b96b1
      unknown authored
      
      client/mysqldump.c:
        Fixed problem with multiple tables (--skip-quote didn't work properly for second table)
      myisam/myisamchk.c:
        after merge fix
      a18b96b1
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · d1743f40
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-ndb-4.1
      
      
      mysql-test/r/subselect.result:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_union.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      d1743f40
    • unknown's avatar
      caching of queries with isammerge tables forbiden using general way · f2efdcd8
      unknown authored
      SQL_SELECT_LIMIT as default will be applied only for SELECT statement if there was not explicit LIMIT clause
      correct table list passed to class constructor of select_update
      
      
      mysql-test/r/subselect.result:
        do not show limit if it is not explicit
      mysql-test/r/union.result:
        test of LIMIT + ORDER
      mysql-test/t/union.test:
        test of LIMIT + ORDER
      sql/ha_isammrg.h:
        caching of queries with isammerge tables forbiden
      sql/sql_cache.cc:
        removed check on isammerge
      sql/sql_lex.cc:
        tag of explicit limit in statement
      sql/sql_lex.h:
        tag of explicit limit in statement
      sql/sql_parse.cc:
        blanks in empty line removed
        no limit by default (SQL_SELECT_LIMIT as default will be applied only for SELECT statement if there was not explicit LIMIT clause)
      sql/sql_union.cc:
        reverted incorrect patch
      sql/sql_update.cc:
        reverted incorrect patch
        correct table list passed to class constructor
      sql/sql_yacc.yy:
        explicit LIMIT marked
      f2efdcd8
    • unknown's avatar
      Make Item_param::val_int and Item_param::val_str follow the used convention... · b008a197
      unknown authored
      Make Item_param::val_int and Item_param::val_str follow the used convention and return 0 if null_value==1.
      
      
      sql/item.h:
        Added comments about Item::valxx() behavior if Item's value is NULL.
      b008a197
    • unknown's avatar
      WL#1622: Post-merge fixes · 1b0d35b5
      unknown authored
      1b0d35b5
    • unknown's avatar
      Merge with 4.0.19 · 3b887983
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      VC++Files/client/mysqlclient.dsp:
        Auto merged
      VC++Files/mysql.dsw:
        Auto merged
      extra/perror.c:
        Auto merged
      extra/replace.c:
        Auto merged
      innobase/configure.in:
        Auto merged
      innobase/include/lock0lock.h:
        Auto merged
      innobase/include/row0mysql.h:
        Auto merged
      innobase/include/sync0sync.h:
        Auto merged
      innobase/lock/lock0lock.c:
        Auto merged
      ltmain.sh:
        Auto merged
      BitKeeper/deleted/.del-libmysqld.def~8edf7b8780ce943c:
        Auto merged
      innobase/os/os0file.c:
        Auto merged
      innobase/pars/lexyy.c:
        Auto merged
      innobase/row/row0mysql.c:
        Auto merged
      innobase/srv/srv0srv.c:
        Auto merged
      innobase/srv/srv0start.c:
        Auto merged
      innobase/sync/sync0arr.c:
        Auto merged
      innobase/sync/sync0sync.c:
        Auto merged
      innobase/trx/trx0trx.c:
        Auto merged
      mysql-test/r/alias.result:
        Auto merged
      mysql-test/t/system_mysql_db_fix-master.opt:
        Auto merged
      mysql-test/r/func_time.result:
        Automatic merge
      mysql-test/r/innodb.result:
        Automatic merge
      mysql-test/t/alias.test:
        Automatic merge
      mysql-test/t/create.test:
        Automatic merge
      mysql-test/t/func_time.test:
        Automatic merge
      sql/ha_innodb.cc:
        Automatic merge
      sql/mysql_priv.h:
        Automatic merge
      mysql-test/r/rpl_multi_update.result:
        Automatic merge
      mysql-test/t/rpl_error_ignored_table.test:
        Automatic merge
      mysql-test/t/rpl_multi_update.test:
        Automatic merge
      sql/slave.h:
        Automatic merge
      sql/sql_base.cc:
        Automatic merge
      sql/sql_db.cc:
        Automatic merge
      sql/sql_insert.cc:
        Automatic merge
      sql/structs.h:
        Automatic merge
      sql/table.cc:
        Automatic merge
      strings/longlong2str-x86.s:
        Automatic merge
      strings/strings-x86.s:
        Automatic merge
      support-files/my-medium.cnf.sh:
        Automatic merge
      3b887983
    • unknown's avatar
      Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.1 · 30be7942
      unknown authored
      into hegel.local:/home/miguel/bk/mysql-4.1
      
      
      sql/sql_parse.cc:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      30be7942