konstantin@mysql.com
3196273590
Fix for Bug#6408 "configure checking for custom zlib fails because
...
code check is wrong".
2004-11-04 21:26:36 +03:00
monty@mysql.com
62f3cd6a31
Merge with 4.0 for 4.1 release
...
Noteworthy:
- New HANDLER code
- New multi-update-grant-check code
- Table lock code in ha_innodb.cc was not applied
2004-10-06 19:14:33 +03:00
hartmut@mysql.com
42b063c3b4
make --with-openssl work with parameters as expected,
...
old options for include path and library settings still
work for backwards compatibility
(fix for BUG #5494 )
2004-09-26 15:24:57 +02:00
mysql@mc04.(none)
f4721210db
Hand merge
2004-09-20 14:20:01 +02:00
jani@rhols221.adsl.netsonic.fi
dd5d2d8a6d
Applied a few Netware patches.
2004-09-16 16:24:44 +03:00
mysql@mc04.(none)
d905188230
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mc04.(none):/space/mysql/mysql-4.1-ndb
2004-09-16 09:21:49 +02:00
mikael@mc04.(none)
72017f8dd2
logging_ok:
...
Logging to logging@openlogging.org accepted
SCI_Transporter.hpp, SCI_Transporter.cpp:
Major fix-up of SCI Transporter, fixed so that it works with single card, fixed wrap around, added lots of DBUG statements, merged with new transporter handling
TransporterRegistry.cpp:
Some fixes for wrap around needed plus DBUG handling
TCP_Transporter.hpp, TCP_Transporter.cpp:
Added DBUG statements
SHM_Transporter.hpp, SHM_Transporter.cpp:
Fixed SHM Transporter
SHM_Buffer.hpp:
Fixed SHM Buffer to handle wrap around properly
IPCConfig.cpp:
Fixed up config of SCI
SocketServer.cpp:
Added DBUG support for SocketServer threads
ConfigInfo.cpp:
Config changes for SCI
TransporterDefinitions.hpp, mgmapi_config_parameters.h:
SCI fixes
Makefile.am, type_ndbapitools.mk.am, type_ndbapitest.mk.am:
Added SCI library path to Makefiles
configure.in:
Fixed small bug with shared mem and sci together in configure
acinclude.m4:
Added possibility of providing SCI library path in confgure
2004-09-15 20:41:49 +02:00
konstantin@mysql.com
da7dbde8f4
Fix warnings reported by aclocal > 1.8 (Underquoted definition of ...)
2004-09-15 02:15:11 +04:00
joreland@mysql.com
e148567003
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-01 04:55:16 +02:00
vva@eagle.mysql.r18.ru
53b804a679
fixed two compiling bugs for libedit
2004-08-31 18:29:01 +05:00
tomas@poseidon.(none)
c16f134be3
Merge
2004-08-24 22:35:14 +00:00
serg@serg.mylan
0c950c5bfe
compatibility fixes
2004-08-24 22:37:05 +02:00
joreland@mysql.com
7a3d0c83fa
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-24 21:07:08 +02:00
vva@eagle.mysql.r18.ru
06affe9b5b
fixed AC_DEFINE(HAVE_HIST_ENTRY) in acinclude.m4
2004-08-25 00:07:07 +05:00
vva@eagle.mysql.r18.ru
f6a3f2cfad
fixed :
...
Bug #3937 fails to compile with both gcc 3.3.3/icc8
Bug #4728 mysql couldn't be compiled using system readline (readline-4.3)
2004-08-24 19:23:23 +05:00
tomas@poseidon.(none)
c3f2f7426c
further simplifications of ndb config and aligned usage of mysql datadir in ndb
2004-08-23 16:29:04 +00:00
joreland@mysql.com
3f7f371c26
Fix AC_DEFINE for CSV storage engine
2004-08-15 21:44:09 +02:00
brian@avenger.(none)
b7b48d6764
Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into avenger.(none):/export/brian/tina-4.1
2004-08-13 16:27:17 -07:00
brian@avenger.(none)
1fe8b35bba
This is the addition of the CSV engine "aka tina". Its an example engine that works as a plain text file.
2004-08-12 20:57:18 -07:00
konstantin@mysql.com
22b3e25a91
Fixing MYSQL_CHEKC_ZLIB_DIR to take into account user settings (in case there
...
are such)
2004-07-28 09:34:06 -07:00
konstantin@mysql.com
f6f1e1f47b
acinclude.m4:
...
another spelling mistake fixed
2004-07-27 10:05:57 -07:00
konstantin@mysql.com
d68ed3f0f7
WL#1518 "make bundled zlib usable for unix builds", post review fixes:
...
- comment for AC_DEFINE(HAVE_COMPRESS) fixed
- build convenience library from zlib: we need to compile it into both
libmysqlclient.a and libmysqlclient.so
- --with-zlib-dir=bundled configure option
2004-07-27 10:05:55 -07:00
konstantin@mysql.com
569d3c8488
WL#1518, "make bundled zlib usable for unix builds":
...
required autotools macro written and deployed in all apropriate Makefile.ams.
Use cases checked:
- linux, standard location of zlib, no ndb
- linux, standard locatoin of zlib, with ndb
- linux, non-standard location of zlib, no ndb
- hpux11, use of bundled zlib, no ndb
The only non-checked case is non-standard location of zlib (or use of bundled
zlib) + ndb. I wasn't able to check it as ndb/ just won't compile on beasts
like AIX52 or HPUX11, where such a check is possible. It didn't compile
there before as these systems dont't have installed zlib, so nothing got broken ;)
2004-07-24 03:30:11 -07:00
konstantin@mysql.com
4139c359f8
All templates inlined into AC_DEFINE/AC_DEFINE_UNQUOTED.
...
Use of acconfig.h is deprecated in modern autotools (a cleaner patch).
2004-07-23 18:52:25 -07:00
konstantin@mysql.com
cd5359ceda
a line left from manual merge removed
2004-07-21 19:20:22 -07:00
monty@mysql.com
b1d08ba2b4
Merge with 4.0 to get the latest bug patches to 4.1
2004-06-25 20:13:05 +03:00
lenz@mysql.com
4740e8b2b7
- Applied some portability fixes for SGI IRIX/MipsPro compiler
...
(e.g. a fix for BUG#3507 and some modifications recommended
by Andrea Suatoni and Joerg Behrens - thank you!)
2004-06-22 17:35:34 +02:00
konstantin@mysql.com
862a6ed4ca
A typo fixed.
2004-06-20 20:27:50 +04:00
tomas@poseidon.bredbandsbolaget.se
52816b100f
bug fix in ndb make
2004-06-16 16:50:05 +00:00
tomas@mc05.(none)
8278d71688
ndb fixes for make dist
2004-06-15 08:14:20 +02:00
serg@serg.mylan
035e03c1f6
merged
2004-06-11 20:55:08 +02:00
brian@brian-akers-computer.local
e24e1350a3
Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into brian-akers-computer.local:/Users/brian/mysql/mysql-4.1
2004-06-05 10:43:22 -07:00
serg@serg.mylan
a0464b8563
one more ndb-isolating fix
2004-06-05 13:16:29 +02:00
tomas@poseidon.bredbandsbolaget.se
8d7d4c077b
several ndb make changes, see respective file
2004-06-02 00:54:58 +00:00
tomas@poseidon.ndb.mysql.com
f265403fb7
various ndb make changes, see respective file
2004-06-01 11:19:40 +00:00
tomas@poseidon.bredbandsbolaget.se
26df6c6fc1
added shared mem + sci options for ndb
2004-05-28 09:22:27 +00:00
tomas@poseidon.(none)
12709128d5
ndb fixes see files
2004-05-27 16:28:41 +00:00
tomas@poseidon.(none)
2573f890ae
changed to ndbclient
2004-05-27 15:47:31 +00:00
tomas@poseidon.(none)
fff33634be
updated configure for automake in ndb tree
2004-05-25 15:22:57 +00:00
brian@avenger.(none)
467cad0bfc
First commit of archive example. Archive is a simple storage engine that handles inserts and selects.
2004-05-20 18:13:11 -07:00
brian@brian-akers-computer.local
886ef75c95
Resolved changes between example storage engine and NDB storage engine.
2004-04-14 14:36:36 -04:00
brian@brian-akers-computer.local
79c46d0d00
Extra paren removed (since well, they were a typo...).
2004-04-14 14:25:15 -04:00
magnus@neptunus.(none)
9b8a81de00
Check if NDB should be built to to support MySQL Cluster
2004-04-14 17:17:51 +02:00
brian@brian-akers-computer.local
4d5a8cb78c
All changes are to allow someone to compile the example storage engine and use it.
2004-04-12 21:01:45 -07:00
monty@mysql.com
350b433569
merge with 4.0
2004-03-16 22:41:30 +02:00
marko@hundin.mysql.fi
fffb747ec8
Remove libcom.a from acinclude.m4 (should have been done in ChangeSet 1.1741)
2004-03-11 16:29:16 +02:00
monty@mashka.mysql.fi
3b83cce5eb
merge with 4.0
2004-02-22 09:50:59 +02:00
monty@mashka.mysql.fi
e74182fe52
Cleanups
2004-02-22 08:54:06 +02:00
monty@mysql.com
e0cc6799ec
Merge with 4.0.17
2003-12-17 17:35:34 +02:00
gluh@gluh.mysql.r18.ru
9b472debb4
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.ssl
2003-12-10 18:41:12 +04:00