joreland@mysql.com
50e15affff
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
...
into mysql.com:/home/jonas/src/wl1744
2004-12-06 14:52:31 +01:00
monty@mysql.com
0de4777187
Merge with 4.1
2004-12-06 11:38:56 +02:00
tomas@poseidon.ndb.mysql.com
4753641048
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-12-06 08:54:53 +00:00
tomas@poseidon.ndb.mysql.com
b44ab76554
wixed ndb-debug option for configure
2004-12-06 08:49:34 +00:00
bar@mysql.com
6ad58765b7
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/usr/home/bar/mysql-4.1
2004-12-06 10:58:40 +04:00
bar@mysql.com
86013091ca
configure.in:
...
latin1_spanish_ci produced unknown collation error.
2004-12-06 10:57:22 +04:00
monty@mysql.com
67ce247965
Add support for up to VARCHAR (size up to 65535)
...
Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART
Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors
Added support for VARCHAR KEYS to heap
Removed support for ISAM
Now only long VARCHAR columns are changed to TEXT on demand (not CHAR)
Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
2004-12-06 02:00:37 +02:00
brian@avenger.(none)
20c18c77e1
Fixing problem with case insitive file systems.
...
Would you believe that I wrote all of this on a Mac? I just happen to be not using HFS for the partition I did this work on. Oops :)
2004-12-04 11:00:33 -08:00
tomas@poseidon.ndb.mysql.com
ee3953c5c1
added configure option to control extra ndb debug options,
...
for release debug build please configure with --without-ndb-debug
2004-12-03 21:26:14 +00:00
brian@avenger.(none)
c783380701
Resolving conflict.
2004-12-02 19:00:33 -08:00
brian@avenger.(none)
3854c5087b
Syntax fix, plus an update for version.
2004-12-02 18:53:49 -08:00
joerg@mysql.com
9150971bac
Change to prevent the failure of "make distclean" on the missing 'regex/Makefile' (and, later, 'strings/Makefile').
2004-12-02 16:42:37 +01:00
mwagner@mysql.com
d6efb4bbfd
configure.in:
...
Incremented for next version
2004-12-02 07:24:08 +01:00
brian@avenger.(none)
5d8a33e0ed
First revision of changes to clean up acinclude and configure.in. Removed all AC_DEFUN out to separate m4 files, removed rule concerning building the website, and updated SANITY rule with the latest from 1.8.
2004-12-01 17:02:22 -08:00
serg@serg.mylan
b460059988
merged
2004-11-28 20:42:04 +01:00
kent@mysql.com
77c32ac173
configure.in:
...
A work-around for SCO, disable use of clock_gettime
2004-11-28 15:45:12 +01:00
serg@serg.mylan
2d3dd65cc1
merged
2004-11-20 18:36:41 +01:00
tomas@poseidon.ndb.mysql.com
3f36910639
fix for mysqladmin link problem
...
.c -> .cc
fix source dist problem for ndb
fix type check problem for mysqladmin
2004-11-18 20:28:36 +00:00
serg@serg.mylan
431b93609c
#warning removed
...
AC_FUNC_MMAP changes to AC_CHECK_FUNCS(mmap)
2004-11-17 14:38:01 +01:00
serg@serg.mylan
60e3e821c6
don't delete ac_available_languages_fragment in configure - it may be needed later
2004-11-16 16:52:29 +01:00
joreland@mysql.com
6b2b1b8e81
merge
2004-11-16 07:22:30 +01:00
guilhem@mysql.com
e38dae0bc1
Merge
2004-11-16 00:04:12 +01:00
serg@serg.mylan
87840e841c
Merge bk-internal:/home/bk/mysql-5.0
...
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
2004-11-15 19:27:06 +01:00
tomas@poseidon.ndb.mysql.com
16e34bd27d
changed compile order, mysqladmin with ndbcluster extensions needs ndb to be compiled first
...
added libs variable for ndbmgmclient used by mysqladmin
add linkage with @ndb_mgmclient_libs@
additional options for ndbcluster
added support for managing the cluster to mysqladmin
added DEFINE_CXA_PURE_VIRTUAL flag to CFLAGS to enable linkage with c++ libs
use macros for C_MODE_START/END so that define of FIX_GCC_LINKING_PROBLEM works in c-programs
2004-11-15 12:40:32 +00:00
joreland@mysql.com
f63b126f7e
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/wl1744
2004-11-15 10:50:58 +01:00
tomas@poseidon.ndb.mysql.com
0d55af3f0e
moved ndb_restore together with rest of the ndb tools
...
kernel includes needed by ndb_restore
changed link order
moved LocalConfig to mgmapi
Moved NdbConfig to Portlib
mgmapi to use LocalConfig for connectstring parsing instead of it's own
enable usage of "NULL" connectstring for default
new ndbmgmclient lib that can be used by e.g. mysqladmin later
LocalConfig no longer needed here, now in mgmapi
Send connectstring to mgmapi instead
added valid connectstring to be with only host without port i.e.
valid connectstring =host1,host2,host3
default port will be added
2004-11-14 11:02:06 +00:00
monty@mysql.com
addd1a0da8
Merge with 4.1
2004-11-12 19:58:24 +02:00
monty@mysql.com
9252656d49
merge with 4.0
2004-11-12 11:17:53 +02:00
brian@avenger.(none)
f05daf02ba
Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump)
2004-11-11 18:58:57 -08:00
joreland@mysql.com
64f7965d80
wl1744 - ndb win port
...
improve ndb_global.h
2004-11-11 22:39:24 +01:00
serg@serg.mylan
aafb2cf6a3
Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0-xa
...
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
2004-11-11 13:44:10 +01:00
joreland@mysql.com
02209bb010
wl1744- ndb windows
...
move ports into ndb_global
2004-11-11 08:15:52 +01:00
joreland@mysql.com
b2ff852c62
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/wl1744
2004-11-10 21:53:21 +01:00
joreland@mysql.com
b6c44a2960
wl1744 - ndb windows port
...
move versing handling into ndb_version.h.in (from config.h)
2004-11-10 21:43:12 +01:00
tomas@poseidon.ndb.mysql.com
17b2d671ee
added configure switch for ndb port number
...
added new variable for ndb port 1186
changed meaning of ndb_port_base to be default tcp port setting
changed to use split between port and port_base for ndbcluster
so that ndb_port and ndb_port_base are propagated to startscript for ndbcluster
added larger space to pid print
moved readAndExecute out of CommandInterpreter to avoid linking lib with readline
added c-api to Ndb_mgmclient
pass also ndb_port to make
2004-11-10 16:05:28 +00:00
tomas@poseidon.ndb.mysql.com
9f999953a2
removed editline and replaced with mysql readline
...
created new facade object for CommandInterpreter
removed CPC #if 0 code
removed editline from mgmtsrver, no replace with readline since interface is obsolete anyways
2004-11-08 10:21:39 +00:00
serg@serg.mylan
353dd4fe35
dbug: DBUG_EXECUTE_IF macro, build user manual automatically, document all features
...
charset2html moved from mysys to extra
ignore: new files added, garbage removed
2004-11-04 22:29:00 +01:00
tim@siva.hindu.god
a20399c0ae
Merge siva.hindu.god:/opt/home/tim/m/40/bk
...
into siva.hindu.god:/opt/home/tim/m/40/a
2004-11-04 10:29:24 -07:00
monty@mysql.com
071001950e
Merge with 4.1 to get in latest bug fixes
2004-11-04 15:06:24 +02:00
tomas@poseidon.ndb.mysql.com
82fb9211b8
correct ndb version
...
upgrade compatability with 4.1.8
2004-11-04 12:26:49 +00:00
joerg@mysql.com
cb0bd6f57d
The files stored in "Docs/Images" within the "mysqldocs" BK tree must be included
...
in the source tar-ball for distribution. This is done by using the "DISTFILES" macro
in a new "Docs/Images/Makefile". As the source BK tree does not contain these files,
they are copied from the "mysqldocs" tree at release build time.
This changeset relies on "bk commit - mysqldoc tree (joerg:1.2276)" of today.
2004-11-04 11:18:12 +01:00
tim@siva.hindu.god
b0510c7fd4
Portability fixes to mysqld_safe for non-Linux systems. Fix FIND_PROC
...
for Solaris test, and fix if @IS_LINUX@ test in mysqld_safe itself.
2004-11-02 17:53:25 -07:00
tomas@poseidon.ndb.mysql.com
ded5595cb2
add compile flad -DSNPRINTF_RETURN_TRUNC on hp ux 11
...
remove compiler warning
patch for my_vsnprintf not dully implemented
patch for platfroms that return -1 on snprintf overflow
compile fix for hpux
2004-11-02 19:40:10 +00:00
tomas@poseidon.ndb.mysql.com
ebd0ee4a0d
fix for solaris forte -instances=static
...
added libNDBT.a
removed printout
fixed error that ndb_show_tables required table name
2004-11-01 18:21:57 +00:00
tomas@poseidon.ndb.mysql.com
d129fffe57
configure.in:
...
added flag on sun forte, -instances=static
(check is only made for "non-gcc", hopefully enough)
2004-11-01 14:25:07 +00:00
tomas@poseidon.ndb.mysql.com
41e39c7be3
aligned ndb versioning with mysql
...
changed define SNPRINTF_RETURN_ZERO to SNPRINTF_RETURN_TRUNC
added define NDB_INIT
removed getarg, strlcat, strlcpy
aligned ndb version with mysql version
cpcd: removed old way of reading config file and replaced with mysql load_defaults
changed from using getarg to my_getopts
use mysql my_progname
moved getarg to test
2004-11-01 13:55:43 +00:00
monty@mysql.com
afbe601302
merge with 4.1
2004-10-29 19:26:52 +03:00
tomas@poseidon.ndb.mysql.com
24d38aea13
added define flag SNPRINTF_RETURN_ZERO to indicate that snprintf returns zero if buffer too small
...
use flag SNPRINTF_RETURN_ZERO
emulate snprintf behavior by writing to _big_ buffer if set
use my_vsnprintf if HAVE_SNPRINTF is not set and set SNPRINTF_RETURN_ZERO in that case
2004-10-29 13:59:40 +00:00
tomas@poseidon.ndb.mysql.com
d6481499cf
bumped up version for ndb
...
protocal change in create table, now allows for more than 91 attributes
upgrade compatability with 3.5.3
2004-10-29 11:25:16 +00:00
tomas@poseidon.ndb.mysql.com
8924e0974d
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-29 11:06:38 +00:00
tomas@poseidon.ndb.mysql.com
0a3d9a43b2
configure.in:
...
-I/usr/include needed for cxx on Tru64
2004-10-29 11:06:06 +00:00
tomas@poseidon.ndb.mysql.com
cbeac303c7
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-29 09:49:55 +00:00
tomas@poseidon.ndb.mysql.com
19bc50957f
Tru64 cxx compiler fix
...
cxx does not include -I/ust/include.dtk as it should
removed dependency on ndb_types
2004-10-29 09:49:04 +00:00
lenz@mysql.com
35e8670301
- bumped up version number from 4.0.22 to 4.0.23 in configure.in
...
- tagged ChangeSet@1.2048.1.2 as "mysql-4.0.22"
2004-10-29 09:24:21 +02:00
joreland@mysql.com
a206cb7574
Fix for aix4 which defines clock_gettime, but it only returns
...
ENOSYS
2004-10-28 10:50:39 +02:00
lenz@mysql.com
9ec8e38ec5
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1
2004-10-26 19:09:12 +02:00
lenz@mysql.com
f60951d251
- Bumped up version number to 4.1.8 in configure.in
...
- tagged ChangeSet 1.2029 as "mysql-4.1.7"
2004-10-26 19:07:13 +02:00
monty@mysql.com
6fbc869d18
A lot of fixes for prepared statements (PS):
...
New mysqltest that can run mysqltest with PS
Added support for ZEROFILL in PS
Fixed crash when one called mysql_stmt_store_result() without a preceding mysql_stmt_bind_result()
Updated test cases to support --ps-protocol
(Some tests are still run using old protocol)
Fixed crash in PS when using SELECT * FROM t1 NATURAL JOIN t2...
Fixed crash in PS when using sub queries
Create table didn't signal when table was created. This could cause a "DROP TABLE created_table" in another thread to wait "forever"
Fixed wrong permissions check in PS and multi-table updates (one could get permission denied for legal quries)
Fix for PS and SELECT ... PROCEDURE
Reset all warnings when executing a new PS query
group_concat(...ORDER BY) didn't work with PS
Fixed problem with test suite when not using innodb
2004-10-26 19:30:01 +03:00
mwagner@here.mwagner.org
f5b33f6e6a
configure.in:
...
4.1.7 leaves gamma.
2004-10-22 17:25:02 -05:00
tomas@poseidon.ndb.mysql.com
8c9dd887f7
Add extra include on OSF1 (to let c++ program use stdint.h)
2004-10-22 15:20:15 +00:00
tomas@poseidon.ndb.mysql.com
7d4765544e
workaround for Sun Forte compile problem for ndb on solaris 2.10
2004-10-21 14:11:20 +00:00
monty@mysql.com
e1218474b8
Merge with 4.0
2004-10-20 16:24:28 +03:00
tomas@poseidon.ndb.mysql.com
1b00a66e7f
bumped up ndb version to 3.5.3
2004-10-18 14:14:21 +00:00
hartmut@mysql.com
b50688d5e9
the $^ directive is a GNU make extension and not really needed here
...
so lets get rid of it (Bug #6112 )
2004-10-15 15:33:30 +02:00
matt@mysql.com
60385695b4
TAG:
...
Tagged ChangeSet 1.2091 as mysql-4.1.6
configure.in:
Updated version string to 4.1.7
2004-10-15 00:55:50 -05: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
tomas@poseidon.ndb.mysql.com
250d643ee2
last try didnt work
2004-10-05 07:48:51 +00:00
tomas@poseidon.ndb.mysql.com
c36637a96e
bumped up version to 3.5.2
...
removed staus flag
2004-10-05 06:49:11 +00:00
brian@avenger.(none)
da71f76910
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into avenger.(none):/export/brian/mysql/schema-5.0
2004-10-01 12:44:52 -07:00
hartmut@mysql.com
5c8eb70667
added --without-man option similar to --without-docs
...
(part of BUG#5379)
2004-09-26 15:27:13 +02:00
tomas@poseidon.ndb.mysql.com
0273e84b7f
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge
2004-09-24 11:07:55 +00:00
lenz@mysql.com
9329bc36d9
- Bumped up version number: 4.1.5 -> 4.1.6 (still keeping the "gamma"
...
label for now)
- tagged ChangeSet 1.2015.1.10 as "mysql-4.1.5"
2004-09-21 08:58:44 +02: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
bar@mysql.com
134b5c7d75
Persian collation, contibuted by Jody McIntyre
2004-09-13 12:07:01 +05:00
tomas@poseidon.(none)
cf3cb70d30
configure.in:
...
bumped up version to 3.5.1
2004-09-10 17:29:10 +00:00
matt@mysql.com
c998fbdb8c
configure.in:
...
Updated to 4.0.22
2004-09-10 00:08:12 +02:00
monty@mysql.com
31122efde7
Merge with 4.1
...
(Includes merge of arena code in 4.1 and 5.0)
2004-09-06 15:14:10 +03:00
joreland@mysql.com
aa4402dd80
merge
2004-09-06 07:43:31 +02:00
vva@eagle.mysql.r18.ru
c3cb5980c2
define macro "DEFINE_ALL_CHARACTER_SETS" in the configure.in completely
2004-09-04 00:28:48 +05:00
vva@eagle.mysql.r18.ru
15eb33ab44
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
2004-09-03 19:32:18 +05:00
vva@eagle.mysql.r18.ru
0fda2f6b97
1. discarded term.h from the distribution
...
2. changed key_* to el_ley_* in the libedit key.h
(because it's in the conflict with the aix definitions)
3. use libedit_term.h instead of term.h in the cmd-line-utils/libedit/el.h
4. added definition of MIN in the cmd-line-utils/libedit/read.c
(if it wasn't defined yet)
5. discarded definition of SUNOS macro from configure.in
(now we don't include term.h in the el.h at all)
2004-09-03 17:47:36 +05:00
joerg@mysql.com
9e2e71816f
Correct a typo error: cpp symbol is "BIG_TABLES", not "BIG_FILES"
...
(backport from 4.1).
2004-09-01 12:36:01 +02: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
monty@mysql.com
054cea4ca8
Merge with 4.0
2004-09-01 04:12:09 +03:00
lenz@mysql.com
87cbc358e9
- bumped up version number in configure.in to "4.1.5-gamma"
...
- tagged ChangeSet@1.2013 as "mysql-4.1.4"
2004-08-31 15:53:26 +02:00
vva@eagle.mysql.r18.ru
e022b3144e
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
2004-08-31 18:53:24 +05:00
vva@eagle.mysql.r18.ru
53b804a679
fixed two compiling bugs for libedit
2004-08-31 18:29:01 +05:00
joerg@mysql.com
124f5be301
Correct a typo error: cpp symbol is "BIG_TABLES", not "BIG_FILES".
2004-08-30 13:25:22 +02:00
bar@mysql.com
cb9591b7de
configure.in:
...
Ascii was written twice
2004-08-30 11:36:26 +05:00
bar@mysql.com
4d1dedd70d
Compile all charset conversion tables if --with-extra-charsets=all
...
or --with-extra-charsets=complex is given.
2004-08-27 21:17:29 +05:00
tomas@poseidon.(none)
c16f134be3
Merge
2004-08-24 22:35:14 +00:00
vva@eagle.mysql.r18.ru
0e52a45838
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_libedit/mysql-4.1.clear
2004-08-25 01:02:07 +05: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
b20161b841
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_libedit/mysql-4.1.clear_v2
2004-08-24 23:38:31 +05:00
vva@eagle.mysql.r18.ru
24b7ad8229
fixed AC_DEFINE's for libedit-2.6.7
2004-08-24 23:32:58 +05:00
vva@eagle.mysql.r18.ru
3988677b15
added skipped macro for new libedit-2.6.7 in configure.in
2004-08-24 21:01:11 +05:00
vva@eagle.mysql.r18.ru
3e6d1022d6
upgrade to libedit-2.6.7
...
(fixed Bug #4462 libedit compile failure)
2004-08-24 20:41:41 +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
joreland@mysql.com
6163efe1ac
merge
2004-08-24 13:29:11 +02:00
brian@avenger.(none)
32f2674a07
Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into avenger.(none):/export/brian/mysql/4.1
2004-08-23 12:31:03 -07:00
brian@avenger.(none)
e4a2cdde47
Changing version information.
2004-08-23 12:28:28 -07: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
serg@serg.mylan
157a041baa
bdb bugfix: LTLIBOBJS didn't take --disable-shared into account
...
fix for bdb not ending up into libmysqld.a
2004-08-23 13:55:40 +02:00
serg@serg.mylan
e1237cbc53
manually merged
2004-08-18 19:57:55 +02:00
brian@avenger.(none)
7a14455f1e
Merge bk://mysql.bkbits.net/mysql-5.0
...
into avenger.(none):/export/brian/mysql/mysql-5.0
2004-08-16 13:21:17 -07: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
lenz@mysql.com
586e5af9e7
- manual merge
2004-08-13 16:25:23 +02:00
guilhem@mysql.com
c9a46a43d2
Escaping [] so that darwin[7-8] gets into 'configure' and not darwin7-8
...
Adding a compilation define so that on recent Darwin mysqld does not react to SIGHUP and SIGQUIT:
this fixes a rpl000001 problem on our Powermac G5 machine (popping after an upgrade from 10.3.4 to
10.3.5) and is expected to fix
BUG#2030 "relay bin log on slave resets multiple times a second"
(i.e. under some Mac OS X Panther versions, mysqld receives many SIGHUP and SIGQUIT).
So this fix is more a problem-hider than a real understanding of why mysqld receives so many signals.
Note that we saw other problems on this OS where mysqld reacts to Ctrl-Z but apparently only once,
where using SSL seems to make the problem more frequent...
2004-08-13 15:29:47 +02: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
lenz@mysql.com
b1f5aa0094
- portability fix for SCO Open Server 5.0.7 (thanks to Boyd Gerber)
2004-08-12 21:55:05 +02:00
lenz@mysql.com
c8f8ca889f
- giving a range does not work for platform detection in configure.in
...
- resorting to having to separate sections for darwin7 and darwin8
2004-08-12 21:15:49 +02:00
bar@mysql.com
e4348ee9a5
configure.in:
...
Collation name fixes.
2004-08-09 13:04:34 +05:00
ndbdev@eel.hemma.oreland.se
8e74c1b78c
Merge
2004-08-05 22:32:25 +02:00
joreland@mysql.com
b1fd4d8839
wl2010
...
Added NDB_DEBUG(--with-debug) and NDB_DEBUG_FULL(--with-debug=full)
2004-08-05 12:54:59 +02:00
lenz@mysql.com
c4e9e18323
- bumped up version number in configure.in to 5.0.2-alpha, now that
...
5.0.1 is out
- tagged ChangeSet@1.1698 as "mysql-5.0.1"
2004-08-03 02:13:49 +02:00
joreland@mysql.com
a2f866e909
Fix ndb detection of gcc
2004-08-02 13:44:22 +02:00
konstantin@mysql.com
b14b00249f
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/kostja/mysql/mysql-4.1-zlib
2004-07-27 10:05:56 -07:00
serg@serg.mylan
13ecd69469
avoid functions in configure
2004-07-27 09:12:20 +02:00
lenz@mysql.com
6c8641c1cc
- typo fix: protocoll -> protocol
2004-07-26 12:32:04 +02: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
076156cc86
A small fix to let building of debug versions on HP-UX11
2004-07-23 20:28:54 -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
serg@serg.mylan
a0bae8eb8b
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-07-23 19:41:19 +02:00
serg@serg.mylan
a4ae8c3c8d
workaround for Sun Forte / x86
...
BUG#4681
2004-07-23 19:12:20 +02:00
lenz@mysql.com
a54f6398fe
- Use the same compile options for the upcoming darwin8 OS in
...
configure.in (thanks to Al Begley from Apple for the hint)
2004-07-23 12:27:28 +02:00
monty@mysql.com
31fe2837f9
Merge with 4.1
2004-07-12 08:20:24 +03:00
monty@mysql.com
1e31199995
Merge with 4.1.3-beta
2004-07-07 11:29:39 +03:00
paul@ice.snake.net
fb7f15188a
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
2004-07-02 17:32:47 -05:00
bar@mysql.com
a597b077c6
configure.in:
...
armscii8_bin was referenced to as armscii_bin.
2004-07-02 13:33:26 +05:00
paul@ice.snake.net
f5decb3d1c
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
2004-07-01 12:01:26 -05:00
lenz@mysql.com
2c6537e2cb
- tagged ChangeSet 1.2023 as "mysql-4.1.3"
...
- bumped up version number in configure.in: 4.1.3-beta -> 4.1.4-beta
2004-07-01 14:41:51 +02:00
paul@ice.snake.net
f5f335aa68
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
2004-06-28 23:30:37 -05:00
monty@mysql.com
39a3c4deda
Merge with 4.0
2004-06-27 19:17:24 +03:00
monty@mysql.com
380ff9c228
Fix to be able to cross-compile for modesto
2004-06-27 18:20:06 +03:00
paul@ice.snake.net
3029ae651d
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
2004-06-23 18:11:09 -05:00
serg@serg.mylan
2c48e052d9
Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-06-23 21:47:07 +02:00
paul@ice.snake.net
fe310f9e59
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
2004-06-23 10:44:54 -05:00
bar@mysql.com
6515bb716b
configure.in:
...
--with-charset=binary didn't really work after my previous change.
2004-06-23 19:13:27 +05:00
serg@serg.mylan
c03addab79
merged
2004-06-23 12:36:07 +02:00
paul@ice.snake.net
317524ce02
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
2004-06-22 10:12:15 -05:00
bar@mysql.com
e6fbd80922
configure.in:
...
./configure --with-charset=binary
is now possible.
2004-06-22 16:03:25 +05:00
paul@ice.snake.net
e39ff18e65
configure.in:
...
Fix typo.
2004-06-18 12:14:27 -05:00
bar@deer.(none)
24751bf332
configure.in:
...
New collations were added.
2004-06-18 12:09:21 +05:00
tomas@poseidon.bredbandsbolaget.se
51602e0fb9
hpux compile fixes
2004-06-17 21:06:21 +00:00
serg@sergbook.mysql.com
e70b330f69
don't bother creating Makefiles that are not needed
2004-06-16 15:13:17 +03:00
tomas@poseidon.ndb.mysql.com
e23f736d85
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-06-15 11:30:00 +00:00
tomas@poseidon.bredbandsbolaget.se
1395781ed1
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.bredbandsbolaget.se:/home/tomas/mysql-4.1
2004-06-15 06:39:58 +00:00
tomas@mc05.(none)
8278d71688
ndb fixes for make dist
2004-06-15 08:14:20 +02:00
joreland@mysql.com
2f629a3151
Remove docs from make for now.
...
Plan is to introduce --flag, but Tomas will do that later.
2004-06-14 09:53:59 +02:00
tomas@poseidon.bredbandsbolaget.se
41a758c973
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.bredbandsbolaget.se:/home/tomas/mysql-4.1
2004-06-11 23:39:10 +00:00
serg@serg.mylan
035e03c1f6
merged
2004-06-11 20:55:08 +02:00
tomas@poseidon.bredbandsbolaget.se
b34697a243
fix for ndb compile problem on non gcc
2004-06-11 09:39:20 +00:00
tomas@mc05.(none)
52143c65bb
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mc05.(none):/space2/tomas/mysql-4.1
2004-06-07 17:58:35 +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
033dd6f839
do not create ndb Makefiles unless required
2004-06-05 09:22:11 +02:00
tomas@mc05.(none)
5a8303a3c1
moved ndb versioning to configure and fixed ndb docs make
2004-06-04 16:08:50 +02:00
tomas@poseidon.ndb.mysql.com
df84c09341
automake ndb docs make
2004-06-04 14:08:16 +00:00
tomas@poseidon.ndb.mysql.com
d4960b81ac
ndb make updates
2004-06-03 18:25:46 +00:00
tomas@mc05.(none)
bf644e1785
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mc05.(none):/space2/tomas/mysql-4.1-ndb-test
2004-06-03 13:15:55 +02:00
autotest@mc01.ndb.mysql.com
63fe3c7e73
Makefile.am:
...
local flag in ndbapi to set -O2 since problems occur with -O3
pc.hpp, Emulator.hpp, Emulator.cpp, ErrorReporter.cpp:
USE_EMULATED_JAM -> !NO_EMULATED_JAM
ErrorReporter.hpp:
removed NDEBUG and removed THREAD_ASSERT
Dbdict.cpp:
NDB_DEBUG -> VM_TRACE
configure.in:
cleaned up ndb CXX flags and added optional flag possibility
2004-06-03 13:15:54 +02:00
tomas@poseidon.bredbandsbolaget.se
d369c2f241
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into poseidon.bredbandsbolaget.se:/home/tomas/mysql-4.1-ndb
2004-06-02 00:56:59 +00:00
tomas@poseidon.bredbandsbolaget.se
8d7d4c077b
several ndb make changes, see respective file
2004-06-02 00:54:58 +00:00
monty@mysql.com
70c2256d2f
Merge with 4.0 to get fixes for netware
2004-06-02 00:09:14 +03:00
tomas@mc05.(none)
4971ce3ec2
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mc05.(none):/space2/tomas/mysql-4.1-ndb-test
2004-06-01 22:39:40 +02:00
monty@mysql.com
5b905beee1
Updated version number
...
Portability fix for netware. (We can't use TRY_RUN when cross compiling)
2004-06-01 23:34:47 +03:00
monty@mysql.com
197fcf1ee4
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-06-01 22:30:03 +03:00
monty@mysql.com
017096695a
Update version number
...
Fixed serbian error messages
Fix for windows regarding changed variable name
2004-06-01 22:29:46 +03:00
hf@deer.(none)
39f69a2126
Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.ftr
2004-06-01 22:37:39 +05:00
tomas@mc05.(none)
308f40bb98
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mc05.(none):/space2/tomas/mysql-4.1-ndb-test
2004-06-01 18:05:43 +02:00
tomas@poseidon.ndb.mysql.com
f265403fb7
various ndb make changes, see respective file
2004-06-01 11:19:40 +00:00
konstantin@mysql.com
0dde8d4ae7
AC_MAINTAINER_MODE removed: now MySQL is always configured in maintainer
...
mode and one should expect better dependencies tracking.
2004-05-31 17:02:18 +04:00
tomas@poseidon.bredbandsbolaget.se
26df6c6fc1
added shared mem + sci options for ndb
2004-05-28 09:22:27 +00:00
monty@mysql.com
aabbacba8f
New patch to ensure that InnoDB gets values for CFLAGS and CXXFLAGS
2004-05-28 10:41:38 +03:00
joreland@mysql.com
58240397a5
Merge mysql.com:/home/jonas/src/mysql-4.1-ndb
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb-jonas
2004-05-28 07:08:15 +02:00
joreland@mysql.com
7a5024b613
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-05-28 07:04:07 +02:00
tomas@mc05.(none)
d1467d7a42
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mc05.(none):/space2/tomas/mysql-4.1-ndb-test
2004-05-28 03:24:29 +02:00
monty@mysql.com
be7f1a3570
merge with 4.0 to get fix for hpux
2004-05-28 02:04:07 +03:00
monty@mysql.com
33dcccb5bf
Portability fix for HPUX
2004-05-28 02:00:34 +03:00
joreland@mysql.com
eff14ee4fe
Use ndbclient more
2004-05-27 21:03:05 +02:00
joreland@mysql.com
3becb6ef05
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb-jonas
2004-05-27 19:58:19 +02:00
tomas@poseidon.(none)
12709128d5
ndb fixes see files
2004-05-27 16:28:41 +00:00
joreland@mysql.com
65ef06b400
Add mgmapi
2004-05-27 15:20:38 +02:00
hf@deer.(none)
3a5e8d58cc
Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.ftr
2004-05-27 17:37:47 +05:00
tomas@mc05.(none)
67da12a8fe
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mc05.(none):/space2/tomas/mysql-4.1-ndb-test
2004-05-27 11:36:08 +02:00
tomas@poseidon.(none)
1161f719a8
configure.in:
...
automake verion problem
2004-05-27 09:36:07 +00:00
tomas@poseidon.(none)
5645b7967a
several ndb automake changes, see respective file
2004-05-27 07:04:45 +00:00
monty@mysql.com
f693787063
Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1
2004-05-27 02:51:28 +03:00
monty@mysql.com
833ec1653e
netware files should always be in 'make dist'
...
use opt_net_buffer_length instead of net_buffer_length
2004-05-27 02:47:04 +03:00
tomas@poseidon.(none)
d1abc78ae0
configure.in:
...
makefix
2004-05-26 17:56:18 +00:00
tomas@poseidon.(none)
d223aed782
Merge poseidon.(none):/home/tomas/mysql-4.1-ndb
...
into poseidon.(none):/home/tomas/mysql-4.1-ndb-make
2004-05-26 16:02:21 +00:00
tomas@poseidon.(none)
8327a68438
neww ndb automake
2004-05-26 15:36:55 +00:00
pem@mysql.com
71eddc362e
Merging 4.1 to 5.0.
2004-05-26 17:04:45 +02:00
tomas@mc05.(none)
a3ee5c19d3
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mc05.(none):/space2/tomas/mysql-4.1-ndb-test
2004-05-26 14:34:41 +02:00
brian@brian-akers-computer.local
fee4ed7f1c
Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into brian-akers-computer.local:/Users/brian/mysql/mysql-4.1
2004-05-25 14:53:55 -07:00
monty@mysql.com
390d9898f9
merge with 4.0 to get Netware patches and fixes for libmysqld.dll
2004-05-25 22:54:00 +03:00
monty@mysql.com
f2e1e3ce4c
Added patches from Novell
2004-05-25 22:00:14 +03:00
tomas@poseidon.(none)
fff33634be
updated configure for automake in ndb tree
2004-05-25 15:22:57 +00:00
brian@brian-akers-computer.local
fe83735a26
Merge
2004-05-22 12:18:06 -07: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
tomas@mc05.(none)
d357d70a4e
ndb tablehandler, ndb make and endien define, see each file
2004-05-19 05:21:35 +02:00
pem@mysql.com
bf45960eef
Merge 4.1 -> 5.0
2004-05-07 18:52:06 +02:00
monty@mysql.com
939ea71ecd
Portability fixes
...
Change strtoll -> my_strtoll10()
Fixed bug in my_strntoul() and my_strntol() where we got different values on 32 and 64 bit systems (Bug #3472 )
2004-05-07 01:43:17 +03:00
tomas@mc05.(none)
818d0bb3c9
configure.in:
...
added configure options PACKAGE and VERSION for ndb
GuessConfig.sh:
added options for PACKAGE and VERSION
Epilogue.mk:
Added target distdir
2004-04-29 20:25:00 +02:00
serg@serg.mylan
0c281ecd7e
symlink a whole dir, not individual files (symlinking individual files is one subdir below and results in broken links)
2004-04-26 13:27:23 +02:00
serg@sergbook.mylan
606073084e
symlink, not hardlink
...
mkdir in Makefile, not in configure
chmod a-x
2004-04-21 14:55:39 -05: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
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
pem@mysql.com
dfd59e296e
Merge 4.1 -> 5.0.
2004-04-07 19:07:44 +02:00
lenz@kallisto.local
9ab6567bcd
- reverted use of AC_CONFIG_SUBDIRS for BDB for now (it somehow did
...
not work as expected) - need to investigate (after 4.1.2 is released)
2004-03-18 22:46:41 +01:00
lenz@kallisto.local
4493a24dc7
- Use AC_CONFIG_SUBDIRS to invoke the InnoDB and BDB configure scripts
...
instead of calling them directly (WL#1521) - this also fixed a compile
error with libtool-1.5.2 on FreeBSD (error: tag name "CXX" already
exists)
2004-03-18 13:15:05 +01:00
monty@mysql.com
350b433569
merge with 4.0
2004-03-16 22:41:30 +02:00
hf@deer.(none)
6b42f932d6
WL#1163 (to make spatial parts optional)
...
--without-geometry and --with-embedded-privilege-control switches
added to the configure
2004-03-15 16:51:05 +04:00
monty@mysql.com
4ee44751d9
Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882 )
2004-03-10 13:46:11 +02:00
serg@serg.mylan
a05c54b6c2
my_getsystime()
2004-03-02 22:21:12 +01:00
monty@mashka.mysql.fi
494e43c1f5
merge with 4.0 to get security fixes and latest bug fixes
2004-02-20 17:43:02 +02:00
lenz@mysql.com
2795f35b10
- Make sure to set the correct compile flags for Mac OS X 10.3 "Panther"
...
(which is "darwin7" now) - "-DHAVE_BROKEN_REALPATH" is not required
anymore, too, as realpath() is thread-safe on Panther now.
(Thanks to Al Begley from Apple for the info)
2004-02-19 00:00:20 +01:00
serg@serg.mylan
a587be9f9a
hpux-friendly isinf-detection
...
small cleanup
2004-02-18 12:40:35 +01:00
monty@mysql.com
050af89dd8
Merge with public tree
2004-02-16 10:31:05 +02:00
monty@mysql.com
d1d48a9dd5
Merge with 4.0 to get fix for mysqlbinlog
2004-02-16 10:15:52 +02:00
monty@mysql.com
3e1ec19901
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-02-16 09:34:04 +02:00
serg@serg.mylan
01c2ca5b8a
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-02-13 15:30:00 +01:00
serg@serg.mylan
5914e5705c
my_atof is deleted
...
strtod from mit-threads is restored and cleaned up
2004-02-13 15:27:21 +01:00
monty@mysql.com
fb8f27f017
Always use libtool with "--preserve-dup-deps"
...
Always use all LOAD DATA options in replication.
Fixed problem in mysqlbinlog where LOAD DATA options could be overwritten.
2004-02-13 16:05:09 +02:00
lenz@mysql.com
09b90901ad
- bumped up version number in configure.in from 4.0.18 -> 4.0.19
...
- Tagged ChangeSet@1.1733 as mysql-4.0.18
2004-02-12 19:33:06 +01:00
lenz@mysql.com
7ba5f6f817
Merge lgrimmer@build.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/space/my/mysql-5.0
2004-02-12 12:50:47 +01:00
monty@mysql.com
ce14578909
Merge with 4.0.18
2004-02-11 00:06:46 +01:00
pem@mysql.com
c8585f3283
Merge 4.1 into 5.0.
2004-02-10 18:44:02 +01:00
bar@bar.intranet.mysql.r18.ru
dc696d2e5d
configure.in:
...
FreeBSD "ps" detection usually failed, in 90% cases,
on FreeBSD-5.1. This change should work fine under
5.x and 4.x, and I believe in 3.x. too.
2004-02-10 19:33:05 +04:00
monty@mysql.com
2d2f7f89ff
Export CXX and AR to make it easier to invoke other configure scripts with same options.
2004-02-10 12:27:14 +01:00
monty@mysql.com
7df839e757
Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461 )
...
DROP DATABASE now assumes RAID directories are in hex. (Bug #2627 )
Don't increment 'select_full_range' and similar statistics for EXPLAIN queries. (Bug #2506 )
Test in configure if pthread_key_delete() exists (to fix compile problem on SCO) (Bug #2461 )
2004-02-05 09:12:23 +01:00
konstantin@mysql.com
b73b0f7886
Fix for bug #2214 :
...
"CC: ERROR File = item.h, Line = 401 The identifier strtoll is undefined"
(compilation failure on SGI IRIX + MIPSPro 7.41)
Compilation script implemented.
Tested in 32 and 64 bit mode
2004-02-04 20:51:26 +03:00
brian@avenger.(none)
8f7bf2abe7
Merge bk://mysql.bkbits.net/mysql-5.0
...
into avenger.(none):/export/home/brian/mysql/mysql-5.0
2004-01-10 09:58:08 -08:00
lenz@kallisto.local
f204b08031
- bumped up version number in configure.in to 5.0.1
...
- tagged ChangeSet 1.1644 as "mysql-5.0.0"
2003-12-23 18:06:11 +01:00
pem@mysql.com
99e0ae85c7
Merge 4.1 to 5.0.
2003-12-19 18:03:27 +01:00
monty@mysql.com
e0cc6799ec
Merge with 4.0.17
2003-12-17 17:35:34 +02:00
lenz@mysql.com
8caa18f9e3
- bumped up version number to 4.0.18, now that 4.0.17 has been
...
tagged/released
- tagged ChangeSet@1.1655.1.3 as mysql-4.0.17
2003-12-16 17:44:51 +01:00
monty@mysql.com
d47deebb58
Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105 )
...
Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846 )
Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812 )
One can now configure MySQL as windows service as a normal user. (Bug #1802 )
Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736 )
IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704 )
Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983 )
Safety fix for service 'mysql start' (Bug #1815 )
2003-12-14 06:39:52 +02:00
lenz@kallisto.local
84acc2054f
- Bumped up version number in configure.in 4.1.1-alpha -> 4.1.2-alpha
...
- tagged ChangeSet 1.1641 as "mysql-4.1.1"
2003-12-04 15:20:44 +01:00
pem@mysql.com
6e717133c5
Merge 4.1 to 5.0
2003-12-01 16:14:40 +01:00
monty@mysql.com
ede8169d24
Added missing SSL library (Should be in source distribution)
...
Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler)
Added a lot of 'version_xxx' strings to 'show variables'
Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris)
Fixed problem with printing sub selects to debug log
2003-11-28 12:18:13 +02:00
brian@avenger.(none)
0b3d3027c1
Merge bk://mysql.bkbits.net/mysql-5.0
...
into avenger.(none):/export/home/brian/mysql-5.0
2003-11-22 22:21:58 -08:00
pem@mysql.com
28a2c6a96b
Merging 4.1->5.0.
2003-11-19 15:19:46 +01:00
monty@narttu.mysql.fi
4e4725377d
Merge with 4.0
2003-11-04 09:40:36 +02:00
monty@mysql.com
4668b54837
Call my_sync() after all data is written to .frm file
...
Added my_sync() to mysys which will do fsync/fdatasync/_commit() on a file.
2003-11-02 15:55:02 +02:00
pem@mysql.com
337238b78a
Merging 4.1->5.0
2003-10-22 16:10:22 +02:00
lenz@mysql.com
f393024fef
- bumped up version number in configure.in to to 4.0.17 now that
...
4.0.16 has been tagged and released
- tagged ChangeSet 1.1576.1.5 as "mysql-4.0.16"
2003-10-21 18:41:19 +02:00
monty@mashka.mysql.fi
b1dba93cdb
Safety fix to detect multiple calls to my_thread_end()
...
Portability fix (For Mac OS X)
2003-10-16 20:55:15 +03:00