brian@zim.(none)
8e50a98e71
Adding rules for building blackhole, also updating test case.
2005-03-25 13:43:42 -08:00
brian@zim.(none)
7b81a9fd4c
Merging support for blackhole up to 5.0.
2005-03-25 10:36:58 -08:00
brian@zim.(none)
6e2caeb0ce
Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into zim.(none):/home/brian/mysql/mysql-4.1
2005-03-24 16:08:48 -08:00
joerg@mysql.com
c9d997b98c
The separate NDB information must be upgraded, too.
2005-03-24 10:52:29 +01:00
joerg@mysql.com
8200cadeae
Update the version, as 5.0.3 was already cloned, and future changes will go into 5.0.4
2005-03-24 10:48:28 +01:00
brian@zim.(none)
cfcedd85cd
Additional storage engine called "blackhole". Customer request, and for that matter a Zawodny request. With this you can alter table to a type of table that would never store data. Its a /dev/null for a database.
2005-03-22 16:10:39 -08:00
kent@mysql.com
50a823df70
Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-build
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
2005-03-21 19:17:18 +01:00
kent@mysql.com
4959ed7618
configure.in:
...
5.0.3 is a beta
2005-03-21 19:10:02 +01:00
msvensson@neptunus.(none)
3a3a91cd5b
BUG#6554: Problem Building MySql on Fedora Core 3
...
- Link with libsupc++.a which contains language support functions.
see http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html#2_5
2005-03-21 12:29:08 +01:00
brian@zim.(none)
473e1ffd3a
Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup).
2005-03-16 16:22:56 -08:00
serg@serg.mylan
956682de1a
merged
2005-03-09 14:09:06 +01:00
kent@mysql.com
73eea6dde9
configure.in:
...
bug#5102, bug#6862 define HAVE_VIS_H to libedit only if header and strvis() exists
2005-03-09 02:53:00 +01:00
lenz@mysql.com
8948e774f6
- bumped up version number in configure.in from 4.0.24 -> 4.0.25 (ChangeSet 1.2073 was already tagged
...
as 4.0.24)
2005-03-08 11:42:21 +01:00
joreland@mysql.com
347c700211
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2005-02-21 11:48:44 +01:00
bar@mysql.com
c926e43f65
A way not to compile UCA collations
2005-02-18 12:58:16 +04:00
tomas@poseidon.ndb.mysql.com
6e51577b52
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-wl2278
2005-02-17 09:37:07 +01:00
joerg@mysql.com
e6b815a92e
1) Tag the 4.1.10 released version: bk tag -r 1.2159.8.1 "mysql-4.1.10"
...
2) Raise the version number to 4.1.11.
2005-02-15 14:13:18 +01:00
serg@serg.mylan
fd828e5b4d
manually merged
2005-02-14 21:50:09 +01:00
serg@serg.mylan
bbca12a859
remove obsolete substitution
2005-02-09 23:42:30 +01:00
tomas@poseidon.ndb.mysql.com
264bac2f1d
ndb_port_base is obsolete with WL#2278
2005-02-09 19:29:37 +01:00
guilhem@mysql.com
a70adb5d2a
Merge
2005-02-05 18:07:50 +01:00
konstantin@mysql.com
e531136c1f
A fix for Bug#6273 "building fails on link": we should not use
...
CLIENT_LIBS in mysql_config as CLIENT_LIBS point to builddir when
we use the bundled zlib.
2005-02-05 01:21:16 +03:00
lenz@mysql.com
ff073f34a1
Merge mysql.com:/data0/mysqldev/my/mysql-4.1
...
into mysql.com:/data0/mysqldev/my/mysql-4.1-build
2005-02-02 21:36:40 +01:00
monty@mysql.com
e7450d9781
Use -DUNIV_DEBUG (extra debugging for InnoDB) when configuring with --debug=full
2005-02-02 22:35:36 +02:00
tulin@mysql.com
446e18c91e
fix linkerror on sol9x86
2005-02-02 18:30:33 +01:00
serg@serg.mylan
33fc4b10b6
configure.in
...
don't define UNIV_DEBUG in CFLAGS/CXXFLAGS anymore
sql/mysqld.cc
hide from the user options that do nothing
sql/sql_update.cc
better fix for uninitialized used_index
2005-02-02 12:08:20 +01:00
serg@serg.mylan
896e2747b7
there's no need to define UNIV_DEBUG explicitly anymore
2005-01-28 19:03:07 +01:00
tomas@poseidon.ndb.mysql.com
af12846505
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
2005-01-28 02:07:13 +01:00
konstantin@mysql.com
2b858ae682
Remove unused configure.in name TOOLS_LIBS.
2005-01-28 01:23:06 +03:00
serg@serg.mylan
3c5060981f
query_id and my_xid -> ulonglong
...
fix for binlog+autocommit+tclog
comments, style fixes
2005-01-27 22:38:56 +01:00
marko@hundin.mysql.fi
4a2aef45ce
configure.in:
...
Add -DDBUG_ON to CXXFLAGS whenever it is added to CFLAGS.
Thus, sql/ha_innodb.cc will be compiled with the same
setting of UNIV_DEBUG as the rest of InnoDB,
i.e., --with-debug enables InnoDB ut_ad() assertions
everywhere.
2005-01-27 17:12:21 +02: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
monty@mysql.com
33878ac87a
Added -DDBUG_ON to CXXFLAGS when compiling with debugging
...
This fixes a memory allocation bug in Innobase as structs was defined differently in .c and .cc files
2005-01-26 12:55:35 +02:00
joreland@mysql.com
228fe6ba54
Fix weird link error on sol9x86
...
- use incremental linker
2005-01-21 13:16:46 +01:00
tomas@poseidon.ndb.mysql.com
72dc9ff915
moved START_AND_EXIT check so it can actually be used
...
fix as not to overwrite previoulsy set flags in configure
2005-01-21 08:41:38 +01:00
bar@mysql.com
d45e954801
configure.in:
...
Add SJIS version of Japanese error messages.
Windows version should include this new file,
instead of the EUC-JP version.
2005-01-20 12:39:46 +04:00
tulin@build.mysql.com
26d8fc4939
added configure option to set extra ndb cc-flags
2005-01-19 14:20:26 +01:00
joreland@mysql.com
18bd4a2513
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-01-19 07:34:57 +01:00
joreland@mysql.com
b0b8f9115a
bug#7693 - ndb
...
when using shm transporter, set sigmask on each thread using pthread_sigmask
2005-01-19 07:23:20 +01:00
konstantin@mysql.com
fcbc69e77d
Merge mysql.com:/home/kostja/work/mysql-4.1-root
...
into mysql.com:/home/kostja/work/mysql-5.0-root
2005-01-18 16:46:26 +03:00
konstantin@mysql.com
9fa2bb096c
Fix 'make distclean' goal.
2005-01-18 16:23:10 +03:00
tomas@poseidon.ndb.mysql.com
8830ec9a1d
bumped up ndb version
...
compatible with 4.1.9
2005-01-14 16:14:50 +01:00
lenz@mysql.com
b531a5e212
- bumped up the version number in configure.in from 4.1.9 to 4.1.10
...
- tagged ChangeSet 1.2207 as "mysql-4.1.9"
2005-01-13 14:57:51 +01:00
serg@sergbook.mysql.com
a609bc45f2
merge
2005-01-07 15:02:25 +02:00
joreland@mysql.com
7829053491
bug#7690 - ndb startup with shm, use sigaction to escape SA_RESETHAND
2005-01-07 11:47:01 +01:00
joreland@mysql.com
c62ed85054
Merge
2005-01-04 19:12:01 +01:00
tomas@poseidon.ndb.mysql.com
24ceb87455
changes ndb types include
2005-01-04 13:12:22 +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
tomas@poseidon.ndb.mysql.com
93f9641412
configure.in:
...
updated ndb version number
2005-01-03 11:03:50 +01:00