summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
Commit message (Collapse)AuthorAgeFilesLines
* Implement --warning-mode in SETUP.sh. The value of thekonstantin@mysql.com2006-04-071-69/+138
| | | | | | | argument can be either "pedantic" or "old" (actually, or anything else). In case of "pedantic" mode, use -ansi -pedantic compilation flags. Fix the build to compile in pedantic mode. (Version 3 of the patch, with after-review fixes)
* Remove dead code from BUILD/ scripts.konstantin@mysql.com2006-04-051-2/+1
|
* include example storage engines in max buildacurtis@xiphis.org2006-04-031-3/+3
|
* Merge neptunus.(none):/home/msvensson/mysql/bug18310/my50-bug18310msvensson@neptunus.(none)2006-03-211-2/+2
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/bug18310/my51-bug18310
| * Use yaSSL as default for BUILD/* scriptsmsvensson@neptunus.(none)2006-03-211-2/+2
| |
* | Fix for the test failure of binlog_row_ctype_cp932. Note that since we ↵guilhem@mysql.com2006-01-231-1/+1
| | | | | | | | | | | | | | | | pushed row-based replication, "make test" != "mysql-test-run && mysql-test-run --ps-protocol". "make test" is what should be used; had it been, the failure would have been noticed earlier. Putting back cxx flags I had by accident removed. Disclaimer: 5.1-new is in a sorry state: log_tables and some ndb* fail, mysqlslap test crashes randomly in a row-based replication assertion (sql_class.cc:2207).
* | revert change to SETUP.sh which went through with my push of WL#1034andrey@lmy004.2006-01-121-1/+1
| |
* | WL #1034 (Internal CRON)andrey@lmy004.2006-01-101-1/+1
|\ \ | | | | | | | | | merge before push
| * | WL1034 update for latest 5.1 sourcesandrey@lmy004.2005-12-021-1/+1
| | |
* | | WL#1012: All changes as one single changeset.lars@mysql.com2005-12-221-1/+1
|/ / | | | | | | This includes both code and test cases.
* | BUG #14524patg@krsna.patg.net2005-11-211-1/+1
| | | | | | | | Post-review fixes to original changeset http://lists.mysql.com/internals/32422
* | Merge mysql.com:/home/my/mysql-5.0monty@mysql.com2005-11-051-3/+11
|\ \ | |/ | | | | into mysql.com:/home/my/mysql-5.1
| * Use --with-openssl instead of --with-yassl for nowmonty@mysql.com2005-11-021-3/+7
| |
| * Build max builds with --yassl instead of opensslmonty@mysql.com2005-11-021-2/+2
| |
| * Add missing returnmonty@mysql.com2005-11-011-2/+2
| | | | | | | | Compile max with --yassl instead of --with-openssl
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-10-081-0/+4
| |\ | | | | | | | | | into mysql.com:/home/my/mysql-5.0
| | * Review of code pushed since last 5.0 pull:monty@mysql.com2005-10-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Mergetomas@poseidon.ndb.mysql.com2005-10-061-3/+9
|\ \ \ | |/ /
| * | Revertmsvensson@neptunus.(none)2005-10-051-1/+1
| | |
| * | Move -ansi from global_warnings to cxx_warningsmsvensson@neptunus.(none)2005-10-041-2/+2
| | |
| * | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1kent@mysql.com2005-09-301-1/+1
| |\ \ | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
| | * | Add -ansi flag when building with gccmsvensson@neptunus.(none)2005-09-291-1/+1
| | | |
| | * | Fix --with-bdb to be --with-berkeley-db in BUILD/SETUP.shjimw@mysql.com2005-06-011-2/+2
| | | |
| * | | New flags for new max-no-ndb build script to get a build that has patg@krsna.patg.net2005-09-291-0/+2
| | | | | | | | | | | | | | | | everything except NDB
| * | | BUG #13511 Wrong patch pushed, fixing.patg@krsna.patg.net2005-09-281-1/+1
| | | |
| * | | BUG #13511patg@krsna.patg.net2005-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | Fixed SETUP.sh to not overwrite prefix_configs, making 'make install' install in "/"
| * | | Fixed a typo in handler.cc if CSV was built. I also added CSV to the ↵brian@zim.(none)2005-09-201-3/+2
| | | | | | | | | | | | | | | | default MAX builds so that more people test it.
| * | | Brian's "he is too lazy to commit this so Eric is going to have to do it" ↵eric@mysql.com2005-09-161-0/+5
| | |/ | |/| | | | | | | environmental variable hack for prefix. This allows you to just set a prefix in your profile which will be used in all of your builds. AKA you can be even lazier(!) about calling BUILD scripts. Don't blame Eric, Brian borrowed his keyboard.
* | | Fixed partition push so that it now compiles. The sinclude directory was not ↵brian@zim.(none)2005-09-021-2/+2
|/ / | | | | | | added which means that though the code was in the tree, it never actually compiled. I did make sure that it compiles, but there are no tests to really test functionality at this point.
* | Added federated to max base test. brian@zim.(none)2005-07-151-1/+1
| |
* | Removed dead options, fixed pentium script to no longer ask for isam (its ↵brian@zim.(none)2005-07-151-4/+3
| | | | | | | | not included in 5.0).
* | Merge from 4.1 to 5.0msvensson@neptunus.(none)2005-04-271-5/+8
|\ \ | |/
| * Bug#9263 GCC4: -mcpu is depricated, use -mtune or -march insteadmsvensson@neptunus.(none)2005-04-271-5/+8
| | | | | | | | | | - Made a script that selects the best compiler optimizations for the current cpu. - Use the script from BUILD/SETUP.sh
* | As of 5.0.4, all builds will use '--with-big-tables'. Let development builds ↵joerg@mysql.com2005-03-301-5/+5
| | | | | | | | follow.
* | Porting of "buffered read" patch to 5.0 and post-review fixes.konstantin@mysql.com2005-03-061-2/+2
| | | | | | | | | | | | | | | | The patch implements the idea suggested by Olaf van der Spek in thread "Client: many small reads?" (internals@lists.mysql.com). Now small reads performed by the client library are buffered. The buffering gives up to 2 times speedup when retrieving one-column tables.
* | Fix a typo caused bdb to be skipped when building with BUILD/compile-*-maxpetr@mysql.com2005-02-171-2/+2
| | | | | | | | Recommited, as I made a typo in the previous patch myself =)
* | Merge mysql.com:/home/mydev/mysql-4.1-4100ingo@mysql.com2005-01-271-4/+6
|\ \ | |/ | | | | into mysql.com:/home/mydev/mysql-5.0-5000
| * Re-enabled the use of --prefix.ingo@mysql.com2005-01-271-4/+6
| | | | | | | | | | Adjusted the "Usage:" string. Ordered the option recognition in reverse order from "Usage:".
* | Merge from 4.1ingo@mysql.com2005-01-261-2/+6
|\ \ | |/ | | | | | | Archive fix by Ingo. Innodb compile fix by Monty.
| * Only enable Innodb extra debugging when using the --debug=full configure optionmonty@mysql.com2005-01-261-2/+6
| |
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2005-01-251-0/+3
| |\ | | | | | | | | | into mysql.com:/my/mysql-4.1
| | * Add flags for Intel 64 bitmonty@mysql.com2005-01-251-0/+3
| | |
* | | Build federated storage engine as part of max builds.jimw@mysql.com2005-01-191-1/+1
| | |
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-01-191-0/+8
|\ \ \ | |/ / | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean
| * | Put flags for -max building in BUILD/SETUP.sh so they are consistent acrossjimw@mysql.com2005-01-131-0/+8
| |/ | | | | | | | | all architectures, and in sync with the flags used to build the MySQL Max packages. Also back-port AMD64 build scripts from 5.0.
* | Add 0x before pointers (to help with debugging)monty@mysql.com2004-12-181-0/+1
| | | | | | | | | | | | | | | | Add support for VARCHAR with 1 or 2 length bytes Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly) Give error if we got problems in temporary tables during a SELECT Don't use new table generated by ALTER TABLE if index generation fails Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
* | Merge with 4.1monty@mysql.com2004-12-061-0/+1
|\ \ | |/
| * - added some BUILD/compile-ppc* build scripts to ease building on LinuxPPClenz@mysql.com2004-12-021-0/+1
| | | | | | | | - added ppc_cflags to BUILD/SETUP.sh
* | Fixes after merge with 4.1monty@mysql.com2004-11-031-0/+2
|/ | | | | | | FOUND is not a reserved keyword anymore Added Item_field::set_no_const_sub() to be able to mark fields that can't be substituted Added 'simple_select' method to be able to quickly determinate if a select_result is a normal SELECT Note that the 5.0 tree is not yet up to date: Sanja will have to fix multi-update-locks for this merge to be complete
* Don't compile -O1 if --with-debug=full (as it can optimize away the call stack)joreland@mysql.com2004-10-041-2/+9
|