summaryrefslogtreecommitdiff
path: root/extra/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Bug#19738 "make install" tries to build files that "make" should already ↵msvensson@shellback.(none)2006-09-201-1/+2
| | | | | | have built - Move comp_err to EXTRA_PROGRAMS, it will not be installed from 5.1 and up.
* Merge shellback.(none):/home/msvensson/mysql/bug19738/my50-bug19738msvensson@shellback.(none)2006-09-191-2/+1
|\ | | | | | | into shellback.(none):/home/msvensson/mysql/bug19738/my51-bug19738
| * Bug#19738 "make install" tries to build files that "make" should already ↵msvensson@shellback.(none)2006-09-191-2/+1
| | | | | | | | | | | | have built - Remove the wildcard dependcy on the charset xml files
* | Merge shellback.(none):/home/msvensson/mysql/bug19738/my50-bug19738msvensson@shellback.(none)2006-09-181-3/+8
|\ \ | |/ | | | | into shellback.(none):/home/msvensson/mysql/bug19738/my51-bug19738
| * BUG#19738 "make install" tries to build files that "make" should already ↵msvensson@shellback.(none)2006-09-181-3/+8
| | | | | | | | | | | | have built - Make built sources only depend on it's sources not the built tool
* | Rename cmakelists.txt -> CMakeLists.txtmsvensson@neptunus.(none)2006-05-121-1/+1
| |
* | fixes for 'make dist' and 'make distcheck'serg@serg.mylan2006-04-121-4/+1
| |
* | Some changes to make it possible to build for Windows with CMake fromknielsen@mysql.com2006-03-241-0/+1
| | | | | | | | a normal 'make dist' source .tar.gz.
* | Merge hholzgraefe@bk-internal.mysql.com:/home/bk/mysql-5.1-newhartmut@mysql.com2005-12-191-2/+2
|\ \ | | | | | | | | | into mysql.com:/home/hartmut/projects/mysql/dev/5.1
| * \ Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0jani@a193-229-222-105.elisa-laajakaista.fi2005-12-141-2/+2
| |\ \ | | |/ | | | | | | into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-new
| | * Patch for Bug#13640jani@a193-229-222-105.elisa-laajakaista.fi2005-12-141-2/+2
| | |
* | | fixed "perror --ndb" for 5.1 (bug #15486)hartmut@mysql.com2005-12-051-0/+3
|/ /
* | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0jani@a193-229-222-105.elisa-laajakaista.fi2005-11-231-0/+3
|\ \ | |/ | | | | into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-new
| * Additional "make distcheck" changes specific to 5.0kent@mysql.com2005-11-091-0/+3
| |
* | Make storage engines "pluggable", handlerton workacurtis@poseidon.ndb.mysql.com2005-11-071-1/+1
|/
* Had to revert change, because it breaks compilation forjani@a193-229-222-105.elisa-laajakaista.fi2005-10-141-1/+1
| | | | Netware. Hartmut informed about this.
* CygWin build fix (Bug #13640)hartmut@mysql.com2005-09-301-1/+1
|
* Added InnoDB offline file checksum utility.jan@hundin.mysql.fi2005-07-191-1/+1
|
* Mergekent@mysql.com2005-07-061-3/+2
|\
| * Makefile.am:kent@mysql.com2005-07-051-1/+2
| | | | | | | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
* | WL#2286 Compile MySQL w/YASSL supportsvoj@mysql.com2005-04-281-0/+1
| | | | | | | | yaSSL-0.9.7 library bundled.
* | Removed support for RAID, mit-threads, and MySQL FS (really, if someone ↵brian@zim.(none)2005-03-161-1/+1
| | | | | | | | wants this feature look at a web-dav hookup).
* | small Makefile.am cleanupserg@serg.mylan2005-01-281-14/+15
| | | | | | | | | | clean: targets removed generated *.h files moved to include/
* | Added creation of mysqld_ername.hanjuta@arthur.local2005-01-041-2/+3
| |
* | Added pathes to mysqld_error.h and sql_state.h; fixed segfault bug; anjuta@arthur.local2004-12-141-5/+12
| |
* | WL#1051, more maintanable error messages.anjuta@arthur.local2004-12-131-1/+11
| |
* | dbug: DBUG_EXECUTE_IF macro, build user manual automatically, document all ↵serg@serg.mylan2004-11-041-0/+1
|/ | | | | | | features charset2html moved from mysys to extra ignore: new files added, garbage removed
* Disabling broken building of mysql_tztime_to_sql utility to allow perform ↵dlenev@brandersnatch.localdomain2004-06-231-10/+1
| | | | test builds.
* Fix for build from bk failures with old automake.dlenev@brandersnatch.localdomain2004-06-221-2/+12
| | | | | mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made compatible with older automake versions.
* extended perror to enable printing of storage engine specific errors for ndbtomas@mc05.(none)2004-05-051-1/+1
|
* Removed some not used filesmonty@narttu.mysql.fi2003-04-221-1/+1
| | | | | Remove the 'fs' file systems as this is not maintained. Moved programs from client to tests
* merge with 4.0.9monty@mashka.mysql.fi2003-01-091-1/+1
|\ | | | | | | To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys
| * Added new program, mysql_waitpid.jani@hynda.(none)2003-01-071-1/+1
| |
* | removed redundant -I include-dirsserg@serg.mysql.com2002-11-261-1/+1
|/
* merge with 3.23monty@mashka.mysql.fi2002-11-191-1/+1
|\
| * - Applied required modifications for automake 1.5lenz@mysql.com2002-11-171-9/+0
| | | | | | | | - "make distcheck" needs to be fixed
* | - Applied required modifications for automake 1.5lenz@mysql.com2002-10-011-9/+0
| | | | | | | | | | - some additional small fixes - added "depcomp" for automake 1.5
* | some work on mysql_installsasha@mysql.sashanet.com2001-12-251-1/+1
|/
* Added resovle_stack_dumpsasha@mysql.sashanet.com2001-01-051-1/+2
|
* Updated benchmark and results for PostgreSQL 7.0.2monty@donna.mysql.com2000-08-181-0/+3
| | | | | Added more status to the MyISAM files to avoid checking files that has already been checked.
* Import changesetbk@work.mysql.com2000-07-311-0/+29