An error occurred fetching the project authors.
  1. 03 Mar, 2004 1 commit
    • unknown's avatar
      Fix up history in readline implementation. · e269e9c9
      unknown authored
      Two things changed:
      1. Repeated queries are only stored once in the history.
      2. Multiline queries are stored in a concated format in the history, 
         in addition to pieces. 
      (Push approved by serg)
      
      
      client/mysql.cc:
        Fix up history in readline implementation.
        1. Repeated queries are only stored once in the history.
        2. Multiline queries are stored in a concated format in the history.
        (Push approved by serg)
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e269e9c9
  2. 27 Feb, 2004 2 commits
    • unknown's avatar
      Applied fixes to issues discovered during test builds on Windows. · 8d7e0a28
      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
      8d7e0a28
    • unknown's avatar
      do not use static array of pastpoints in my_strtod - it is not portable · ada82a3d
      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
      ada82a3d
  3. 19 Feb, 2004 1 commit
    • unknown's avatar
      Remove unnecessary files · b01a5e43
      unknown authored
      .del-univoldmysql.i~9253a6f92058c565:
        Delete: innobase/include/univoldmysql.i
      .del-univold.i~4b5ed652407f63f1:
        Delete: innobase/include/univold.i
      .del-tsut.c~4a154913fc9cd5c0:
        Delete: innobase/ut/ts/tsut.c
      .del-makefile~9b8356bbdb8bd94e:
        Delete: innobase/ut/ts/makefile
      .del-tsttrxold.c~eb6fd6091405d54e:
        Delete: innobase/trx/ts/tsttrxold.c
      .del-tstrx.c~5425c98548ec1e0d:
        Delete: innobase/trx/ts/tstrx.c
      .del-makefile~16d63c17c8edf62a:
        Delete: innobase/trx/ts/makefile
      .del-tsthr.c~b095667070d626a9:
        Delete: innobase/thr/ts/tsthr.c
      .del-makefile~d5e4661188c1939d:
        Delete: innobase/thr/ts/makefile
      .del-tssync.c~fed4676cd4eb8457:
        Delete: innobase/sync/ts/tssync.c
      .del-makefile~f23368879649c806:
        Delete: innobase/sync/ts/makefile
      .del-tssrv.c~b8a6f5ad9ae639c8:
        Delete: innobase/srv/ts/tssrv.c
      .del-tsdbc.c~d36206bdccf338f:
        Delete: innobase/srv/ts/tsdbc.c
      .del-makefile~da6e87ef29c12dca:
        Delete: innobase/srv/ts/makefile
      .del-tstcur.c~a9d5cf73b020ec41:
        Delete: innobase/row/ts/tstcur.c
      .del-makefile~2cdfe39689004e6:
        Delete: innobase/row/ts/makefile
      .del-tsrem.c~bb4e1e2e8c2ee179:
        Delete: innobase/rem/ts/tsrem.c
      .del-makefile~3e48a33b4970faef:
        Delete: innobase/rem/ts/makefile
      .del-tspage.c~f5baf63f9924e43b:
        Delete: innobase/page/ts/tspage.c
      .del-makefile~66de73bc499566f9:
        Delete: innobase/page/ts/makefile
      .del-tsosaux.c~9ec97a83392a984c:
        Delete: innobase/os/ts/tsosaux.c
      .del-tsos.c~f6057d3c171f5915:
        Delete: innobase/os/ts/tsos.c
      .del-makefile~9a1d210afa6d666e:
        Delete: innobase/os/ts/makefile
      .del-tsmtr.c~293250c7ebfe0d3:
        Delete: innobase/mtr/ts/tsmtr.c
      .del-tsbuf.c~e8d15ee095194d2c:
        Delete: innobase/mtr/ts/tsbuf.c
      .del-makefile~fdf4c2a4ddb23230:
        Delete: innobase/mtr/ts/makefile
      .del-tsmem.c~cc483e2ab96e625c:
        Delete: innobase/mem/ts/tsmem.c
      .del-makefile~6d58ab1de0ac572:
        Delete: innobase/mem/ts/makefile
      .del-tsmach.c~af65166bb53ddfe9:
        Delete: innobase/mach/ts/tsmach.c
      .del-makefile~b8cbd25992ee51b:
        Delete: innobase/mach/ts/makefile
      .del-tsha.c~13dd5ea03fda370c:
        Delete: innobase/ha/ts/tsha.c
      .del-makefile~1bf12ce7b2dadfd5:
        Delete: innobase/ha/ts/makefile
      .del-tsfsp.c~890ead1636f0eaba:
        Delete: innobase/fsp/ts/tsfsp.c
      .del-makefile~a466e9eb27493a80:
        Delete: innobase/fsp/ts/makefile
      .del-del.c~35c6283be580200:
        Delete: innobase/fsp/ts/del.c
      .del-tsfil.c~e554b6f3c189c081:
        Delete: innobase/fil/ts/tsfil.c
      .del-makefile~1df6f952a960fef4:
        Delete: innobase/fil/ts/makefile
      .del-tsdyn.c~6f976764b53f3191:
        Delete: innobase/dyn/ts/tsdyn.c
      .del-makefile~f64427335fafdc65:
        Delete: innobase/dyn/ts/makefile
      .del-tsdict.c~5e82f7b8ac2b2e15:
        Delete: innobase/dict/ts/tsdict.c
      .del-makefile~6356c424e9747647:
        Delete: innobase/dict/ts/makefile
      .del-tscom.c~26aae2c5c4ca1dce:
        Delete: innobase/com/ts/tscom.c
      .del-tscli.c~2f3e4b281141eac2:
        Delete: innobase/com/ts/tscli.c
      .del-makefile~608fd39568db7238:
        Delete: innobase/com/ts/makefile
      .del-tsos.c~1dadfc1ef69f2ba3:
        Delete: innobase/buf/ts/tsos.c
      .del-tsbuf.c~b4c3feee158ef154:
        Delete: innobase/buf/ts/tsbuf.c
      .del-makefile~598acb06bf1e466:
        Delete: innobase/buf/ts/makefile
      .del-tscli.c~8d35740cc1f6f864:
        Delete: innobase/btr/ts/trash/tscli.c
      .del-tssrv.c~ee30b746c485aec:
        Delete: innobase/btr/ts/tssrv.c
      .del-tss.c~21ae628550141a68:
        Delete: innobase/btr/ts/tss.c
      .del-tsrecv97.c~dbeb3bc494b241c1:
        Delete: innobase/btr/ts/tsrecv97.c
      .del-tsrecv.c~3415f8a936a8d9fd:
        Delete: innobase/btr/ts/tsrecv.c
      .del-tscli.c~77fc1962db99aa2e:
        Delete: innobase/btr/ts/tscli.c
      .del-tsbtrold5.c~72a60e768c944904:
        Delete: innobase/btr/ts/trash/tsbtrold5.c
      .del-tsbtrins.c~3e3bb3f95f058b46:
        Delete: innobase/btr/ts/tsbtrins.c
      .del-TSIT.C~f53cce6fab8d325:
        Delete: innobase/btr/ts/trash/TSIT.C
      .del-tsbtrfull.c~fbcbe41b64cc71b6:
        Delete: innobase/btr/ts/tsbtrfull.c
      .del-tsbtr97.c~84dbb84ea9fa267c:
        Delete: innobase/btr/ts/tsbtr97.c
      .del-makefile~491918b4162b927c:
        Delete: innobase/btr/ts/makefile
      .del-isql.c~bc0b8cc213905175:
        Delete: innobase/btr/ts/isql.c
      
      
      BitKeeper/deleted/.del-isql.c~bc0b8cc213905175:
        Delete: innobase/btr/ts/isql.c
      BitKeeper/deleted/.del-makefile~491918b4162b927c:
        Delete: innobase/btr/ts/makefile
      BitKeeper/deleted/.del-tsbtr97.c~84dbb84ea9fa267c:
        Delete: innobase/btr/ts/tsbtr97.c
      BitKeeper/deleted/.del-tsbtrfull.c~fbcbe41b64cc71b6:
        Delete: innobase/btr/ts/tsbtrfull.c
      BitKeeper/deleted/.del-TSIT.C~f53cce6fab8d325:
        Delete: innobase/btr/ts/trash/TSIT.C
      BitKeeper/deleted/.del-tsbtrins.c~3e3bb3f95f058b46:
        Delete: innobase/btr/ts/tsbtrins.c
      BitKeeper/deleted/.del-tsbtrold5.c~72a60e768c944904:
        Delete: innobase/btr/ts/trash/tsbtrold5.c
      BitKeeper/deleted/.del-tscli.c~77fc1962db99aa2e:
        Delete: innobase/btr/ts/tscli.c
      BitKeeper/deleted/.del-tsrecv.c~3415f8a936a8d9fd:
        Delete: innobase/btr/ts/tsrecv.c
      BitKeeper/deleted/.del-tsrecv97.c~dbeb3bc494b241c1:
        Delete: innobase/btr/ts/tsrecv97.c
      BitKeeper/deleted/.del-tss.c~21ae628550141a68:
        Delete: innobase/btr/ts/tss.c
      BitKeeper/deleted/.del-tssrv.c~ee30b746c485aec:
        Delete: innobase/btr/ts/tssrv.c
      BitKeeper/deleted/.del-tscli.c~8d35740cc1f6f864:
        Delete: innobase/btr/ts/trash/tscli.c
      BitKeeper/deleted/.del-makefile~598acb06bf1e466:
        Delete: innobase/buf/ts/makefile
      BitKeeper/deleted/.del-tsbuf.c~b4c3feee158ef154:
        Delete: innobase/buf/ts/tsbuf.c
      BitKeeper/deleted/.del-tsos.c~1dadfc1ef69f2ba3:
        Delete: innobase/buf/ts/tsos.c
      BitKeeper/deleted/.del-makefile~608fd39568db7238:
        Delete: innobase/com/ts/makefile
      BitKeeper/deleted/.del-tscli.c~2f3e4b281141eac2:
        Delete: innobase/com/ts/tscli.c
      BitKeeper/deleted/.del-tscom.c~26aae2c5c4ca1dce:
        Delete: innobase/com/ts/tscom.c
      BitKeeper/deleted/.del-makefile~6356c424e9747647:
        Delete: innobase/dict/ts/makefile
      BitKeeper/deleted/.del-tsdict.c~5e82f7b8ac2b2e15:
        Delete: innobase/dict/ts/tsdict.c
      BitKeeper/deleted/.del-makefile~f64427335fafdc65:
        Delete: innobase/dyn/ts/makefile
      BitKeeper/deleted/.del-tsdyn.c~6f976764b53f3191:
        Delete: innobase/dyn/ts/tsdyn.c
      BitKeeper/deleted/.del-makefile~1df6f952a960fef4:
        Delete: innobase/fil/ts/makefile
      BitKeeper/deleted/.del-tsfil.c~e554b6f3c189c081:
        Delete: innobase/fil/ts/tsfil.c
      BitKeeper/deleted/.del-del.c~35c6283be580200:
        Delete: innobase/fsp/ts/del.c
      BitKeeper/deleted/.del-makefile~a466e9eb27493a80:
        Delete: innobase/fsp/ts/makefile
      BitKeeper/deleted/.del-tsfsp.c~890ead1636f0eaba:
        Delete: innobase/fsp/ts/tsfsp.c
      BitKeeper/deleted/.del-makefile~1bf12ce7b2dadfd5:
        Delete: innobase/ha/ts/makefile
      BitKeeper/deleted/.del-tsha.c~13dd5ea03fda370c:
        Delete: innobase/ha/ts/tsha.c
      BitKeeper/deleted/.del-makefile~b8cbd25992ee51b:
        Delete: innobase/mach/ts/makefile
      BitKeeper/deleted/.del-tsmach.c~af65166bb53ddfe9:
        Delete: innobase/mach/ts/tsmach.c
      BitKeeper/deleted/.del-makefile~6d58ab1de0ac572:
        Delete: innobase/mem/ts/makefile
      BitKeeper/deleted/.del-tsmem.c~cc483e2ab96e625c:
        Delete: innobase/mem/ts/tsmem.c
      BitKeeper/deleted/.del-makefile~fdf4c2a4ddb23230:
        Delete: innobase/mtr/ts/makefile
      BitKeeper/deleted/.del-tsbuf.c~e8d15ee095194d2c:
        Delete: innobase/mtr/ts/tsbuf.c
      BitKeeper/deleted/.del-tsmtr.c~293250c7ebfe0d3:
        Delete: innobase/mtr/ts/tsmtr.c
      BitKeeper/deleted/.del-makefile~9a1d210afa6d666e:
        Delete: innobase/os/ts/makefile
      BitKeeper/deleted/.del-tsos.c~f6057d3c171f5915:
        Delete: innobase/os/ts/tsos.c
      BitKeeper/deleted/.del-tsosaux.c~9ec97a83392a984c:
        Delete: innobase/os/ts/tsosaux.c
      BitKeeper/deleted/.del-makefile~66de73bc499566f9:
        Delete: innobase/page/ts/makefile
      BitKeeper/deleted/.del-tspage.c~f5baf63f9924e43b:
        Delete: innobase/page/ts/tspage.c
      BitKeeper/deleted/.del-makefile~3e48a33b4970faef:
        Delete: innobase/rem/ts/makefile
      BitKeeper/deleted/.del-tsrem.c~bb4e1e2e8c2ee179:
        Delete: innobase/rem/ts/tsrem.c
      BitKeeper/deleted/.del-makefile~2cdfe39689004e6:
        Delete: innobase/row/ts/makefile
      BitKeeper/deleted/.del-tstcur.c~a9d5cf73b020ec41:
        Delete: innobase/row/ts/tstcur.c
      BitKeeper/deleted/.del-makefile~da6e87ef29c12dca:
        Delete: innobase/srv/ts/makefile
      BitKeeper/deleted/.del-tsdbc.c~d36206bdccf338f:
        Delete: innobase/srv/ts/tsdbc.c
      BitKeeper/deleted/.del-tssrv.c~b8a6f5ad9ae639c8:
        Delete: innobase/srv/ts/tssrv.c
      BitKeeper/deleted/.del-makefile~f23368879649c806:
        Delete: innobase/sync/ts/makefile
      BitKeeper/deleted/.del-tssync.c~fed4676cd4eb8457:
        Delete: innobase/sync/ts/tssync.c
      BitKeeper/deleted/.del-makefile~d5e4661188c1939d:
        Delete: innobase/thr/ts/makefile
      BitKeeper/deleted/.del-tsthr.c~b095667070d626a9:
        Delete: innobase/thr/ts/tsthr.c
      BitKeeper/deleted/.del-makefile~16d63c17c8edf62a:
        Delete: innobase/trx/ts/makefile
      BitKeeper/deleted/.del-tstrx.c~5425c98548ec1e0d:
        Delete: innobase/trx/ts/tstrx.c
      BitKeeper/deleted/.del-tsttrxold.c~eb6fd6091405d54e:
        Delete: innobase/trx/ts/tsttrxold.c
      BitKeeper/deleted/.del-makefile~9b8356bbdb8bd94e:
        Delete: innobase/ut/ts/makefile
      BitKeeper/deleted/.del-tsut.c~4a154913fc9cd5c0:
        Delete: innobase/ut/ts/tsut.c
      BitKeeper/deleted/.del-univold.i~4b5ed652407f63f1:
        Delete: innobase/include/univold.i
      BitKeeper/deleted/.del-univoldmysql.i~9253a6f92058c565:
        Delete: innobase/include/univoldmysql.i
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b01a5e43
  4. 10 Feb, 2004 1 commit
  5. 06 Feb, 2004 1 commit
    • unknown's avatar
      Fix for bug #2628 "ALTER TABLE destroys table and reports success" · b5819094
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      mysql-test/r/alter_table.result:
        Fix for bug #2628: test result fixed
      mysql-test/t/alter_table.test:
        Fix for bug #2628: test case added
      sql/sql_table.cc:
        Fix for bug #2628:
        We need to take into account database name when checking if source and 
        destination table names are equal.
        Note, that after merge to 4.0 we also need to check for 
        lower_case_table_names.
      b5819094
  6. 03 Feb, 2004 1 commit
    • unknown's avatar
      Added new option --sync-frm / --skip-sync-frm · ec76183b
      unknown authored
      Marked --bdb-no-sync as deprecated
      Added --sync-bdb-logs / --disable-sync-bdb-logs as a synonym / alternative.
      
      
      mysys/my_getopt.c:
        Changed my_getopt so that disabled_my_option can be used for
        GET_BOOL type options too.
      sql/mysql_priv.h:
        Added opt_sync_frm
      sql/mysqld.cc:
        Added sync-frm / disable-sync-frm to mysqld, to be able to disable
        use of my_sync() (fsync()). This defaults to behavior in 4.0.16
        and before, where creating of new tables is quicker than currently.
        This option is enabled by default.
        
        Marked --bdb-no-sync as deprecated option and added another one,
        --sync-bdb-logs besides. --bdb-no-sync and --disabled-sync-bdb-logs
        are now synonyms.
      sql/unireg.cc:
        One can disable my_sync() by using --disable-sync-frm
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      ec76183b
  7. 02 Feb, 2004 1 commit
    • unknown's avatar
      Typo fixing · 5a5eae1d
      unknown authored
      s/expection/exception
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5a5eae1d
  8. 18 Jan, 2004 1 commit
  9. 29 Dec, 2003 1 commit
    • unknown's avatar
      logging_ok: · 64d03983
      unknown authored
        Logging to logging@openlogging.org accepted
      item_strfunc.cc:
        Bug wich appeared in ctype_tis620 is fixed
      
      
      sql/item_strfunc.cc:
        Bug wich appeared in ctype_tis620 is fixed
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      64d03983
  10. 24 Dec, 2003 1 commit
    • unknown's avatar
      ctype-big5.c: · 02b5c69a
      unknown authored
        Like did not work in some cases
        ,
      
      
      strings/ctype-big5.c:
        Like did not work in some cases
        ,
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      02b5c69a
  11. 19 Dec, 2003 1 commit
    • unknown's avatar
      Fix for Bug#2151: · ebf43374
      unknown authored
      "USE db"  affected the character set of further CREATE DATABASEs,
      which should have not happened.
      
      
      mysys/charset2html.c:
        It's earier to operate hex values when editing charset configuration file
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      ebf43374
  12. 11 Dec, 2003 1 commit
    • unknown's avatar
      Many files: · 9570d010
      unknown authored
        Fixed a bug causing a crash for multi-update/multi-delete
        with impossible where (bug #1860).
      
      
      sql/sql_class.h:
        Fixed a bug causing a crash for multi-update/multi-delete
        with impossible where (bug #1860).
      sql/sql_delete.cc:
        Fixed a bug causing a crash for multi-update/multi-delete
        with impossible where (bug #1860).
      sql/sql_update.cc:
        Fixed a bug causing a crash for multi-update/multi-delete
        with impossible where (bug #1860).
      mysql-test/t/multi_update.test:
        Fixed a bug causing a crash for multi-update/multi-delete
        with impossible where (bug #1860).
      mysql-test/r/multi_update.result:
        Fixed a bug causing a crash for multi-update/multi-delete
        with impossible where (bug #1860).
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9570d010
  13. 02 Dec, 2003 2 commits
    • unknown's avatar
      WorkLog#1280 - Remove fixed table handler from lex/yacc · c74c90ee
      unknown authored
      include/mysqld_error.h:
        New error message: unknown table engine
      mysql-test/r/create.result:
        New error message: unknown table engine
      mysql-test/t/create.test:
        New error message: unknown table engine
      sql/lex.h:
        Remove some keywords: HEAP, ISAM, MERGE, MEMORY, MRG_MYISAM, MYISAM
      sql/mysql_priv.h:
        Remove unused symbol
      sql/set_var.h:
        New system variable type: sys_var_thd_table_type
      sql/sql_yacc.yy:
        Remove tokens and make table_types resolve at run time
      sql/sql_show.cc:
        Tidy up
      sql/sql_table.cc:
        Tidy up
      include/sql_state.h:
        Fix indent
      sql/mysqld.cc:
        optimize
      mysql-test/r/rpl_change_master.result:
        It wouldn't pass the tests
      mysql-test/r/variables.result:
        Fix for changes
      mysql-test/r/warnings.result:
        Fix for changes
      mysql-test/t/variables.test:
        Fix for changes
      sql/handler.h:
        parameter is a const
      sql/set_var.cc:
        Code clean up for sys_var_thd_table_type::check()
      sql/handler.cc:
        More tidyup
      sql/share/czech/errmsg.txt:
        Fixups during review
      sql/share/danish/errmsg.txt:
        Fixups during review
      sql/share/dutch/errmsg.txt:
        Fixups during review
      sql/share/english/errmsg.txt:
        Fixups during review
      sql/share/estonian/errmsg.txt:
        Fixups during review
      sql/share/french/errmsg.txt:
        Fixups during review
      sql/share/german/errmsg.txt:
        Fixups during review
      sql/share/greek/errmsg.txt:
        Fixups during review
      sql/share/hungarian/errmsg.txt:
        Fixups during review
      sql/share/italian/errmsg.txt:
        Fixups during review
      sql/share/japanese/errmsg.txt:
        Fixups during review
      sql/share/korean/errmsg.txt:
        Fixups during review
      sql/share/norwegian-ny/errmsg.txt:
        Fixups during review
      sql/share/norwegian/errmsg.txt:
        Fixups during review
      sql/share/polish/errmsg.txt:
        Fixups during review
      sql/share/portuguese/errmsg.txt:
        Fixups during review
      sql/share/romanian/errmsg.txt:
        Fixups during review
      sql/share/russian/errmsg.txt:
        Fixups during review
      sql/share/serbian/errmsg.txt:
        Fixups during review
      sql/share/slovak/errmsg.txt:
        Fixups during review
      sql/share/spanish/errmsg.txt:
        Fixups during review
      sql/share/swedish/errmsg.txt:
        Fixups during review
      sql/share/ukrainian/errmsg.txt:
        Fixups during review
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c74c90ee
    • unknown's avatar
      Fix for bug #1980 · 8be4234f
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8be4234f
  14. 20 Nov, 2003 1 commit
  15. 18 Nov, 2003 1 commit
    • unknown's avatar
      Fix for bug #1820 · 3a553cf2
      unknown authored
      mysql-test/r/multi_update.result:
        Test for bug #1820
      mysql-test/t/multi_update.test:
        Test for bug #1820
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3a553cf2
  16. 05 Nov, 2003 1 commit
  17. 04 Nov, 2003 1 commit
    • unknown's avatar
      fix for r-tree code (memory overlap reported by valgrind) · a1fcc351
      unknown authored
      new comments.
      
      
      myisam/mi_open.c:
        fix for r-tree code (memory overlap reported by valgrind)
      myisam/myisamdef.h:
        fix for r-tree code (memory overlap reported by valgrind)
      myisam/rt_index.c:
        fix for r-tree code (memory overlap reported by valgrind)
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a1fcc351
  18. 02 Nov, 2003 2 commits
    • unknown's avatar
      Call my_sync() after all data is written to .frm file · c97a38c4
      unknown authored
      Added my_sync() to mysys which will do fsync/fdatasync/_commit() on a file.
      
      
      VC++Files/mysys/mysys.dsp:
        Added my_sync.c
      configure.in:
        Added testing of fsync and fdatasync
      include/my_sys.h:
        Added my_sync()
      include/mysys_err.h:
        Added my_sync()
      isam/extra.c:
        Added my_sync()
      myisam/mi_extra.c:
        Added my_sync()
      myisam/mi_locking.c:
        Added my_sync()
      mysql-test/mysql-test-run.sh:
        Added option --valgrind-all
      mysys/Makefile.am:
        Added my_sync.c
      mysys/errors.c:
        Added my_sync()
      mysys/my_symlink.c:
        Removed compiler warning
      mysys/thr_alarm.c:
        Fix for link error on windows
      sql/unireg.cc:
        Call my_sync() after all data is written to .frm file
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c97a38c4
    • unknown's avatar
      Cleanups (comments and compiler warnings) · 18665803
      unknown authored
      dded init of variable to fix core dump on startup errors
      
      
      mysql-test/Makefile.am:
        Added transformation of socket address for mysql-test-run
      mysql-test/mysql-test-run.sh:
        Added option --socket
      sql/derror.cc:
        Removed compiler warning
      sql/mysql_priv.h:
        Moved assert up to be able to use asserts in other header files
      sql/mysqld.cc:
        Fixed comment
      sql/sql_bitmap.h:
        Added copyright notice
        Removed not needed header files
      sql/sql_class.cc:
        Added init of variable to fix core dump on startup errors
      sql/sql_test.cc:
        Fixed compiler errors (from key_map code)
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      18665803
  19. 30 Oct, 2003 1 commit
  20. 15 Oct, 2003 1 commit
    • unknown's avatar
      Add in bit_xor function (approved by Sergei) · acb47c93
      unknown authored
      sql/item_sum.cc:
        Add in bit_xor class functions.
      sql/item_sum.h:
        Add bit_xor class.
      sql/lex.h:
        Add in bit_xor symbol.
      sql/sql_yacc.yy:
        Add in bit_xor function
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      acb47c93
  21. 08 Oct, 2003 1 commit
    • unknown's avatar
      Fixed memory leak in send_file · 7e9e20e3
      unknown authored
      mysql-test/t/myisam.test:
        Cleanup test
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      7e9e20e3
  22. 03 Oct, 2003 1 commit
    • unknown's avatar
      Minor edits. · 34c39673
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      34c39673
  23. 24 Sep, 2003 2 commits
  24. 19 Sep, 2003 1 commit
    • unknown's avatar
      Fix for the bug #1333: COMPRESS(NULL) segfaults. · 334b634c
      unknown authored
      mysql-test/r/func_compress.result:
        Test for the bug #1333: COMPRESS(NULL) segfaults.
      mysql-test/t/func_compress.test:
        Test for the bug #1333: COMPRESS(NULL) segfaults.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      334b634c
  25. 12 Sep, 2003 1 commit
    • unknown's avatar
      New Windows source package automation for 3.23 · dcf6e50d
      unknown authored
      VC++Files/InstallShield/3.23.XX-com/Component Definitions/.fgl:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/Component Definitions/Default.cdf:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/Component Definitions/Default.fgl:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/File Groups/Clients and Tools.fgl:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/File Groups/Default.fdf:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/File Groups/Default.fgl:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/File Groups/Development.fgl:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/File Groups/Documentation.fgl:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/File Groups/Grant Tables.fgl:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/File Groups/Servers.fgl:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/MySQL 3.23.com.ipr:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/Registry Entries/Default.rge:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.dbg:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.ino:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.ins:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.obs:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/Script Files/Setup.rul:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/Setup Files/Uncompressed Files/Language Independent/OS Independent/SETUP.BMP:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/Shell Objects/Default.shl:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/String Tables/Default.shl:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/Text Substitutions/Build.tsb:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/Text Substitutions/Setup.tsb:
        mvdir
      VC++Files/InstallShield/3.23.XX-com/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt:
        Add version placeholders for automation
      VC++Files/InstallShield/3.23.XX-com/String Tables/0009-English/value.shl:
        Add version placeholders for automation
      VC++Files/InstallShield/3.23.XX-gpl/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt:
        Add version placeholders for automation
      VC++Files/InstallShield/3.23.XX-gpl/String Tables/0009-English/value.shl:
        Add version placeholders for automation
      scripts/Makefile.am:
        Build make_win_src_distribution script by default
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      dcf6e50d
  26. 05 Sep, 2003 1 commit
  27. 03 Sep, 2003 1 commit
  28. 29 Aug, 2003 1 commit
    • unknown's avatar
      removed stale comment · 54fa3925
      unknown authored
      13:58 <monty> konstantin: the comment is missplaced (probably after merge).
                You can remove it
      
      
      sql/sql_parse.cc:
        removed stale comment
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      54fa3925
  29. 13 Aug, 2003 1 commit
    • unknown's avatar
      Bootstrap: · 7d6f4747
      unknown authored
        Corrections to Bootstrap for --win-dist
      
      
      
      Build-tools/Bootstrap:
        Corrections to for --win-dist
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      7d6f4747
  30. 07 Aug, 2003 2 commits
    • unknown's avatar
      Add --win-dist parameter to Bootstrap, to run make_win_src_distribution · b9aa175c
      unknown authored
      Build-tools/Bootstrap:
        Add --win-dist parameter to run make_win_src_distribution
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b9aa175c
    • unknown's avatar
      openssl_1.result, openssl_1.test: · 5f016696
      unknown authored
        Aligned test with regenerated SSL certs
      Many files:
        Regenerated expired certificates
      
      
      SSL/cacert.pem:
        Regenerated expired certificates
      SSL/client-cert.pem:
        Regenerated expired certificates
      SSL/client-key.pem:
        Regenerated expired certificates
      SSL/client-req.pem:
        Regenerated expired certificates
      SSL/server-cert.pem:
        Regenerated expired certificates
      SSL/server-key.pem:
        Regenerated expired certificates
      SSL/server-req.pem:
        Regenerated expired certificates
      mysql-test/t/openssl_1.test:
        Aligned test with regenerated SSL certs
      mysql-test/r/openssl_1.result:
        Aligned test with regenerated SSL certs
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5f016696
  31. 01 Aug, 2003 1 commit
    • unknown's avatar
      added disable_query_log to fulltext2.test · 7fc41704
      unknown authored
      mysql-test/r/fulltext2.result:
        result updated
      mysql-test/t/fulltext2.test:
        test is now more silent
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      7fc41704
  32. 30 Jul, 2003 1 commit
    • unknown's avatar
      BUG · d4494c9f
      unknown authored
      Add functions SetFilePointerEx and SetEndOfFile for huge 
      tables instead of chsize
      Move chsize to right place
      
      
      include/config-win.h:
        add HAVE_SETFILEPOINTER
      mysys/my_chsize.c:
        Add functions SetFilePointerEx and SetEndOfFile for huge tables
        Move chsize to right place
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      d4494c9f
  33. 29 Jul, 2003 1 commit
  34. 28 Jul, 2003 1 commit
    • unknown's avatar
      logging_ok: · 0db8648a
      unknown authored
        Logging to logging@openlogging.org accepted
      README.1st:
        new file - Readme for Windows distribution
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      0db8648a
  35. 23 Jul, 2003 1 commit