ingo@mysql.com
48488e483a
Merge mysql.com:/home/mydev/mysql-4.1-4100
...
into mysql.com:/home/mydev/mysql-5.0-5000
2005-01-27 12:18:02 +01:00
ingo@mysql.com
42531336f0
Re-enabled the use of --prefix.
...
Adjusted the "Usage:" string.
Ordered the option recognition in reverse order from "Usage:".
2005-01-27 12:13:35 +01:00
ingo@mysql.com
bbcd542917
Merge from 4.1
...
Archive fix by Ingo.
Innodb compile fix by Monty.
2005-01-26 15:51:46 +01:00
monty@mysql.com
f16b456ddc
Only enable Innodb extra debugging when using the --debug=full configure option
2005-01-26 16:07:53 +02:00
serg@serg.mylan
76f3d6f002
merged
2005-01-25 21:11:04 +01:00
monty@mysql.com
36c8977dc6
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/my/mysql-4.1
2005-01-25 14:02:09 +02:00
monty@mysql.com
ef448b7fb1
Add flags for Intel 64 bit
2005-01-25 14:00:35 +02:00
jimw@mysql.com
a4471236ec
Build federated storage engine as part of max builds.
2005-01-19 10:40:39 -08:00
jimw@mysql.com
639ea64d96
Merge mysql.com:/home/jimw/my/mysql-4.1-clean
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-01-19 10:27:18 -08:00
jimw@mysql.com
effec1490f
Fix all BUILD/*max* scripts to use -DBIG_TABLES, like our real Max builds do.
...
(Simpler fix than last commit -- no need to mess with base_cxxflags.)
2005-01-19 10:24:51 -08:00
monty@mysql.com
a37e91e435
Changed interface for my_strntod() to make it more general and more portable
2005-01-15 12:28:38 +02:00
jimw@mysql.com
2965e7285b
Put flags for -max building in BUILD/SETUP.sh so they are consistent across
...
all architectures, and in sync with the flags used to build the MySQL Max
packages. Also back-port AMD64 build scripts from 5.0.
2005-01-13 09:05:23 -08:00
joreland@mysql.com
f3baf38dbc
merge
2005-01-07 06:47:41 +01:00
serg@sergbook.mysql.com
f472cec178
merged
2005-01-06 19:32:16 +02:00
lenz@mysql.com
6b6a11f85b
- Manually merged two changes from 4.0
2005-01-06 15:32:42 +01:00
lenz@mysql.com
57099ef6c6
- enable "with-extra-charsets=complex" for the "compile-dist" distribution
...
build (to make the test suite pass)
2005-01-06 14:35:14 +01:00
joreland@mysql.com
c62ed85054
Merge
2005-01-04 19:12:01 +01:00
monty@mysql.com
309b1a2b6c
Merge with 4.1 tree to get fix for INSERT IGNORE ... ON DUPLICATE KEY
2005-01-03 23:04:52 +02:00
lenz@mysql.com
8f499239e3
- updated compile-dist to include NDB cluster
2004-12-31 13:12:36 +01:00
lenz@mysql.com
bd5e4d81e7
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.1-build
2004-12-31 12:57:05 +01:00
lenz@mysql.com
24af30e951
- Bootrap now uses "compile-dist" by default to create the source distribution
2004-12-31 12:46:18 +01:00
joreland@mysql.com
c6837c2f7a
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-12-20 16:33:45 +01:00
marty@shark.
b7731e4cc7
chmod a+x
2004-12-20 13:51:53 +01:00
marty@shark.
1028b4eb5a
.del-compile-amd64-max~55ce22d5200bf8da:
...
Delete: BUILD/compile-amd64-max
2004-12-20 13:50:27 +01:00
marty@shark.
f9033e6741
chmod a+x
2004-12-20 13:48:56 +01:00
marty@shark.
546830dcfd
.del-compile-amd64-max~f3b2b8c5aefbeacb:
...
Delete: BUILD/compile-amd64-max
2004-12-20 13:48:08 +01:00
marty@shark.
2cf2f2bd07
logging_ok:
...
Logging to logging@openlogging.org accepted
compile-amd64-max, compile-amd64-debug-max:
new file
2004-12-20 13:32:02 +01:00
monty@mysql.com
3fb088a075
Add 0x before pointers (to help with debugging)
...
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)
2004-12-18 05:19:21 +02:00
monty@mysql.com
0de4777187
Merge with 4.1
2004-12-06 11:38:56 +02:00
lenz@mysql.com
c7038d1df6
- fixed file permissions (need execute bits set)
2004-12-02 10:11:28 +01:00
lenz@mysql.com
3247f0051d
- added some BUILD/compile-ppc* build scripts to ease building on LinuxPPC
...
- added ppc_cflags to BUILD/SETUP.sh
2004-12-02 09:44:03 +01:00
guilhem@mysql.com
46bc9aaa96
use distclean in BUILD/compile* scripts to make sure .deps dirs go
...
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).
2004-11-23 15:11:49 +01:00
monty@mysql.com
47bbf768d4
Fixes after merge with 4.1
...
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
2004-11-03 12:39:38 +02:00
joreland@mysql.com
273209d259
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-10-15 08:11:45 +02:00
konstantin@mysql.com
f79ca4e43d
compile-hpux11-parisc2-aCC:
...
Fix a typo. Cleanup.
2004-10-15 00:36:45 +04:00
joreland@mysql.com
98fd1c32f3
Don't compile -O1 if --with-debug=full (as it can optimize away the call stack)
2004-10-04 13:43:16 +02:00
ndbdev@eel.hemma.oreland.se
8e74c1b78c
Merge
2004-08-05 22:32:25 +02:00
konstantin@mysql.com
7c6a4ce7bc
-O4 may be slower if you don't have profiling info (as HP pal told me
...
on OSCON)
2004-08-05 01:56:41 -07:00
joreland@mysql.com
20c86363f5
Merge 4.1 with jonas irix clone
2004-08-03 14:16:16 +02:00
pem@mysql.comhem.se
387a01ddc8
Added --with-ndbcluster config option to compile-pentium-valgrind-max
...
(since it's in the other -max builds already).
2004-07-29 15:28:40 +02:00
joreland@mysql.com
51b94746fe
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/irix
2004-07-26 00:58:23 +02:00
konstantin@mysql.com
cd5ed13e4d
Final touch: add compile-hpux11-parisc2-aCC to source distribution
2004-07-23 23:02:57 -07:00
konstantin@mysql.com
33bec628a6
BUILD/compile-hpux11-parisc2-aCC: a handy script to compile on HP-UX11
2004-07-23 20:21:49 -07:00
mysqldev@o2k.irixworld.net
7e6bb0eee8
Irix64 mipspro ndb compile fixes
2004-07-09 12:48:32 +02:00
lenz@mysql.com
059394a573
- re-enabled NDB cluster in compile-pentium-max
2004-06-14 21:17:28 +02:00
konstantin@mysql.com
d01c7b18d8
BUILD/compile-pentium-maintainer should not ever be needed since there is
...
no AM_MAINTAINER_MODE macro in configure.in
2004-05-31 17:04:41 +04:00
mysqldev@mysql.com
f0ce42d60d
logging_ok:
...
Logging to logging@openlogging.org accepted
compile-pentium-max:
changed --with-ndbcluster to --without-ndbcluster because it fails on 4.1 builds
2004-05-26 21:39:15 +02:00
monty@mysql.com
af44187bff
Merge with 4.0 to get fixes for Windows project files
2004-05-25 02:47:25 +03:00
monty@mysql.com
0babddff40
New MYSQL_SERVER_SUFFIX usage (for easier compilation)
...
Update of VC++ project files.
2004-05-25 02:28:44 +03:00
lenz@mysql.com
0a6da89f71
- enabled compiling with NDB cluster in compile-pentium-debug-max
2004-05-03 12:56:51 +02:00