summaryrefslogtreecommitdiff
path: root/BUILD/FINISH.sh
Commit message (Collapse)AuthorAgeFilesLines
* Updated/added copyright headersKent Boortz2011-06-301-3/+3
|\
| * Updated/added copyright headersKent Boortz2011-06-301-3/+4
| |\
| | * Updated/added copyright headersKent Boortz2011-06-301-3/+4
| | |
* | | MergeKent Boortz2010-12-291-0/+17
|\ \ \ | |/ /
| * | MergeKent Boortz2010-12-291-0/+17
| |\ \ | | |/
| | * - Added/updated copyright headersKent Boortz2010-12-281-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed files specific to compiling on OS/2 - Removed files specific to SCO Unix packaging - Removed "libmysqld/copyright", text is included in documentation - Removed LaTeX headers for NDB Doxygen documentation - Removed obsolete NDB files - Removed "mkisofs" binaries - Removed the "cvs2cl.pl" script - Changed a few GPL texts to use "program" instead of "library"
* | | WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The autotools-based build system has been superseded and is being removed in order to ease the maintenance burden on developers tweaking and maintaining the build system. In order to support tools that need to extract the server version, a new file that (only) contains the server version, called VERSION, is introduced. The file contents are human and machine-readable. The format is: MYSQL_VERSION_MAJOR=5 MYSQL_VERSION_MINOR=5 MYSQL_VERSION_PATCH=8 MYSQL_VERSION_EXTRA=-rc The CMake based version extraction in cmake/mysql_version.cmake is changed to extract the version from this file. The configure to CMake wrapper is retained for backwards compatibility and to support the BUILD/ scripts. Also, a new a makefile target show-dist-name that prints the server version is introduced.
* | | Do not generate autotools configuration scripts when cmake is to be used.Davi Arnaut2010-07-221-0/+1
|/ /
* | BUILD scripts: s/(dist)?clean/maintainer-clean/serg@janus.mylan2007-01-281-1/+1
| |
* | Removed compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-271-1/+1
| | | | | | | | | | Ensure that my_size_t is always unsigned (to get predictiable results from system to system) Removed some %lld, as these are not portable
* | Many files:kent@mysql.com/g4-2.local2006-08-211-1/+1
| | | | | | | | | | Deleted config/ac-macros/ha_berkeley.m4 Removed more referenses to bdb
* | Merge mysql.com:/home/my/mysql-5.0monty@mysql.com2005-11-051-1/+1
|\ \ | |/ | | | | into mysql.com:/home/my/mysql-5.1
| * Review of code pushed since last 5.0 pull:monty@mysql.com2005-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that ccache is also used for C programs mysql: Ensure that 'delimiter' works the same way in batch mode as in normal mode mysqldump: Change to use ;; (instead of //) as a stored procedure/trigger delimiter Fixed test cases by adding missing DROP's and rename views to be of type 'v#' Removed MY_UNIX_PATH from fn_format() Removed current_db_used from TABLE_LIST Removed usage of 'current_thd' in Item_splocal Removed some compiler warnings A bit faster longlong2str code
* | mergetulin@dl145c.mysql.com2005-05-181-11/+2
|\ \ | |/
| * Remove automatically generated autotools files from revision control. konstantin@mysql.com2005-05-181-11/+3
| | | | | | | | Fix build scripts to create them.
* | Merge mysql.com:/home/bk/mysql-5.0 into mysql.com:/home/bk/mysql-5.1lars@mysql.com2005-05-091-6/+0
|\ \ | |/
| * Mergejimw@mysql.com2005-05-071-6/+0
| |\
| | * Fix option handling of ./BUILD/compile-* to not try and pass options tojimw@mysql.com2005-05-051-6/+0
| | | | | | | | | | | | | | | configure. It was already changed not to support additional options, but now it was trying to pass all of the options to ./configure. (Bug #8648)
* | | update of BUILD/* scripts to storage/ directory structure (they didn't work ↵guilhem@mysql.com2005-04-271-3/+3
|/ / | | | | | | anymore)
* | use distclean in BUILD/compile* scripts to make sure .deps dirs goguilhem@mysql.com2004-11-231-1/+1
|/ | | | | | away (old .Plo files in them showed to cause build problems for at least another dev and me, and they also cause problems after .c->.cc renames).
* Indentation cleanupsmonty@narttu.mysql.fi2003-10-081-1/+1
| | | | Remove wait_if_global_read_lock on commit as this can cause deadlocks
* hanged UDF interface to use clear() instead of reset()monty@narttu.mysql.fi2003-08-271-2/+6
|
* - autom4te.cache is a directory - remove it recursivelylenz@mysql.com2003-02-201-1/+1
|
* - removed leading slashes (thanks Jim!)lenz@mysql.com2003-02-191-1/+1
|
* - remove "autom4te.cache" directories, toolenz@mysql.com2003-02-191-1/+1
|
* sh syntax is like that :)serg@serg.mysql.com2003-02-121-5/+5
|
* Fixed memory reference error when doing key_column <=> NULL on column that ↵monty@mashka.mysql.fi2003-02-101-1/+5
| | | | is defined as NOT NULL
* load local fixsasha@mysql.sashanet.com2002-03-021-0/+1
| | | | | overrun sentry in my_vsnprintf() test will not be pushed yet
* Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-1/+2
| | | | | | | | Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
* merge with 3.23.44monty@hundin.mysql.fi2001-11-041-1/+1
|\
| * Fix for gcc 3.0monty@hundin.mysql.fi2001-10-301-1/+1
| | | | | | | | Fix for using quoted table names with the SJIS character set.
* | Fix bugs in LEFT JOIN and field=NULmonty@hundin.mysql.fi2001-10-201-1/+1
| |
* | Changed DB_TYPE_INNOBASE to DB_TYPE_INNODBmonty@hundin.mysql.fi2001-09-021-8/+0
| | | | | | | | | | | | Fix that DROP DATABASE works with all table types Use BULK_INSERT when inserting more than one row Better TRUNCATE TABLE
* | audio completion notificationsasha@mysql.sashanet.com2001-08-131-0/+8
|/
* Pushing all the Gemini changes above the table handler.mikef@nslinux.bedford.progress.com2001-05-291-0/+4
|
* Small changes to make life with BDB in the tree easier.tim@threads.polyesthetic.msg2001-03-041-4/+3
|
* Add --just-configure (-c) option to BUILD scripts.tim@work.mysql.com2001-03-041-5/+10
|
* Fixes for innobasemonty@donna.mysql.fi2001-02-211-0/+3
| | | | Added test for ALTER TABLE ORDER BY
* Workaround for bug in thread library in Unixware 7monty@donna.mysql.com2001-02-031-1/+1
| | | | | Fixed bug in GROUP BY on ELT() Added SEQUENCE() to UDF examples
* Add --just-print and --help options to BUILD/compile-* scripts.tim@threads.polyesthetic.msg2001-01-301-12/+27
|
* Fixed gethostname_r tests to be more portablemonty@donna.mysql.com2001-01-011-2/+3
|
* Fix bug in FINISH.sh that kept CFLAGS from being used.tim@cane.mysql.fi2000-12-221-1/+1
| | | | Allow multiple options to be passed to mysql-test-run.
* acconfig.hsasha@mysql.sashanet.com2000-12-201-2/+10
| | | | | | | | | | | | | | | | | | fix to make ENCRYPT work BUILD/compile-pentium-debug debug has different warnings BUILD/FINISH.sh save symbol table and dissassembled code with symobls available before strip use $do_make for make decision instead of $make to avoid conflict BUILD/SETUP.sh export AM_MAKEFLAGS fast is now -fno-omit-frame-pointer, the opposite is now called reckless configure.in fixes to make CRYPT work again Docs/Makefile.am hack to avoid rebuilding the manual on make clean -why does Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES?
* Pass arguements to the build script on to configure.tim@cane.mysql.fi2000-12-181-0/+4
|
* - cleaned up BUILD scriptstim@cane.mysql.fi2000-12-181-0/+8
- consolidate common functionality into one place - make them detect gmake/make