Commit graph

876 commits

Author SHA1 Message Date
tomas@poseidon.ndb.mysql.com
6a46a75a20 configure.in:
corrected ndb version
2005-03-09 01:30:12 +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
tomas@poseidon.ndb.mysql.com
8e17bedeee Merge 2005-03-08 10:40:52 +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
c5b35bf9af Merge build.mysql.com:/users/tulin/mysql-5.0
into build.mysql.com:/users/tulin/mysql-5.1
2005-01-19 14:20:29 +01:00
tulin@build.mysql.com
26d8fc4939 added configure option to set extra ndb cc-flags 2005-01-19 14:20:26 +01:00
tulin@build.mysql.com
0a2df1c50a Merge build.mysql.com:/users/tulin/mysql-5.0
into build.mysql.com:/users/tulin/mysql-5.1
2005-01-19 10:07:14 +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
tulin@build.mysql.com
3e4a4a2aea Merge build.mysql.com:/users/tulin/mysql-5.0
into build.mysql.com:/users/tulin/mysql-5.1
2005-01-19 03:37:51 +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
tulin@build.mysql.com
938135af57 Merge build.mysql.com:/users/tulin/mysql-5.0
into build.mysql.com:/users/tulin/mysql-5.1
2005-01-13 10:13:06 +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
brian@zim.(none)
6c5b0844ea Merge for 5.0 to 5.1 2005-01-06 14:09:13 -08: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
joreland@mysql.com
fe8f4ab012 merge 2005-01-01 14:01:37 +01:00
serg@sergbook.mysql.com
a04fc26c54 manually merged 2004-12-31 15:26:24 +01:00
joreland@mysql.com
8f2d0ec1a1 merge 2004-12-31 06:36:32 +01:00
joerg@mysql.com
df1c8a1f2e Merge mysql.com:/M41/mysql-4.1 into mysql.com:/M41/push-4.1 2004-12-30 16:44:50 +01:00
joerg@mysql.com
8311f83f06 Clean up the handling of "server" and "client" directories, while still avoiding the double listing of
common directories in 'SUBDIRS' macro ("make distclean" had failed due to that).
Solves bug#7368: "regex make error in 4.1.8"
2004-12-30 14:03:19 +01:00