sergefp@mysql.com
dc38512390
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/dbdata/psergey/mysql-4.1-ps-merge
2004-06-01 17:29:13 +04:00
sergefp@mysql.com
e3b03d7a08
* New, binlog-aware character sets support in SQL Syntax for Prepared statements.
...
* The prepared statement query is put into binary log on execution only if it is an update query.
2004-06-01 17:27:40 +04:00
marko@hundin.mysql.fi
2b2e7e4580
InnoDB cleanup: Fix potential buffer overflows,
...
allow deletion of tablespaces whose names contain "'"
2004-06-01 15:19:09 +03: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
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
konstantin@mysql.com
eaa4d106e6
Fix for Bug#3796 "Prepared statement, select concat(<parameter>,<column>), wrong
...
result": new Item_param member for use in val_str()
2004-05-31 14:21:48 +04:00
bell@sanja.is.com.ua
c942a7ecd2
Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
2004-05-28 22:33:49 +03:00
monty@mysql.com
f0f76efaa6
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-05-28 21:58:57 +03:00
bell@sanja.is.com.ua
9f51e30054
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
2004-05-28 21:34:09 +03:00
bell@sanja.is.com.ua
266dd53da2
if exists should not be used inside test
...
removed influence of some tests on other tests
2004-05-28 21:31:51 +03:00
msvensson@build.mysql.com
1352493e3c
Restore.cpp:
...
Added include of ndbout
2004-05-28 14:10:27 +02:00
msvensson@build.mysql.com
c98a895462
ha_ndbcluster.cc:
...
Missing semicolon
2004-05-28 12:09:12 +02:00
monty@mysql.com
04e96ca860
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-05-28 11:15:50 +03:00
monty@mysql.com
4b6a057cae
Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1
2004-05-28 11:03:20 +03:00
monty@mysql.com
cb5c3f6e2e
Added option --config-extra-env to Do-compile
2004-05-28 11:02:34 +03:00
magnus@neptunus.(none)
54be4cfefd
Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into neptunus.(none):/home/magnus/mysql-4.1
2004-05-28 09:51:27 +02:00
magnus@neptunus.(none)
60fb66f033
Fix for compile problem with newtonapi
2004-05-28 09:50:17 +02: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
heikki@hundin.mysql.fi
e734cde6a6
my_global.h:
...
Improved a comment about HAVE_BROKEN_PREAD: pread() only works on HP-UX 11.0 if one installs kernel patch PHKL_20349 or greater
2004-05-28 09:06:19 +03:00
monty@mysql.com
ccc4171276
Portability fix (using 'char' as argument to C functions may give warnings)
2004-05-28 02:36:43 +03: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
monty@mysql.com
47cc3af0e9
Always enable HAVE_COMPRESS on netware
2004-05-28 01:02:20 +03:00
monty@mysql.com
a7c17eee46
Portability fix for 32 bit file systems
2004-05-28 00:32:55 +03:00
monty@mysql.com
297be71078
Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1
2004-05-28 00:27:10 +03:00
monty@mysql.com
b32fd18630
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-05-28 00:06:19 +03:00
monty@mysql.com
518019f511
Remove some code from sql_yacc.cc that doesn't do anything except produce warnings on VC++
2004-05-28 00:03:19 +03:00
monty@mysql.com
e9b7e3baa8
merge with 4.0 to get fix to VC++ project files
2004-05-27 23:45:22 +03:00
jani@a80-186-24-72.elisa-laajakaista.fi
6cd8de3645
Merged in some patches from Novell.
2004-05-27 23:39:50 +03:00
monty@mysql.com
1aa3b2c79e
removed reference to not existing library lib_release\dbug.lib
2004-05-27 22:53:36 +03:00
serg@serg.mylan
1998dd786e
backport bug#2708 fix from 4.1
2004-05-27 21:14:59 +02:00
dlenev@brandersnatch.localdomain
03b705ff44
Made my_snprintf() behavior snprintf() compatible when printing %x arguments (it should
...
produce hex digits in lower case). (fixed version)
Replaced _dig_vec array with two _dig_vec_upper/_dig_vec_lower arrays.
Added extra argument to int2str function which controls case of digits you get.
Replaced lot of invocations of int2str for decimal radix with more optimized int10_to_str()
function.
Removed unused my_itoa/my_ltoa functions.
2004-05-27 17:54:40 +04:00
marko@hundin.mysql.fi
fc85c80b88
InnoDB cleanup:
...
Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE
Remove (char*) casts of string constants; add const qualifiers
Remove some Hot Backup code unless #ifdef UNIV_HOTBACKUP
2004-05-27 15:27:43 +03:00
hf@deer.(none)
e27322d826
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.spa
2004-05-27 17:27:42 +05:00
hf@deer.(none)
374a28d293
Merging
2004-05-27 16:32:49 +05:00
monty@mysql.com
3ad2158b42
Portability fixes
2004-05-27 12:03:16 +03:00
monty@mysql.com
5f0d4ee533
Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1
2004-05-27 11:28:05 +03:00
monty@mysql.com
c939f42fa5
Add back wrongly deleted file
2004-05-27 11:23:26 +03:00
monty@mysql.com
f0d79c5aba
Added new netware file
2004-05-27 02:53:00 +03: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
272c3a2669
After merge fixes
2004-05-27 02:50:42 +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
monty@mysql.com
c1d7d8e27e
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-05-27 00:31:12 +03:00
monty@mysql.com
61a6557307
merge with 4.0 to get windows fixes
2004-05-27 00:30:28 +03: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
dab0b7d415
VC++ portability fix
2004-05-26 21:45:58 +03:00
monty@mysql.com
c342318c6e
Fixed test to not crash when ndb is not in use
2004-05-26 20:56:39 +03:00
marko@hundin.mysql.fi
9e983e629e
InnoDB fixup: remove debug assertion that causes compile error
...
when UNIV_DEBUG is defined (introduced in ChangeSet@1.1850 )
2004-05-26 19:41:14 +03:00
hf@deer.(none)
78f58ff384
Fix to make Windows compilation smoother
2004-05-26 21:40:27 +05:00
monty@mysql.com
98741a50df
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-05-26 19:13:12 +03:00