summaryrefslogtreecommitdiff
path: root/include/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainjani@a88-113-38-195.elisa-laajakaista.fi2008-02-081-1/+1
|\ | | | | | | into a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-marvel
| * Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1monty@mysql.com/narttu.mysql.fi2007-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Reserver namespace and place in frm for TABLE_CHECKSUM and PAGE_CHECKSUM create options - Added syncing of directory when creating .frm files - Portability fixes - Added missing cast that could cause bugs - Code cleanups - Made some bit functions inline - Moved things out of myisam.h to my_handler.h to make them more accessable - Renamed some myisam variables and defines to make them more globaly usable (as they are used outside of MyISAM) - Fixed bugs in error conditions - Use compiler time asserts instead of run time - Fixed indentation HA_EXTRA_PREPARE_FOR_DELETE -> HA_EXTRA_PREPARE_FOR_DROP as the old name was wrong (Added a define for old value to ensure we don't break any old code) Added HA_EXTRA_PREPARE_FOR_RENAME as a signal for rename (before we used a DROP signal which is wrong) - Initialize error messages early to get better errors when mysqld or an engine fails to start - Fix windows bug that query_performance_frequency was not initialized if registry code failed - thread_stack -> my_thread_stack_size
* | Post merge fix for BUG 33728davi@mysql.com/endora.local2008-01-111-1/+1
|/
* Temp disable of icheckmsvensson@pilot.(none)2007-08-281-1/+1
|
* Enable abi_check for 5.1msvensson@pilot.(none)2007-08-271-7/+5
| | | | | - Run icheck on all files in HEADERS_ABI list - Update reference
* Merge mysql.com:/home/kent/bk/config_h/mysql-5.0-buildkent@kent-amd64.(none)2007-07-301-2/+5
|\ | | | | | | into mysql.com:/home/kent/bk/config_h/mysql-5.1-build
| * Generate "config.h" directly into the "include" directory, later copiedkent@mysql.com/kent-amd64.(none)2007-07-301-2/+5
| | | | | | | | | | | | to "my_config.h". Not to pollute the top directory, and to get more control over what is included. Made the include path for "libedit" pick up its own "config.h" first.
* | Merge trift-lap.none:/MySQL/M50/bug14151-5.0joerg@trift-lap.none2007-07-191-1/+1
|\ \ | |/ | | | | into trift-lap.none:/MySQL/M51/bug14151-5.1
| * Avoid the name conflict between the system-provided "md5.h" and the MySQL onejoerg@trift-lap.none2007-07-191-1/+1
| | | | | | | | | | | | by renaming "include/md5.h" to "include/my_md5.h". Fixes bug#14151.
| * Merge trift-lap.fambruehe:/MySQL/M50/mysql-5.0joerg@trift-lap.fambruehe2007-04-261-2/+2
| |\ | | | | | | | | | into trift-lap.fambruehe:/MySQL/M50/push-5.0
* | \ Merge trift-lap.fambruehe:/MySQL/M51/mysql-5.1joerg@trift-lap.fambruehe2007-04-261-2/+2
|\ \ \ | | | | | | | | | | | | into trift-lap.fambruehe:/MySQL/M51/push-5.1
| * \ \ Merge trift2.:/MySQL/M50/bug27456-5.0joerg@trift2.2007-04-131-2/+2
| |\ \ \ | | | |/ | | |/| | | | | into trift2.:/MySQL/M51/bug27456-5.1
| | * | Header file "decimal.h" needs to be delivered with binary packages:joerg@trift2.2007-04-121-2/+2
| | | | | | | | | | | | | | | | Bug#27456 decimal.h is not installed with public include files
* | | | Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maintmsvensson@pilot.blaudden2007-04-241-1/+1
|\ \ \ \ | | |_|/ | |/| | | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
| * | | Bug#25118 ATTRIBUTE_FORMAT_FPTR undeclared in m_ctype.hmsvensson@pilot.blaudden2007-04-121-1/+1
| | |/ | |/| | | | | | | | | | - Move marcos for __attribute__ usage to my_attribute.h and include that file where needed
* | | Merge pilot.blaudden:/home/msvensson/mysql/bug22508/my51-bug22508msvensson@pilot.blaudden2007-04-111-2/+3
|\ \ \ | |_|/ |/| | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
| * | Bug#22508 BUILD/compile-dist fails due to problem with readline/libeditmsvensson@pilot.blaudden2007-03-271-2/+3
| | | | | | | | | | | | | | | - Move the link_sources command from top level Makefile into each subdir that need to link files
* | | Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-buildkent@kent-amd64.(none)2007-03-121-1/+1
|\ \ \ | |/ / |/| / | |/ into mysql.com:/home/kent/bk/tmp/mysql-5.1-build
| * Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-buildkent@mysql.com/kent-amd64.(none)2007-03-121-1/+1
| |\ | | | | | | | | | into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
| | * Merge mysql.com:/home/kent/bk/tmp/mysql-4.0kent@mysql.com/kent-amd64.(none)2007-03-121-1/+1
| | |\ | | | | | | | | | | | | into mysql.com:/home/kent/bk/tmp/mysql-4.1-build
| | | * Makefile.am, configure.in, mysys.dsp:kent@mysql.com/kent-amd64.(none)2007-03-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unused files .del-my_winsem.c: Delete: mysys/my_winsem.c .del-my_semaphore.c: Delete: mysys/my_semaphore.c .del-my_semaphore.h: Delete: include/my_semaphore.h
* | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-311-1/+1
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * | | my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+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
* | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+2
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+2
| | | | | | | | | | | | | | | | Changed header to GPL version 2 only
| * | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2006-12-041-12/+11
| |\ \ \ | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
* | \ \ \ Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1msvensson@neptunus.(none)2006-12-041-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint
| * \ \ \ \ Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maintmsvensson@neptunus.(none)2006-11-131-0/+1
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
| | * | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintmsvensson@neptunus.(none)2006-11-131-0/+1
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| | | * | | Remove the tmp file produced when checking abimsvensson@neptunus.(none)2006-11-131-0/+1
| | | | | |
* | | | | | Makefile.am:kent@mysql.com/kent-amd64.(none)2006-12-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Disabled abi_check, as it was before merge
* | | | | | Merge mysql.com:/home/kent/bk/mysql-5.0-buildkent@kent-amd64.(none)2006-12-021-11/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | into mysql.com:/home/kent/bk/mysql-5.1-build
| * | | | mysql_install_db.sh:kent@mysql.com/kent-amd64.(none)2006-12-021-12/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maintmsvensson@neptunus.(none)2006-11-041-2/+2
|\ \ \ \ | |/ / / | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
| * | | Updates for abi_checkmsvensson@neptunus.(none)2006-11-041-2/+2
| | | |
* | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maintmsvensson@neptunus.(none)2006-11-031-16/+10
|\ \ \ \ | |/ / / | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
| * | | Remove sql_state-h from list of include files. (Merge error from 4.1)msvensson@neptunus.(none)2006-11-031-1/+1
| | | |
| * | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintmsvensson@neptunus.(none)2006-11-011-17/+11
| |\ \ \ | | |/ / | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| | * | Update the rules for abi_checkmsvensson@neptunus.(none)2006-10-271-16/+12
| | | |
* | | | Disable abi_check in 5.1 for the momentmsvensson@shellback.(none)2006-10-271-1/+1
| | | |
* | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maintmsvensson@neptunus.(none)2006-10-261-7/+10
|\ \ \ \ | |/ / / | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
| * | | Bug#23427 incompatible ABI change in 5.0.26?msvensson@neptunus.(none)2006-10-261-7/+10
| | | | | | | | | | | | | | | | - Improve icheck rules in Makefile.am
* | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maintmsvensson@neptunus.(none)2006-10-241-2/+24
|\ \ \ \ | |/ / / | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
| * | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintmsvensson@neptunus.(none)2006-10-241-2/+24
| |\ \ \ | | |/ / | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| | * | WL#3462 Add testing of MySQL client ABI to prevent unintentional ABI breaksmsvensson@neptunus.(none)2006-10-241-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | BUG#23427 incompatible ABI change in 5.0.26? - Use the icheck tool if avaliable and compare the current mysql.h to a version controlled reference file
* | | | Merge mysql.com:/home/emurphy/src/bk-clean/tmp_mergeelliot@mysql.com2006-06-251-1/+2
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/emurphy/src/bk-clean/mysql-5.1
| * | | Fix for Bug#18246 "compilation error with tcp_wrapper"jani@ua141d10.elisa.omakaista.fi2006-06-211-1/+1
| | | |
* | | | mention new files in Makefileserg@serg.mylan2006-06-011-1/+2
| | | |
* | | | Drop a number of OS2 specific files. brian@zim.(none)2006-04-101-1/+1
| | | |
* | | | This patch cleans up two tests which were a bit fragile from other failing ↵brian@zim.(none)2006-02-241-1/+1
| | | | | | | | | | | | | | | | tests. It also removes some variables associated with removed RAID support.