summaryrefslogtreecommitdiff
path: root/Build-tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2001-10-031-0/+2
|\ | | | | | | | | Build-tools/Do-compile: Auto merged
| * Cleanup between compilationsunknown2001-10-031-0/+2
| | | | | | | | | | | | | | Build-tools/Do-compile: Cleanups BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Added usage of --master-retry-count to make mysql-test-run safer.unknown2001-10-031-3/+3
|/ | | | | | | | | | | | | | | | | Build-tools/Do-compile: Remove --no-delete Docs/manual.texi: Udated IA64 section mysql-test/mysql-test-run.sh: Added usage of --master-retry-count set LD_LIBRARY_PATH sql/mysqld.cc: Added master-retry-count (needed by mysql-test-run) sql/slave.cc: Added master-retry-count Don't write same error to log on retry sql/slave.h: Added master-retry-count (needed by mysql-test-run)
* Portability fixunknown2001-10-021-3/+1
|
* Merge work:/home/bk/mysqlunknown2001-09-031-40/+138
|\ | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * added symbols files to RPM to resolve stack traceunknown2001-09-031-40/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | fixed Do-rpm to accept command-line options for easier testing/local RPM build BUILD/compile-pentium-max: add enable-thread-safe-client Build-tools/Do-rpm: make configurable from command line support-files/mysql.spec.sh: add mysqld.sym and mysqld-max.sym to the RPM
* | Added testing of IN(value-list)unknown2001-09-021-5/+11
|/ | | | | | | | | | | | | | | | | | Portability fixes Build-tools/Do-compile: Fix for Linux ia64 sql-bench/bench-init.pl.sh: Added help function time_fetch_all_rows sql-bench/test-insert.sh: Added testing of IN(value-list) sql/item_func.cc: Cleanup sql/mysqld.cc: Portability fix sql/stacktrace.c: Portability fix
* ix compilition for computer in a previous timezoneunknown2001-08-311-0/+2
| | | | | | | | | Build-tools/Do-compile: Fix compilition for computer in a previous timezone sql/net_serv.cc: Added comment sql/sql_parse.cc: Cleanup
* Fix for handling of floats inside val_int() of +, - * and /.unknown2001-08-181-12/+16
| | | | | | | | | | | Build-tools/Do-compile: Make shutdown safer Docs/manual.texi: Fix of bad merge sql/log.cc: cleanup sql/sql_acl.cc: cleanup
* mergeunknown2001-06-121-4/+7
|\
| * Added --enable-shared to Do-compileunknown2001-06-121-4/+7
| | | | | | | | | | | | | | Build-tools/Do-compile: Added --enable-shared BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Added --verbose option to mysqlshowunknown2001-06-121-5/+9
|/ | | | | | | | | | | | | | | | | | | | | | Fixes for making distribution Build-tools/Do-compile: Added --no-strip option Docs/manual.texi: Changelog and some fixes to comparison section client/mysqlshow.c: Added --verbose option mysql-test/r/create.result: Test of CREATE ... SELECT with keys mysql-test/t/create.test: Test of CREATE ... SELECT with keys scripts/make_binary_distribution.sh: Changed to use long options sql-bench/Comments/postgres.benchmark: update sql-bench/server-cfg.sh: update to use 'vacuum analyze'
* Do-patch-file Fix typo (extra 'mv')unknown2001-05-181-1/+1
| | | | | | | | | | | | ignore added Logs/* binary/* BitKeeper/etc/ignore: added Logs/* binary/* Build-tools/Do-patch-file: Fix typo (extra 'mv') BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Fixes for MySQL-Maxunknown2001-05-112-23/+68
|
* Update for MySQL-Maxunknown2001-04-181-0/+2
| | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Changes to get mysqld-max to compileunknown2001-04-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | BUILD/SETUP.sh: Changed to use -ffixed-ebp with -fomit-frame-pointer BUILD/compile-pentium: Changed to use reckless flags as defaults as this appears to work good, even with stack-traces. Build-tools/Do-all-build-steps: Innobase -> Innodb Docs/manual.texi: Added information about -ffixed-ebp scripts/safe_mysqld.sh: Added option --mysqld-version Use mysqld-max binary as default if installed and --mysqld or --mysqld-version is not used support-files/mysql-max.spec.sh: Fixed bugs support-files/mysql.spec.sh: Added Max package tests/fork_big.pl: Added --user and --password
* fixed Do-rpm to not omit frame pointerunknown2001-04-071-2/+2
| | | | | | | Build-tools/Do-rpm: will we ever get this -fno-omit-frame-pointer stuff right? BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Changed --with-innobase-db to --with-innobaseunknown2001-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | Updated manual about INNOBASE and BDB BUILD/SETUP.sh: Added --print as alias for --just-print BUILD/compile-pentium-debug: Changed --with-innobase-db to --with-innobase BUILD/compile-pentium: Changed --with-innobase-db to --with-innobase Build-tools/Do-all-build-steps: Changed --with-innobase-db to --with-innobase Docs/manual.texi: Added that BDB and INNBASE is included in the source distribution sql/mysqld.cc: Fixed typo support-files/maxsql.spec.sh: Changed --with-innobase-db to --with-innobase support-files/mysql.spec.sh: Changed --with-innobase-db to --with-innobase
* Mergeunknown2001-03-071-5/+5
|\
| * Do-all-build-steps We build with BerkeleyDB now, too.unknown2001-03-071-14/+6
| | | | | | | | | | Build-tools/Do-all-build-steps: We build with BerkeleyDB now, too.
* | Changes so that 'make distcheck' works with Berkeley DB.unknown2001-03-071-12/+5
|/ | | | | | | | | | | | | Build-tools/Do-all-build-steps: We now build with Berkeley DB. Docs/manual.texi: Try to make MySQL's extensions to GROUP BY more noticable. acinclude.m4: Berkeley DB defaults to "no", now. Changes so that 'make distcheck' works with Berkeley DB. bdb/Makefile.in: Add some more dummy targets to ignore.
* Make sure ib_config.h is distributed.unknown2001-03-051-4/+15
| | | | | | | | | | Clean up Do-all-build-steps. Build-tools/Do-all-build-steps: Make this script run on machines other than mysql-work. innobase/Makefile.am: Make sure ib_config.h is distributed.
* Do-all-build-steps Innobase is included in the distribution.unknown2001-03-051-1/+5
| | | | | Build-tools/Do-all-build-steps: Innobase is included in the distribution.
* mergeunknown2001-02-141-0/+3
|\
| * Do-compile monty's uncommitted stuffunknown2001-02-141-2/+5
| | | | | | | | | | Build-tools/Do-compile: monty's uncommitted stuff
* | keep frame pointerunknown2001-02-141-2/+2
|/
* Remove several uses of cp -a, and fix broken dist-hook in sql-bench.unknown2001-02-051-1/+1
| | | | | | | | | Build-tools/mysql-copyright: remove use of cp -a. sql-bench/Makefile.am: fix broken dist-hook target (brain-o) sql/share/Makefile.am: remove use of cp -a.
* Updates from 3.23.30unknown2001-01-213-19/+35
| | | | | | | | | | | | Build-tools/Do-compile: Added binary suffix Stage are now names, not numbers Build-tools/Do-patch-file: Changed to use unified diff Build-tools/Do-rpm: Updated to new DBI/DBD versions BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Do-compile Fix typo.unknown2001-01-021-1/+1
| | | | | | | Build-tools/Do-compile: Fix typo. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Fixes for MySQL 3.23.30unknown2001-01-021-8/+15
| | | | | | Build-tools/Do-compile: Don't use gmake -j2 Run mysql-test suite.
* Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysqlunknown2001-01-021-0/+1
|\
| * Fixed bug when opening BDB tables twiceunknown2001-01-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build-tools/Do-all-build-steps: Create the result directory Docs/manual.texi: More explanation about mysql_install_db mysql-test/mysql-test-run.sh: Add --core option mysql-test/r/bdb.result: Test of opening tables twice mysql-test/t/bdb.test: Test of opening tables twice sql/ha_berkeley.cc: Fixed bug when table is in use sql/ha_berkeley.h: Fixed bug when table is in use
* | Fixes build of 3.23.30unknown2001-01-011-0/+2
|/ | | | | | | | | Build-tools/Do-rpm: Cleanup RPM directory before new build support-files/mysql.spec.sh: Removed duplicated manual entry BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Install mysqltest binary and new man pagesunknown2000-12-311-0/+4
| | | | | Build-tools/Do-rpm: Remove old packages before compiling
* Fixed error when copying mysqld_multiunknown2000-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Fixes for mysql-test Fixed race condition in SHOW LOGS BUILD/compile-solaris-sparc: cleanup Build-tools/Do-compile: Fixed problem Makefile.am: Merged tests with benchmarks configure.in: Fix for Solaris 2.8 scripts/Makefile.am: Fixed error when copying mysqld_multi scripts/make_binary_distribution.sh: Fixes for mysql-test sql/ha_berkeley.cc: Fixed race condition in SHOW LOGS sql/mysqld.cc: Fixed bug in networking
* fixed typounknown2000-12-131-1/+1
|
* fixes for parallel make, re-added the lost README files in mysql-testunknown2000-12-132-4/+5
| | | | | | | | | | | | | BUILD/compile-pentium-debug: fox for parallel make BUILD/compile-pentium-gcov: fix for parallel make BUILD/compile-pentium: fix to enable parallel make when recursing to subdirectories Build-tools/Do-all-build-steps: fix for parallel make, remove the stale comment to make Tim happy Build-tools/Do-rpm: fix for parallel make
* mysql.spec.sh Don't install BDBunknown2000-12-131-1/+3
| | | | | | | | | | | | | | | | | | Do-patch-file Update for new web structure Makefile.am Added dependency for manual_toc.html Makefile.am Replaced chmod with RM to avoid error message include/Makefile.am: Replaced chmod with RM to avoid error message Docs/Makefile.am: Added dependency for manual_toc.html Build-tools/Do-patch-file: Update for new web structure support-files/mysql.spec.sh: Don't install BDB BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Merge work.mysql.com:/home/bk/mysqlunknown2000-12-071-1/+2
|\ | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql BitKeeper/etc/logging_ok: auto-union Build-tools/Do-all-build-steps: Auto merged
| * Do-all-build-steps added --without-berkeley-dbunknown2000-12-071-1/+2
| | | | | | | | | | | | | | Build-tools/Do-all-build-steps: added --without-berkeley-db BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | make -j 2unknown2000-12-072-2/+2
|/ | | | | | | | | | | BUILD/compile-pentium-gcov: use second CPU BUILD/compile-pentium: I got my second CPU Build-tools/Do-all-build-steps: use second CPU Build-tools/Do-compile: use second CPU
* Update of interface for BDB tables.unknown2000-10-241-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug in SHOW CREATE TABLE Build-tools/mysql-copyright: Shorter error message Docs/manual.texi: Update of myisamchk stuff acinclude.m4: Force use of Berkeley DB 3.2.3 or newer include/m_string.h: Changed type of arguments to bmove() myisam/mi_check.c: Nicer error message mysql.proj: Updated sql/ha_berkeley.cc: Use new key compare interface sql/sql_select.cc: Call join_free() early to free all cursors sql/sql_show.cc: Fixed CREATE TABLE when used with auto_increment columns strings/bmove.c: Changed type of arguments to bmove()
* Fixes for 3.23.24unknown2000-09-081-1/+1
| | | | | | | Build-tools/Do-all-build-steps: Fixed type in chmod scripts/make_binary_distribution.sh: All libmysqlclient_r files wheren't included
* Fixed --no-defaults in installationunknown2000-09-081-1/+1
| | | | | | | Build-tools/Do-compile: Fixed missing --no-defaults scripts/mysql_install_db.sh: Fixed --no-defaults
* Updates for 3.23.24 buildunknown2000-09-072-11/+10
| | | | | | | Build-tools/Do-all-build-steps: Fix privileges for tables Build-tools/Do-patch-file: Fix for move to bk
* Abort patchunknown2000-09-021-4/+5
|\ | | | | | | | | | | | | | | Build-tools/Do-compile: Auto merged client/mysqldump.c: Aborted Serges patch as this would have caused incompatibility problems with old MySQL servers.
| * Quoting of TIMESTAMP columns and small optimizationsunknown2000-09-021-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build-tools/Do-compile: Fixes for remote build Docs/manual.texi: Mainly updates for Access 2000 client/mysqldump.c: Added quoting of TIMESTAMP columns include/mysql.h: Added quoting of TIMESTAMP columns include/mysql_com.h: Added quoting of TIMESTAMP columns libmysql/libmysql.c: Added quoting of TIMESTAMP columns scripts/mysql_install_db.sh: Fixed http address sql-bench/Results/ATIS-mysql-NT_4.0: New test results sql-bench/Results/RUN-mysql-NT_4.0: New test results sql-bench/Results/alter-table-mysql-NT_4.0: New test results sql-bench/Results/big-tables-mysql-NT_4.0: New test results sql-bench/Results/connect-mysql-NT_4.0: New test results sql-bench/Results/create-mysql-NT_4.0: New test results sql-bench/Results/insert-mysql-NT_4.0: New test results sql-bench/Results/select-mysql-NT_4.0: New test results sql-bench/Results/wisconsin-mysql-NT_4.0: New test results sql/ChangeLog: Changelog sql/field.h: Added quoting of TIMESTAMP columns sql/mysql_priv.h: Optimizing sql/mysqld.cc: Optimizing sql/sql_class.cc: Optimizing sql/sql_parse.cc: Added use of new 'localhost' variable sql/violite.c: Fixed print bug
* | Fixes for new build environmentunknown2000-09-012-0/+6
|/ | | | | Build-tools/Do-compile: Save old logs
* Fix for mit-pthreads on linuxunknown2000-08-301-3/+10
| | | | | Build-tools/Do-all-build-steps: Fix to build with bk
* Fix to build under bitkeeperunknown2000-08-301-2/+8
|