| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into weblab.(none):/home/marcsql/TREE/mysql-5.1-21029
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The build scripts in general, using automake, autoconf, etc, contain several
special commands and work around all related to the way the bison code in the
parser is built, for sql/sql_yacc.yy. These work arounds, accumulated over
time during development, ultimately cause the build scripts to be unstable
and cause build defects by not enforcing dependencies.
This fix simplifies the build process and aligns it with the automake tooling,
which provides native support for bison and *.yy files.
In particular, the following problem have been fixed:
- dependencies with sql_yacc.cc were not honored (Bug 21029), leading to
corrupted builds,
- the work around introduced by Bug 24557, to cleanup the generated files
sql_yacc.h and sql_yacc.cc, has been removed,
- the generated makefile, in a source distribution, used to destroy the files
sql_yacc.h and sql_yacc.cc on a 'make clean' target. This has been fixed:
these files are now removed by make maintainer-clean.
- The root cause of the problem found with gcc 4.1 (see Bug 24619) has been
clearly documented, and the "sed" hack has been replaced by a cleaner
work around, when building the code with bison 1.875.
- Removed the file sql/sql_yacc.yy.bak, added by WL 3031 by accident.
- Removed the unnecessary AM_YFLAG= --debug introduced by WL 3432, since
the compiling option DBUG_OFF takes precedence when setting YYDEBUG.
|
|\ \
| |/
|/|
| | |
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint-greener
|
| |\
| | |
| | |
| | | |
into siva.hindu.god:/usr/home/tim/m/bk/tmp/mrg51-dec26
|
| | |\
| | | |
| | | |
| | | | |
into siva.hindu.god:/usr/home/tim/m/bk/tmp/fix-Makefile-perl/51
|
| | | |\
| | | | |
| | | | |
| | | | | |
into siva.hindu.god:/usr/home/tim/m/bk/tmp/fix-Makefile-perl/50
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- test* targets are identical (as much as possible) to 5.0 & 5.1 versions
- use @PERL@ ./mysql-test-run.pl, instead of depending on /usr/bin/perl location
- PHONY: target includes all test targets
|
| | | | |\
| | | | | |
| | | | | |
| | | | | | |
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
|
| | | | |\ \
| | | | | | |
| | | | | | |
| | | | | | | |
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | | |
into mysql.com:/home/kent/bk/main/mysql-5.1
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Corrected spelling in copyright text
Makefile.am:
Don't update the files from BitKeeper
Many files:
Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
Adjusted year(s) in copyright header
Many files:
Added GPL copyright text
Removed files:
Docs/Support/colspec-fix.pl
Docs/Support/docbook-fixup.pl
Docs/Support/docbook-prefix.pl
Docs/Support/docbook-split
Docs/Support/make-docbook
Docs/Support/make-makefile
Docs/Support/test-make-manual
Docs/Support/test-make-manual-de
Docs/Support/xwf
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | / / / / /
| |/ / / / /
|/| | | | | |
into mysql.com:/home/kent/bk/main/mysql-5.1
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Changed header to GPL version 2 only
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | |
| | | | | | | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | |
| | | | | | | |
into mysql.com:/home/kent/bk/mysql-5.1-build
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
If --srcdir and --windows is given, check if error message file
is in source or build tree (bug#24557)
Makefile.am:
Cleaned up "ali_check" target, to satisfy "distcleancheck" (bug#24557)
mysql_install_db.sh:
Added --srcdir=DIR option, used from top Makefile.am in dist-hook
target, to find "fill_help_tables.sql" in VPATH build (bug#24557)
Makefile.am:
Work around problem with "distcleancheck", "sql_yacc.cc" might be in both
the source and build tree.
Call "mysql_install_db" with new option --srcdir, to enable the script
to find all that is needed, if source and build directory is not the same
(bug#24557)
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build
|
| |\ \ \ \ \ \ \
| | |/ / / / / /
| | | | | | | |
| | | | | | | | |
into mysql.com:/home/kent/bk/mysql-5.1-build
|
| | |\ \ \ \ \ \
| | | | |_|_|_|/
| | | |/| | | |
| | | | | | | | |
into mysql.com:/home/kent/bk/mysql-5.0-build
|
| | | | |_|_|/
| | | |/| | |
| | | | | | |
| | | | | | | |
Remove soft links before creating source TAR, to avoid file copies (bug#11865)
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | |/ / / / /
| | | | | | |
| | | | | | | |
into mysql.com:/home/kent/bk/mysql-5.1-build
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Corrected change to create "win" directory
|
| |\ \ \ \ \ \
| | |/ / / / /
| | | | | | |
| | | | | | | |
into mysql.com:/home/kent/bk/mysql-5.1-build
|
| | | |_|_|/
| | |/| | |
| | | | | |
| | | | | | |
"make distcheck" fix, "win" directory
|
| | |\ \ \ \
| | | |_|/ /
| | |/| | |
| | | | | | |
into mysql.com:/home/hf/work/mysql-5.0-0mrg
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| | |\ \ \ \ \
| | | | |_|_|/
| | | |/| | |
| | | | | | | |
into neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
mysql-test-run.pl
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | | |
into mysql.com:/home/my/mysql-5.1
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
on a server and add new benchmarks for new optimizations
Fixed memory leak in _db_set() (Bug#24497 Valgrind warning: get_one_option)
Don't call net_clear() on COM_QUIT. This avoids a warning from net_clear() after shutdown: "skipped ## bytes from file"
BUG#21428: skipped 9 bytes from file: socket (3)" on "mysqladmin shutdown"
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | / /
| | |_|_|/ /
| |/| | | | |
into macbook.gmz:/Users/kgeorge/mysql/work/mem-test-5.1-opt
|
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | /
| | | |_|/
| | |/| | |
into macbook.gmz:/Users/kgeorge/mysql/work/mem-test-5.0-opt
|
| | | |/
| | |/| |
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
package.
This is needed for WiX pacakging.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
for push in 5.1 (I will inform Trudy).
Storage engines and plugins can now have unit tests to test their components; such
test must be an executable C/C++ program which name ends with '-t' and which is
obeys the mytap protocol, it must be stored in the storage engine's or plugin's
source directory (storage/<engine> or plugin/<plugin>) or any subdirectories of
this.
The top-level Makefile target "test-unit" will run all unit tests: it will scan
the engines' and plugins' directories, recursively, and execute all executable
files which name ends with '-t'."
|
|\ \ \
| | | |
| | | |
| | | | |
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Two minor fixes:
1. to make make test executes with mixed;
2. proper isolation of binlog_statement_insert_delayed
from others through reset master cleaning up binlog
todo: adapt this technique to other restarting for binlog tests
|
|/ / /
| | |
| | |
| | |
| | | |
Deleted config/ac-macros/ha_berkeley.m4
Removed more referenses to bdb
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
into xiphis.org:/home/antony/work2/wl3201.merge
|
| | | |
| | | |
| | | |
| | | | |
" Configure support for server plugins "
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into mysql.com:/home/jimw/my/mysql-5.1-kill-sql-bench
|