1. 27 Feb, 2004 8 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1/ · 9a9983ce
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      sql/item_strfunc.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      9a9983ce
    • unknown's avatar
      comment corrected · 546de4b2
      unknown authored
      546de4b2
    • unknown's avatar
      my_gethwaddr() for linux/freebsd · 83c04153
      unknown authored
      UUID() function
      
      
      BitKeeper/etc/ignore:
        Added mysys/test_gethwaddr to the ignore list
      include/my_sys.h:
        my_gethwaddr()
      mysys/Makefile.am:
        my_gethwaddr
      sql/item_create.cc:
        UUID() function
      sql/item_create.h:
        UUID() function
      sql/item_strfunc.cc:
        UUID() function
      sql/item_strfunc.h:
        UUID() function
      sql/lex.h:
        UUID() function
      sql/mysql_priv.h:
        UUID() function
      sql/mysqld.cc:
        UUID() function
      sql/sql_class.cc:
        cleanup
      83c04153
    • 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. 25 Feb, 2004 1 commit
  4. 24 Feb, 2004 4 commits
  5. 23 Feb, 2004 2 commits
  6. 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
  7. 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
  8. 20 Feb, 2004 5 commits