An error occurred fetching the project authors.
  1. 19 May, 2004 1 commit
    • unknown's avatar
      Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' · 2d67f1e0
      unknown authored
      Ensured that all projects compile
      Removed compiler warnings
      Better setting of server_version variable.
      Fix that make_win_src_distribution creates the privilege tables.
      
      
      VC++Files/bdb/bdb.dsp:
        Small, automatic changes
      VC++Files/client/mysql.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/client/mysqladmin.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/client/mysqlclient.dsp:
        Removed files that should only be used with mysql command line client
      VC++Files/client/mysqldump.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/client/mysqlimport.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/client/mysqlshow.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/comp_err/comp_err.dsp:
        Automatic changes
      VC++Files/dbug/dbug.dsp:
        Automatic changes
      VC++Files/heap/heap.dsp:
        automatic changes
      VC++Files/innobase/innobase.dsp:
        Automatic changes
      VC++Files/isam/isam.dsp:
        Automatic changes
      VC++Files/isamchk/isamchk.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/libmysql/libmysql.dsp:
        Automatic changes
      VC++Files/libmysqld/examples/test_libmysqld.dsp:
        Add missing files
      VC++Files/libmysqld/libmysqld.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/libmysqltest/myTest.dsp:
        Automatic changes
      VC++Files/merge/merge.dsp:
        Automatic changes
      VC++Files/my_print_defaults/my_print_defaults.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/myisam/myisam.dsp:
        automatic changes
      VC++Files/myisam_ftdump/myisam_ftdump.dsp:
        automatic changes
      VC++Files/myisamchk/myisamchk.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/myisamlog/myisamlog.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/myisammrg/myisammrg.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/myisampack/myisampack.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/mysql.dsw:
        Automatic changes
      VC++Files/mysqlbinlog/mysqlbinlog.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/mysqlcheck/mysqlcheck.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/mysqldemb/mysqldemb.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/mysqlserver/mysqlserver.dsp:
        Automatic changes
      VC++Files/mysqlshutdown/mysqlshutdown.dsp:
        Automatic changes
      VC++Files/mysqlwatch/mysqlwatch.dsp:
        Automatic changes
      VC++Files/mysys/mysys.dsp:
        Automatic changes
      VC++Files/pack_isam/pack_isam.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/perror/perror.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/regex/regex.dsp:
        Automatic changes
      VC++Files/replace/replace.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/sql/mysqld.dsp:
        Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
      VC++Files/strings/strings.dsp:
        Removed duplicate code for strnlen
      VC++Files/test1/test1.dsp:
        Automatic changes
      VC++Files/thr_test/thr_test.dsp:
        Automatic changes
      VC++Files/vio/vio.dsp:
        Automatic changes
      VC++Files/zlib/contrib/asm386/zlibvc.dsp:
        Automatic changes
      VC++Files/zlib/zlib.dsp:
        Automatic changes
      extra/my_print_defaults.c:
        Fixed bug in --verbose
      include/m_string.h:
        Portability fix
      include/mysql_embed.h:
        Better setting of server_version variable
      include/mysql_version.h.in:
        Better license text handling
      innobase/pars/pars0lex.l:
        Remove compiler warnings
      innobase/trx/trx0sys.c:
        Remove compiler warnings
      libmysqld/lib_sql.cc:
        Better setting of server_version variable
      libmysqld/libmysqld.def:
        Add functions needed for mysql command line client
      myisam/myisam_ftdump.c:
        Remove compiler warnings
      mysys/sha1.c:
        Remove compiler warnings
      scripts/make_win_src_distribution.sh:
        Safety fix
      scripts/mysql_install_db.sh:
        Backport from 4.1 to allow make_win_src_distribution create the privilege tables
      sql/Makefile.am:
        Add new file mysqld_suffix.h
        Remove not used file sql_olap.h
      sql/ha_innodb.cc:
        Remove not used variable
      sql/mysqld.cc:
        Better setting of server_version variable
      sql/set_var.cc:
        Fixed bug when showing lower_case_file_system
      strings/ctype-tis620.c:
        Remove compiler warnings
      2d67f1e0
  2. 28 Feb, 2003 1 commit
    • unknown's avatar
      LOAD DATA INFILE is not replicated if replicate_*_table is set · b276b60e
      unknown authored
      LOAD DATA LOCAL INFILE was not replicated correctly
      
      
      VC++Files/bdb/bdb.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/Berkeley_DB.dsw:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_archive.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_buildall.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_checkpoint.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_deadlock.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_dll.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_dump.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_java.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_load.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_printlog.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_recover.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_stat.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_static.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_static1.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_tcl.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_test.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_upgrade.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_verify.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/ex_access.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/ex_btrec.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/ex_env.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/ex_lock.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/ex_mpool.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/ex_tpcb.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/excxx_access.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/excxx_btrec.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/excxx_env.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/excxx_lock.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/excxx_mpool.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/excxx_tpcb.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysql.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysqladmin.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysqlcheck.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysqlclient.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysqlclient.dsw:
        Updated VC++ files +end space removed
      VC++Files/client/mysqldump.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysqlimport.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysqlshow.dsp:
        Updated VC++ files +end space removed
      VC++Files/comp_err/comp_err.dsp:
        Updated VC++ files +end space removed
      VC++Files/contrib/asm386/zlibvc.dsp:
        Updated VC++ files +end space removed
      VC++Files/contrib/asm386/zlibvc.dsw:
        Updated VC++ files +end space removed
      VC++Files/contrib/minizip/zlibvc.dsp:
        Updated VC++ files +end space removed
      VC++Files/contrib/minizip/zlibvc.dsw:
        Updated VC++ files +end space removed
      VC++Files/dbug/dbug.dsp:
        Updated VC++ files +end space removed
      VC++Files/dbug/dbug.dsw:
        Updated VC++ files +end space removed
      VC++Files/heap/heap.dsp:
        Updated VC++ files +end space removed
      VC++Files/innobase/innobase.dsp:
        Updated VC++ files +end space removed
      VC++Files/isam/isam.dsp:
        Updated VC++ files +end space removed
      VC++Files/isam/isam.dsw:
        Updated VC++ files +end space removed
      VC++Files/isamchk/isamchk.dsp:
        Updated VC++ files +end space removed
      VC++Files/libmysql/libmysql.dsp:
        Updated VC++ files +end space removed
      VC++Files/libmysql/libmysql.dsw:
        Updated VC++ files +end space removed
      VC++Files/libmysqld/examples/test_libmysqld.dsp:
        Updated VC++ files +end space removed
      VC++Files/libmysqld/libmysqld.dsp:
        Updated VC++ files +end space removed
      VC++Files/libmysqltest/myTest.dsp:
        Updated VC++ files +end space removed
      VC++Files/libmysqltest/mytest.dsw:
        Updated VC++ files +end space removed
      VC++Files/merge/merge.dsp:
        Updated VC++ files +end space removed
      VC++Files/merge/merge.dsw:
        Updated VC++ files +end space removed
      VC++Files/my_print_defaults/my_print_defaults.dsp:
        Updated VC++ files +end space removed
      VC++Files/myisam/myisam.dsp:
        Updated VC++ files +end space removed
      VC++Files/myisamchk/myisamchk.dsp:
        Updated VC++ files +end space removed
      VC++Files/myisamlog/myisamlog.dsp:
        Updated VC++ files +end space removed
      VC++Files/myisammrg/myisammrg.dsp:
        Updated VC++ files +end space removed
      VC++Files/myisampack/myisampack.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysql.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysql.dsw:
        Updated VC++ files +end space removed
      VC++Files/mysqlbinlog/mysqlbinlog.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqlcheck/mysqlcheck.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqldemb/mysqldemb.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqlmanager/MySqlManager.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqlmanager/mysqlmanager.dsw:
        Updated VC++ files +end space removed
      VC++Files/mysqlserver/mysqlserver.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqlshutdown/myshutdown.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqlshutdown/mysqlshutdown.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqlwatch/mysqlwatch.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysys/mysys.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysys/mysys.dsw:
        Updated VC++ files +end space removed
      VC++Files/pack_isam/pack_isam.dsp:
        Updated VC++ files +end space removed
      VC++Files/perror/perror.dsp:
        Updated VC++ files +end space removed
      VC++Files/regex/regex.dsp:
        Updated VC++ files +end space removed
      VC++Files/regex/regex.dsw:
        Updated VC++ files +end space removed
      VC++Files/replace/replace.dsp:
        Updated VC++ files +end space removed
      VC++Files/sql/mysqld.dsp:
        Updated VC++ files +end space removed
      VC++Files/sql/mysqld.dsw:
        Updated VC++ files +end space removed
      VC++Files/sql/mysqldmax.dsp:
        Updated VC++ files +end space removed
      VC++Files/sql/old/mysqld.dsw:
        Updated VC++ files +end space removed
      VC++Files/strings/MASM6x/strings.dsp:
        Updated VC++ files +end space removed
      VC++Files/strings/MASM6x/strings.dsw:
        Updated VC++ files +end space removed
      VC++Files/strings/backup/strings.dsp:
        Updated VC++ files +end space removed
      VC++Files/strings/backup/strings.dsw:
        Updated VC++ files +end space removed
      VC++Files/strings/noMASM/strings.dsp:
        Updated VC++ files +end space removed
      VC++Files/strings/noMASM/strings.dsw:
        Updated VC++ files +end space removed
      VC++Files/strings/strings.dsp:
        Updated VC++ files +end space removed
      VC++Files/strings/strings.dsw:
        Updated VC++ files +end space removed
      VC++Files/test1/test1.dsp:
        Updated VC++ files +end space removed
      VC++Files/thr_insert_test/thr_insert_test.dsp:
        Updated VC++ files +end space removed
      VC++Files/thr_test/thr_test.dsp:
        Updated VC++ files +end space removed
      VC++Files/vio/vio.dsp:
        Updated VC++ files +end space removed
      VC++Files/zlib/zlib.dsp:
        Updated VC++ files +end space removed
      include/my_global.h:
        Always include errno.h
      sql/log_event.cc:
        LOAD DATA INFILE is not replicated if replicate_*_table is set
      sql/mf_iocache.cc:
        LOAD DATA LOCAL INFILE was not replicated correctly
      b276b60e
  3. 21 Jan, 2003 1 commit
    • unknown's avatar
      Update to VC++ build files · 5d5b1fee
      unknown authored
      VC++Files/bdb/bdb.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/Berkeley_DB.dsw:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_archive.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_buildall.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_checkpoint.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_deadlock.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_dll.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_dump.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_java.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_load.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_printlog.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_recover.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_stat.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_static.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_static1.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_tcl.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_test.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_upgrade.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/db_verify.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/ex_access.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/ex_btrec.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/ex_env.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/ex_lock.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/ex_mpool.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/ex_tpcb.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/excxx_access.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/excxx_btrec.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/excxx_env.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/excxx_lock.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/excxx_mpool.dsp:
        Update to 4.1.0
      VC++Files/bdb/build_win32/excxx_tpcb.dsp:
        Update to 4.1.0
      VC++Files/client/mysql.dsp:
        Update to 4.1.0
      VC++Files/client/mysqladmin.dsp:
        Update to 4.1.0
      VC++Files/client/mysqlcheck.dsp:
        Update to 4.1.0
      VC++Files/client/mysqlclient.dsp:
        Update to 4.1.0
      VC++Files/client/mysqlclient.dsw:
        Update to 4.1.0
      VC++Files/client/mysqldump.dsp:
        Update to 4.1.0
      VC++Files/client/mysqlimport.dsp:
        Update to 4.1.0
      VC++Files/client/mysqlshow.dsp:
        Update to 4.1.0
      VC++Files/comp_err/comp_err.dsp:
        Update to 4.1.0
      VC++Files/contrib/asm386/zlibvc.dsp:
        Update to 4.1.0
      VC++Files/contrib/asm386/zlibvc.dsw:
        Update to 4.1.0
      VC++Files/contrib/minizip/zlibvc.dsp:
        Update to 4.1.0
      VC++Files/contrib/minizip/zlibvc.dsw:
        Update to 4.1.0
      VC++Files/dbug/dbug.dsp:
        Update to 4.1.0
      VC++Files/dbug/dbug.dsw:
        Update to 4.1.0
      VC++Files/heap/heap.dsp:
        Update to 4.1.0
      VC++Files/innobase/innobase.dsp:
        Update to 4.1.0
      VC++Files/isam/isam.dsp:
        Update to 4.1.0
      VC++Files/isam/isam.dsw:
        Update to 4.1.0
      VC++Files/isamchk/isamchk.dsp:
        Update to 4.1.0
      VC++Files/libmysql/libmysql.dsw:
        Update to 4.1.0
      VC++Files/libmysqld/examples/test_libmysqld.dsp:
        Update to 4.1.0
      VC++Files/libmysqld/libmysqld.dsp:
        Update to 4.1.0
      VC++Files/libmysqltest/myTest.dsp:
        Update to 4.1.0
      VC++Files/libmysqltest/mytest.dsw:
        Update to 4.1.0
      VC++Files/merge/merge.dsp:
        Update to 4.1.0
      VC++Files/merge/merge.dsw:
        Update to 4.1.0
      VC++Files/my_print_defaults/my_print_defaults.dsp:
        Update to 4.1.0
      VC++Files/myisam/myisam.dsp:
        Update to 4.1.0
      VC++Files/myisamchk/myisamchk.dsp:
        Update to 4.1.0
      VC++Files/myisamlog/myisamlog.dsp:
        Update to 4.1.0
      VC++Files/myisammrg/myisammrg.dsp:
        Update to 4.1.0
      VC++Files/myisampack/myisampack.dsp:
        Update to 4.1.0
      VC++Files/mysql.dsp:
        Update to 4.1.0
      VC++Files/mysql.dsw:
        Update to 4.1.0
      VC++Files/mysqlbinlog/mysqlbinlog.dsp:
        Update to 4.1.0
      VC++Files/mysqlcheck/mysqlcheck.dsp:
        Update to 4.1.0
      VC++Files/mysqldemb/mysqldemb.dsp:
        Update to 4.1.0
      VC++Files/mysqlmanager/MySqlManager.dsp:
        Update to 4.1.0
      VC++Files/mysqlmanager/mysqlmanager.dsw:
        Update to 4.1.0
      VC++Files/mysqlserver/mysqlserver.dsp:
        Update to 4.1.0
      VC++Files/mysqlshutdown/myshutdown.dsp:
        Update to 4.1.0
      VC++Files/mysqlshutdown/mysqlshutdown.dsp:
        Update to 4.1.0
      VC++Files/mysqlwatch/mysqlwatch.dsp:
        Update to 4.1.0
      VC++Files/mysys/mysys.dsp:
        Update to 4.1.0
      VC++Files/mysys/mysys.dsw:
        Update to 4.1.0
      VC++Files/pack_isam/pack_isam.dsp:
        Update to 4.1.0
      VC++Files/perror/perror.dsp:
        Update to 4.1.0
      VC++Files/regex/regex.dsp:
        Update to 4.1.0
      VC++Files/regex/regex.dsw:
        Update to 4.1.0
      VC++Files/replace/replace.dsp:
        Update to 4.1.0
      VC++Files/sql/mysqld.dsp:
        Update to 4.1.0
      VC++Files/sql/mysqld.dsw:
        Update to 4.1.0
      VC++Files/sql/mysqldmax.dsp:
        Update to 4.1.0
      VC++Files/sql/old/mysqld.dsw:
        Update to 4.1.0
      VC++Files/strings/MASM6x/strings.dsp:
        Update to 4.1.0
      VC++Files/strings/MASM6x/strings.dsw:
        Update to 4.1.0
      VC++Files/strings/backup/strings.dsp:
        Update to 4.1.0
      VC++Files/strings/backup/strings.dsw:
        Update to 4.1.0
      VC++Files/strings/noMASM/strings.dsp:
        Update to 4.1.0
      VC++Files/strings/noMASM/strings.dsw:
        Update to 4.1.0
      VC++Files/strings/strings.dsp:
        Update to 4.1.0
      VC++Files/strings/strings.dsw:
        Update to 4.1.0
      VC++Files/test1/test1.dsp:
        Update to 4.1.0
      VC++Files/thr_insert_test/thr_insert_test.dsp:
        Update to 4.1.0
      VC++Files/thr_test/thr_test.dsp:
        Update to 4.1.0
      VC++Files/vio/vio.dsp:
        Update to 4.1.0
      VC++Files/zlib/zlib.dsp:
        Update to 4.1.0
      bdb/build_win32/Berkeley_DB.dsw:
        Update to 4.1.0
      5d5b1fee
  4. 15 Aug, 2002 1 commit
  5. 22 Oct, 2001 1 commit
    • unknown's avatar
      Adding Win32 IDE Stuff · fe2be673
      unknown authored
      -WorkSpace and Project Files for VC++6.0
      -InstallShield Files for setup program. 
      
      
      fe2be673