An error occurred fetching the project authors.
- 23 Apr, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
-
- 18 Apr, 2007 3 commits
-
-
mtaylor@qualinost.(none) authored
-
msvensson@pilot.blaudden authored
- Improve mysql_upgrade and add comments describing it's logic - Don't look for mysql and mysqlcheck randomly, use dir where mysql_upgrade was started from - Don't look for mysql_fix_privilege_tables.sql randomly, compile in the mysql_fix_privilege_tables.sql file and use that to upgrade the system tables of MySQL - Check for any unexpected error returned from runnning the mysql_fix_privilege_tables SQL - Fix bug#26639, bug#24248 and bug#25405
-
mtaylor@qualinost.(none) authored
Replaced hardcoded sover reference with variable. Removed references to added manpages. --- BUG#27769 Cleaned up some things to make building the packages go a little smoother. --- debian/rules really does need to be called from the source root. --- Fixed two problems with the build caused by adding debian to the source tree --- Left off the debian/ prefix to the Makefile filter. --- BUG#27769 - MySQL should include debian packaging dir Changed substitution variables to match already existing autoconf vars. Generate debian/control and debian/defs.mk from autoconf now, since we run that to make a source package. --- Corrected incorrect variable name --- Renamed template files to have shorter names. --- Moved generation of debian/control to dist-hook so make clean won't eat it. --- A few final changes to make debs build from a source tarball dist.
-
- 11 Apr, 2007 1 commit
-
-
mtaylor@qualinost.(none) authored
```yaml Removed reference to debian svn location of debian dir. Changed verbage of comment to appease Timothy. ``` Removed added manpages that aren't appropriate for our build. --- Added debian dir to list of dist targets. Added list of files needed to be distributed in debian dir. --- Added semi-colons to fix syntax error. --- BUG#27769 MySQL should include debian packaing dir Added debian/Makefile to configure.in to support make dist.
-
- 28 Mar, 2007 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Extended test section Removed duplicate EXTRA_DIST
-
- 27 Mar, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
- Move the link_sources command from top level Makefile into each subdir that need to link files
-
kent@mysql.com/kent-amd64.(none) authored
Don't use explicit calls to mysql-test-run in spec
-
- 16 Mar, 2007 1 commit
-
-
omer@linux.site authored
- for including qa developed suites - for options to run 'fast' tests
-
- 15 Mar, 2007 1 commit
-
-
omer@linux.site authored
- test suites developed by QA - additional 'fast' test options
-
- 01 Feb, 2007 1 commit
-
-
istruewing@chilla.local authored
Need to change directory before calling mysql-test-run.pl
-
- 24 Jan, 2007 1 commit
-
-
malff/marcsql@weblab.(none) authored
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.
-
- 23 Jan, 2007 1 commit
-
-
tsmith@siva.hindu.god authored
-
- 22 Jan, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Fixed wrong merge that disabled 'make test' Renamed all suppress files to end in '.supp' Don't give "skipped %d bytes from file" warnings in 5.0
-
- 18 Jan, 2007 1 commit
-
-
tsmith@siva.hindu.god authored
-
- 31 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
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
-
- 23 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Changed header to GPL version 2 only
-
- 08 Dec, 2006 1 commit
-
-
tsmith/tim@siva.hindu.god authored
- 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
-
- 02 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
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)
-
- 29 Nov, 2006 4 commits
-
-
monty@mysql.com/narttu.mysql.fi authored
Added back sql-bench directory, so that one can more easily run benchmarks 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"
-
kent@mysql.com/kent-amd64.(none) authored
Remove soft links before creating source TAR, to avoid file copies (bug#11865)
-
kent@mysql.com/kent-amd64.(none) authored
Corrected change to create "win" directory
-
kent@mysql.com/kent-amd64.(none) authored
"make distcheck" fix, "win" directory
-
- 20 Nov, 2006 1 commit
-
-
gkodinov/kgeorge@macbook.gmz authored
-
- 16 Nov, 2006 1 commit
-
-
holyfoot/hf@mysql.com/deer.(none) authored
-
- 13 Nov, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 08 Nov, 2006 1 commit
-
-
gkodinov/kgeorge@macbook.gmz authored
-
- 05 Oct, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 03 Oct, 2006 1 commit
-
-
scottlee@calico.site authored
This is needed for WiX pacakging.
-
- 15 Sep, 2006 1 commit
-
-
guilhem@gbichot3.local authored
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'."
-
- 01 Sep, 2006 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
-
- 30 Aug, 2006 1 commit
-
-
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
-
- 21 Aug, 2006 1 commit
-
-
kent@mysql.com/g4-2.local authored
Deleted config/ac-macros/ha_berkeley.m4 Removed more referenses to bdb
-
- 14 Jun, 2006 1 commit
-
-
serg@serg.mylan authored
-
- 12 May, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 30 Apr, 2006 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 13 Apr, 2006 2 commits
-
-
acurtis@xiphis.org authored
" Configure support for server plugins "
-
jimw@mysql.com authored
in a distinct mysql-bench repository. Also add a new --benchdir option to mysql-test-run.pl so the location of the mysql-bench repository can be specified. The default location is adjacent to the source tree.
-
- 12 Apr, 2006 2 commits
-
-
serg@serg.mylan authored
-
jimw@mysql.com authored
and various stuff in Docs/. Also move the certificates used for testing into mysql-test/std_data from the top-level SSL directory (now gone).
-