Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from 4.1 to 5.0 | msvensson@neptunus.(none) | 2005-04-27 | 1 | -5/+8 |
|\ | |||||
| * | Bug#9263 GCC4: -mcpu is depricated, use -mtune or -march instead | msvensson@neptunus.(none) | 2005-04-27 | 1 | -5/+8 |
* | | As of 5.0.4, all builds will use '--with-big-tables'. Let development builds ... | joerg@mysql.com | 2005-03-30 | 1 | -5/+5 |
* | | Porting of "buffered read" patch to 5.0 and post-review fixes. | konstantin@mysql.com | 2005-03-06 | 1 | -2/+2 |
* | | Fix a typo caused bdb to be skipped when building with BUILD/compile-*-max | petr@mysql.com | 2005-02-17 | 1 | -2/+2 |
* | | Merge mysql.com:/home/mydev/mysql-4.1-4100 | ingo@mysql.com | 2005-01-27 | 1 | -4/+6 |
|\ \ | |/ | |||||
| * | Re-enabled the use of --prefix. | ingo@mysql.com | 2005-01-27 | 1 | -4/+6 |
* | | Merge from 4.1 | ingo@mysql.com | 2005-01-26 | 1 | -2/+6 |
|\ \ | |/ | |||||
| * | Only enable Innodb extra debugging when using the --debug=full configure option | monty@mysql.com | 2005-01-26 | 1 | -2/+6 |
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2005-01-25 | 1 | -0/+3 |
| |\ | |||||
| | * | Add flags for Intel 64 bit | monty@mysql.com | 2005-01-25 | 1 | -0/+3 |
* | | | Build federated storage engine as part of max builds. | jimw@mysql.com | 2005-01-19 | 1 | -1/+1 |
* | | | Merge mysql.com:/home/jimw/my/mysql-4.1-clean | jimw@mysql.com | 2005-01-19 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | Put flags for -max building in BUILD/SETUP.sh so they are consistent across | jimw@mysql.com | 2005-01-13 | 1 | -0/+8 |
| |/ | |||||
* | | Add 0x before pointers (to help with debugging) | monty@mysql.com | 2004-12-18 | 1 | -0/+1 |
* | | Merge with 4.1 | monty@mysql.com | 2004-12-06 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | - added some BUILD/compile-ppc* build scripts to ease building on LinuxPPC | lenz@mysql.com | 2004-12-02 | 1 | -0/+1 |
* | | Fixes after merge with 4.1 | monty@mysql.com | 2004-11-03 | 1 | -0/+2 |
|/ | |||||
* | Don't compile -O1 if --with-debug=full (as it can optimize away the call stack) | joreland@mysql.com | 2004-10-04 | 1 | -2/+9 |
* | Indentation cleanups | monty@narttu.mysql.fi | 2003-10-08 | 1 | -2/+2 |
* | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-06-04 | 1 | -1/+17 |
|\ | |||||
| * | Outcome of discussions with Lenz and Monty about handling ccache in the build... | guilhem@mysql.com | 2003-05-23 | 1 | -1/+17 |
* | | After merge fixes | monty@mashka.mysql.fi | 2003-05-21 | 1 | -1/+1 |
|/ | |||||
* | - don't override CXX if it's already defined | lenz@mysql.com | 2003-04-09 | 1 | -1/+3 |
* | A lot of portability fixes. | monty@mashka.mysql.fi | 2003-01-05 | 1 | -1/+1 |
* | compile-*-debug* scripts will now compile InnoDB in non-inline fashion | serg@serg.mysql.com | 2002-08-21 | 1 | -1/+1 |
* | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -1/+1 |
* | Fixes for gcc 3.1 | monty@hundin.mysql.fi | 2002-05-21 | 1 | -2/+2 |
* | merge with 3.23.50 | monty@hundin.mysql.fi | 2002-03-27 | 1 | -8/+1 |
|\ | |||||
| * | Move test of gcc 3.0 from BUILD to configure | monty@hundin.mysql.fi | 2002-03-26 | 1 | -8/+1 |
| * | Update to autoconf 2.52 | monty@hundin.mysql.fi | 2002-02-07 | 1 | -2/+5 |
* | | load local fix | sasha@mysql.sashanet.com | 2002-03-02 | 1 | -0/+4 |
* | | Update needed for SuSE 7.3 | monty@hundin.mysql.fi | 2002-01-26 | 1 | -2/+2 |
* | | Added macros for nice TIMESPEC usage. | monty@hundin.mysql.fi | 2002-01-02 | 1 | -1/+3 |
* | | merge with 3.23.44 | monty@hundin.mysql.fi | 2001-11-04 | 1 | -3/+10 |
|\ \ | |/ | |||||
| * | Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date... | monty@hundin.mysql.fi | 2001-11-03 | 1 | -1/+1 |
| * | Portability fixes | monty@hundin.mysql.fi | 2001-10-31 | 1 | -2/+2 |
| * | Fix for gcc 3.0 | monty@hundin.mysql.fi | 2001-10-30 | 1 | -1/+8 |
* | | Added CPU automatic detection. It examines /proc/cpuinfo (if exists) and find... | tonu@x153.internalnet | 2001-08-09 | 1 | -1/+1 |
* | | auto-magic replication redirection logic support in the client, | sasha@mysql.sashanet.com | 2001-06-08 | 1 | -1/+2 |
|/ | |||||
* | BUILD/SETUP.sh@1.9 | sasha@mysql.sashanet.com | 2001-05-25 | 1 | -1/+4 |
* | Changed -O6 to -O3 | monty@donna.mysql.fi | 2001-04-13 | 1 | -2/+2 |
* | Changes to get mysqld-max to compile | monty@donna.mysql.fi | 2001-04-13 | 1 | -1/+1 |
* | Changed --with-innobase-db to --with-innobase | monty@donna.mysql.fi | 2001-03-08 | 1 | -1/+1 |
* | Add --just-configure (-c) option to BUILD scripts. | tim@work.mysql.com | 2001-03-04 | 1 | -4/+11 |
* | Add --just-print and --help options to BUILD/compile-* scripts. | tim@threads.polyesthetic.msg | 2001-01-30 | 1 | -11/+23 |
* | Added MYSQL_SERVER_SUFFIX to mysqld | monty@donna.mysql.com | 2001-01-19 | 1 | -1/+1 |
* | acconfig.h | sasha@mysql.sashanet.com | 2000-12-20 | 1 | -5/+7 |
* | - cleaned up BUILD scripts | tim@cane.mysql.fi | 2000-12-18 | 1 | -0/+43 |