1. 27 Feb, 2004 7 commits
    • unknown's avatar
      Merge gweir@build.mysql.com:/home/bk/mysql-4.1 · ab87c1f7
      unknown authored
      into greg-laptop.:C:/cygwin/bk/mysql-4.1
      
      
      sql/item.h:
        Auto merged
      ab87c1f7
    • unknown's avatar
    • unknown's avatar
    • unknown's avatar
      btr0cur.c: · 46decd39
      unknown authored
        Remove unused function btr_cur_update_sec_rec_in_place; besides, it was faulty, because even if strings are alphabetically identified, they can have different lengths
      
      
      innobase/btr/btr0cur.c:
        Remove unused function btr_cur_update_sec_rec_in_place; besides, it was faulty, because even if strings are alphabetically identified, they can have different lengths
      46decd39
    • unknown's avatar
      Applied fixes to issues discovered during test builds on Windows. · 3a165e52
      unknown authored
      
      VC++Files/libmysql/libmysql.dsp:
        strtod.c is needed to build the library.
      VC++Files/libmysqld/libmysqld.dsp:
        Add include directory to resolve problem with including emb_qcache.h,
        remove opt_ft.cc (no longer in tree).
      VC++Files/mysqldemb/mysqldemb.dsp:
        Add include directory to resolve problem with including emb_qcache.h,
        remove opt_ft.cc (no longer in tree).
      VC++Files/mysqlserver/mysqlserver.dsp:
        Add include directory to resolve problem with including emb_qcache.h.
      VC++Files/strings/MASM6x/strings.dsp:
        Remove atof.c (no longer in tree) and add strtod.c, 
        needed for the library.
      VC++Files/strings/noMASM/strings.dsp:
        Remove atof.c (no longer in tree) and add strtod.c, 
        needed for the library.
      VC++Files/strings/strings.dsp:
        Remove atof.c (no longer in tree) and add strtod.c, 
        needed for the library.
      sql/mysqld.cc:
        A cast is required to resolve the compile error on Windows (char * is 
        not equivalent to byte *).
      sql/set_var.cc:
        A cast is required to resolve the compile error on Windows (char * is 
        not equivalent to byte *).
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3a165e52
    • unknown's avatar
      do not use static array of pastpoints in my_strtod - it is not portable · 28730978
      unknown authored
      (that is, these numbers are converted to doubles by a local OS strtod,
      and on different systems they get different values)
      
      
      sql/item_strfunc.cc:
        no need to check for HAVE_ISNAN here, it is taken care of in my_global.h
      strings/strtod.c:
        do not use static array of pastpoints - it is not portable
        (that is, these numbers are converted to doubles by a local OS strtod,
        and on different systems they get different values)
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      28730978
    • unknown's avatar
  2. 26 Feb, 2004 1 commit
  3. 24 Feb, 2004 3 commits
  4. 23 Feb, 2004 2 commits
  5. 22 Feb, 2004 8 commits
    • unknown's avatar
      Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 · f226959d
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/BUG_2719/mysql-4.1
      
      f226959d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 089e573b
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.1
      
      
      innobase/rem/rem0cmp.c:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      sql-common/client.c:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      089e573b
    • unknown's avatar
      Updated results · c7c7cb78
      unknown authored
      c7c7cb78
    • unknown's avatar
      Merge with 4.0 to get fixed tests · 7c67466d
      unknown authored
      
      mysql-test/t/lock_tables_lost_commit.test:
        Auto merged
      7c67466d
    • unknown's avatar
      Move tests that uses innodb to innodb.test · ed27c912
      unknown authored
      
      mysql-test/t/lock_tables_lost_commit.test:
        Ensure that innodb is compiled in
      ed27c912
    • unknown's avatar
      merge with 4.0 · bdaf5c2b
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      VC++Files/comp_err/comp_err.dsp:
        Auto merged
      VC++Files/my_print_defaults/my_print_defaults.dsp:
        Auto merged
      VC++Files/myisampack/myisampack.dsp:
        Auto merged
      acinclude.m4:
        Auto merged
      innobase/buf/buf0buf.c:
        Auto merged
      innobase/com/com0shm.c:
        Auto merged
      innobase/data/data0data.c:
        Auto merged
      innobase/ha/ha0ha.c:
        Auto merged
      innobase/include/buf0buf.ic:
        Auto merged
      innobase/include/dict0dict.h:
        Auto merged
      innobase/include/ibuf0ibuf.h:
        Auto merged
      innobase/include/lock0lock.h:
        Auto merged
      innobase/include/mtr0log.h:
        Auto merged
      innobase/include/mtr0mtr.h:
        Auto merged
      innobase/include/os0proc.h:
        Auto merged
      innobase/include/os0thread.h:
        Auto merged
      innobase/include/srv0srv.h:
        Auto merged
      innobase/include/sync0sync.h:
        Auto merged
      innobase/lock/lock0lock.c:
        Auto merged
      innobase/log/log0recv.c:
        Auto merged
      innobase/mem/mem0dbg.c:
        Auto merged
      innobase/mtr/mtr0mtr.c:
        Auto merged
      innobase/os/os0proc.c:
        Auto merged
      innobase/page/page0page.c:
        Auto merged
      innobase/que/que0que.c:
        Auto merged
      innobase/rem/rem0cmp.c:
        Auto merged
      innobase/row/row0ins.c:
        Auto merged
      innobase/row/row0mysql.c:
        Auto merged
      innobase/srv/srv0start.c:
        Auto merged
      innobase/sync/sync0sync.c:
        Auto merged
      innobase/trx/trx0rec.c:
        Auto merged
      innobase/trx/trx0trx.c:
        Auto merged
      innobase/ut/ut0mem.c:
        Auto merged
      innobase/ut/ut0ut.c:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      scripts/mysql_config.sh:
        Auto merged
      sql/net_serv.cc:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      bdaf5c2b
    • unknown's avatar
      Cleanups · 1052b612
      unknown authored
      
      acinclude.m4:
        Remove innobase/libodbc
      innobase/Makefile.am:
        Remove innobase/libodbc
      sql/sql_delete.cc:
        Indentation cleanup
      sql/sql_yacc.yy:
        Fixed wrong merge
      1052b612
    • unknown's avatar
      After merge fixes · 416dc3b4
      unknown authored
      Fixed wrong test of database name (affected optimization of ORDER BY)
      
      
      VC++Files/client/mysqlclient.dsp:
        Add my_file.c
      VC++Files/mysys/mysys.dsp:
        Add my_file.c
      mysql-test/r/negation_elimination.result:
        Fix wrong test
      sql-common/client.c:
        After merge fix
      sql/sql_base.cc:
        Fixed testing of database name
      416dc3b4
  6. 21 Feb, 2004 11 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 4e755a8c
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.0
      
      
      sql/sql_yacc.yy:
        Auto merged
      4e755a8c
    • unknown's avatar
      ba423a11
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0 · bd8cf146
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.0
      
      bd8cf146
    • unknown's avatar
      making one symbol a keyword · e8089a27
      unknown authored
      e8089a27
    • unknown's avatar
      typo fixed · ba250297
      unknown authored
      ba250297
    • unknown's avatar
      c++ comment fixed · 4ca5eb30
      unknown authored
      4ca5eb30
    • unknown's avatar
      ignore: · 484a1dc8
      unknown authored
        added scripts/make_win_binary_distribution
      
      
      BitKeeper/etc/ignore:
        added scripts/make_win_binary_distribution
      484a1dc8
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · bd640d86
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      bd640d86
    • unknown's avatar
      portability fixes · 726414e6
      unknown authored
      cleanup
      
      726414e6
    • unknown's avatar
      ha_innodb.cc, data0type.c, data0type.ic, data0type.h: · 490e2fd7
      unknown authored
        Change some inline functions to normal functions, so that they can be called in ha_innodb.cc; this removes the the remaining linking problems reported by Paul DuBois
      
      
      innobase/include/data0type.h:
        Change some inline functions to normal functions, so that they can be called in ha_innodb.cc; this removes the the remaining linking problems reported by Paul DuBois
      innobase/include/data0type.ic:
        Change some inline functions to normal functions, so that they can be called in ha_innodb.cc; this removes the the remaining linking problems reported by Paul DuBois
      innobase/data/data0type.c:
        Change some inline functions to normal functions, so that they can be called in ha_innodb.cc; this removes the the remaining linking problems reported by Paul DuBois
      sql/ha_innodb.cc:
        Change some inline functions to normal functions, so that they can be called in ha_innodb.cc; this removes the the remaining linking problems reported by Paul DuBois
      490e2fd7
    • unknown's avatar
      data0type.ic, data0type.h: · f1164197
      unknown authored
        Fix linking errors reported by Paul DuBois: UNIV_INLINE was forgotten from some inline functions
      
      
      innobase/include/data0type.h:
        Fix linking errors reported by Paul DuBois: UNIV_INLINE was forgotten from some inline functions
      innobase/include/data0type.ic:
        Fix linking errors reported by Paul DuBois: UNIV_INLINE was forgotten from some inline functions
      f1164197
  7. 20 Feb, 2004 8 commits
    • unknown's avatar
      fix for --open-files-limit and broken query_cache_merge.test · acfb39e4
      unknown authored
      
      mysys/my_init.c:
        #include moved to mysys_priv.h
      mysys/mysys_priv.h:
        #include moved to mysys_priv.h
      sql/hostname.cc:
        removed unnecessary #include
      acfb39e4
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1/ · c46934d9
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      c46934d9
    • unknown's avatar
      longer myisam keys · 9eaf0fa6
      unknown authored
      
      mysql-test/r/ctype_utf8.result:
        updated
      mysql-test/r/key.result:
        updated
      mysql-test/r/myisam.result:
        updated
      mysql-test/r/type_blob.result:
        updated
      mysql-test/t/ctype_utf8.test:
        updated
      mysql-test/t/key.test:
        updated
      mysql-test/t/myisam.test:
        updated
      mysql-test/t/type_blob.test:
        updated
      9eaf0fa6
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · c8b82d15
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      c8b82d15
    • unknown's avatar
      - when removing the readline subdir for the commercial distribution, · 13212fbf
      unknown authored
         configure.in needs to be updated and configure needs to be recreated
         for the build to succed
      
      13212fbf
    • unknown's avatar
      Added missing argument to strxnmov() (Applies for windows debug mode) · 1da0c854
      unknown authored
      
      libmysql/libmysql.c:
        Added missing argument to strxnmov()
      1da0c854
    • unknown's avatar
      merge with 4.0 to get security fixes and latest bug fixes · 526b880f
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      BitKeeper/deleted/.del-mini_client.cc~8677895ec8169183:
        Auto merged
      VC++Files/mysql.dsw:
        Auto merged
      VC++Files/mysys/mysys.dsp:
        Auto merged
      innobase/buf/buf0buf.c:
        Auto merged
      innobase/include/srv0start.h:
        Auto merged
      innobase/lock/lock0lock.c:
        Auto merged
      innobase/mem/mem0dbg.c:
        Auto merged
      innobase/que/que0que.c:
        Auto merged
      innobase/srv/srv0start.c:
        Auto merged
      innobase/sync/sync0rw.c:
        Auto merged
      innobase/sync/sync0sync.c:
        Auto merged
      innobase/trx/trx0trx.c:
        Auto merged
      libmysql/manager.c:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/unireg.cc:
        Auto merged
      VC++Files/sql/mysqld.dsp:
        Removed wrong define USE_SYMLINK
      include/config-win.h:
        Use original code
      innobase/srv/srv0srv.c:
        merge
      innobase/usr/usr0sess.c:
        merge
      libmysql/libmysql.c:
        merge
      mysql-test/r/func_test.result:
        merge
      mysql-test/t/func_test.test:
        merge
      sql/log.cc:
        merge
      sql/mysqld.cc:
        merge
      526b880f
    • unknown's avatar
      Fix name conflict with alternate capitalization · 20052e66
      unknown authored
      
      VC++Files/InstallShield/4.0.XX-classic/Script Files/Setup.rul.old:
        Rename: VC++Files/InstallShield/4.0.XX-classic/Script Files/Setup.rul -> VC++Files/InstallShield/4.0.XX-classic/Script Files/Setup.rul.old
      VC++Files/InstallShield/4.0.XX-gpl/Script Files/Setup.rul.old:
        Rename: VC++Files/InstallShield/4.0.XX-gpl/Script Files/Setup.rul -> VC++Files/InstallShield/4.0.XX-gpl/Script Files/Setup.rul.old
      VC++Files/InstallShield/4.0.XX-pro/Script Files/Setup.rul.old:
        Rename: VC++Files/InstallShield/4.0.XX-pro/Script Files/Setup.rul -> VC++Files/InstallShield/4.0.XX-pro/Script Files/Setup.rul.old
      20052e66