jonas@perch.ndb.mysql.com
1d4ab650f0
bug#15908 - ndb
...
When scan is completed, but lqhkeyreq is outstanding on primary replica and
starting node dies, scan will not be closed leading to error handling of failed
node not completing
2005-12-21 16:31:58 +01:00
knielsen@mysql.com
2f1614a9c1
Merge bk-internal:/home/bk/mysql-5.0
...
into mysql.com:/usr/local/mysql/mysql-5.0
2005-12-21 16:05:13 +01:00
knielsen@mysql.com
9dceb4f32e
BUG#15842: Change in "item.cc" adding Item_sp_variable breaks compile on HP-UX 11.23
...
Fix: make explicit conversion to non-constant string (char *).
Backported from 5.1 changeset 1.1968 05/12/19 17:36:20 kent@mysql.com +2 -0
2005-12-21 15:19:11 +01:00
dlenev@mysql.com
74ca27b305
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0-bg14836
2005-12-21 15:02:34 +03:00
stewart@mysql.com
29454a64ed
Merge mysql.com:/home/stewart/Documents/MySQL/4.1/main
...
into mysql.com:/home/stewart/Documents/MySQL/4.1/cleanup
2005-12-21 12:44:26 +11:00
paul@snake-hub.snake.net
f5cc3fd619
mysql.cc:
...
Typo in help message.
2005-12-20 12:47:44 -06:00
paul@snake-hub.snake.net
5a222bcf72
Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
2005-12-20 12:43:51 -06:00
paul@snake-hub.snake.net
1b106bf4fc
errmsg.txt:
...
Fix typo.
2005-12-20 12:42:35 -06:00
msvensson@neptunus.(none)
94d05ebc37
Avoid implicit commits by using a different connection when creating/dropping sp's and views.
2005-12-20 17:06:20 +01:00
ingo@mysql.com
b0e84cb999
BUG#5390 - problems with merge tables
...
Problem #1 : INSERT...SELECT, Version for 5.0.
Extended the unique table check by a check of lock data.
Merge sub-tables cannot be detected by doing name checks only.
2005-12-20 16:35:05 +01:00
msvensson@neptunus.(none)
90bbcc9b4d
Store the each column from a multi column result set into a separate variable.
2005-12-20 15:34:58 +01:00
stewart@mysql.com
7d6f1e4709
build fix
2005-12-21 00:18:58 +11:00
msvensson@neptunus.(none)
e50c0fdc3b
Bug #15772 Aborted YaSSL connections force threads into busyloops
...
- Report error when there is nothing to read after wait.
2005-12-20 00:47:50 +01:00
paul@snake-hub.snake.net
69558344c5
Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
2005-12-19 11:38:55 -06:00
gluh@eagle.intranet.mysql.r18.ru
f9ef0df0d3
Fix for bug#14271 I_S: columns has no size for (var)binary columns
...
set character_octet_length, character_maximum_length for
binary and varbinary field types
2005-12-19 16:21:02 +04:00
bar@mysql.com
f206a123a1
Bug#15581: COALESCE function truncates mutli-byte TINYTEXT values
...
field.cc:
BLOB variations have number-in-bytes limit,
unlike CHAR/VARCHAR which have number-of-characters limits.
A tinyblob column can store up to 255 bytes.
In the case of basic Latin letters (which use 1 byte per character)
we can store up to 255 characters in a tinyblob column.
When passing an utf8 tinyblob column as an argument into
a function (e.g. COALESCE) we need to reserve 3*255 bytes.
I.e. multiply length in bytes to mbcharlen for the character set.
Although in reality a tinyblob column can never be 3*255 bytes long,
we need to set max_length to multiply to make fix_length_and_dec()
of the function-caller (e.g. COALESCE) calculate the correct max_length
for the column being created.
ctype_utf8.result, ctype_utf8.test:
Adding test case.
2005-12-19 15:52:10 +04:00
gluh@eagle.intranet.mysql.r18.ru
f4b052844f
Fix for bug#14861 aliased column names are not preserved.
...
Create tmp table filed using original item name when it's necessary
2005-12-19 15:36:03 +04:00
gluh@eagle.intranet.mysql.r18.ru
c8631b414b
Bug#12770 DESC cannot display the info. about temporary table
...
Bug#14387 SHOW COLUMNS doesn't work on temporary tables.
Bug#15224 SHOW INDEX from temporary table doesn't work.
Restore thd->temporary_tables to be able to process
temporary tables(only for 'show index' & 'show columns').
This should be changed when processing of temporary tables for
I_S tables will be done.
2005-12-19 14:46:54 +04:00
stewart@mysql.com
ffab9e11b5
Merge mysql.com:/home/stewart/Documents/MySQL/4.1/main
...
into mysql.com:/home/stewart/Documents/MySQL/4.1/cleanup
2005-12-19 19:06:12 +11:00
stewart@mysql.com
50e3a9cdb3
Merge mysql.com:/home/stewart/Documents/MySQL/5.0/main
...
into mysql.com:/home/stewart/Documents/MySQL/5.0/cleanup
2005-12-19 19:01:20 +11:00
stewart@mysql.com
13a32f8808
Merge mysql.com:/home/stewart/Documents/MySQL/4.1/main
...
into mysql.com:/home/stewart/Documents/MySQL/4.1/cleanup
2005-12-19 19:00:17 +11:00
kent@mysql.com
f2b1e40383
mysql-test-run.pl:
...
Script "my_print_defaults" is to be searched for as executable
2005-12-19 03:39:25 +01:00
paul@snake-hub.snake.net
f1e336acac
Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
2005-12-18 16:12:18 -06:00
serg@serg.mylan
f4d3a85aaa
Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2005-12-18 18:27:34 +01:00
kent@mysql.com
63b4ce720a
Merge
2005-12-18 15:26:37 +01:00
kent@mysql.com
16d66d2a1e
Makefile.am:
...
Added 5.0 specific build scripts
2005-12-18 15:07:58 +01:00
kent@mysql.com
9a0f262ebf
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
2005-12-18 15:02:13 +01:00
kent@mysql.com
943f34f39b
Merge
2005-12-18 14:55:05 +01:00
kent@mysql.com
d3b64781e1
Makefile.am:
...
Adjusted listing of files to put into source TAR
2005-12-18 14:51:19 +01:00
serg@serg.mylan
c23612247c
Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2005-12-18 13:31:43 +01:00
serg@serg.mylan
297d80dc11
BUG#11336 - fulltext index corruption after repair_by_sort and mi_delete
...
for uca collation isalnum and strnncollsp don't agree on whether
0xC2A0 is a space (strnncollsp is right, isalnum is wrong).
they still don't, the bug was fixed by avoiding strnncollsp
2005-12-18 13:30:01 +01:00
kent@mysql.com
0c3f7afd6b
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
2005-12-17 04:22:16 +01:00
ranger@regul.home.lan
29f44a8c77
Fixed default values for counters to 0
2005-12-16 22:53:10 +02:00
ranger@regul.home.lan
f8b2e7c5eb
Merge alstroganov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into regul.home.lan:/mnt/md/bk/mysql-5.0
2005-12-16 22:15:53 +02:00
paul@snake-hub.snake.net
223b7fa131
Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
2005-12-16 10:44:50 -06:00
knielsen@mysql.com
fb50e37c5a
BUG#15805: Disabled test type_time; fails in --ps-protocol mode.
2005-12-16 09:38:30 +01:00
ranger@regul.home.lan
5e34b5da01
Fixed stress parts in shell and perl versions of mysql-test-run script to limit stress testing
...
with 20 test loops in case when any limit parameter was specified
2005-12-16 00:23:55 +02:00
aivanov@mysql.com
e6b08a5ea9
Merge mysql.com:/home/alexi/dev/mysql-4.1-12440
...
into mysql.com:/home/alexi/dev/mysql-5.0-12440
2005-12-15 18:59:40 +03:00
aivanov@mysql.com
ea4c3481f2
Fixed BUG #12440 : "Incorrect processing of time values containing
...
long fraction and/or large exponent part".
2005-12-15 18:48:08 +03:00
rparranovo@mysql.com
b21e1d418d
Makefile.am:
...
- libtool wants spaces on parameters for its command line options
2005-12-15 02:11:21 -03:00
rparranovo@mysql.com
5d7345da13
Makefile.am:
...
- libtool wants spaces on parameters for its command line options
2005-12-15 02:08:52 -03:00
rparranovo@mysql.com
f6d77ed18c
Makefile.am:
...
- Modified zlib/Makefile.am to generate libz.so.1.2.3 instead of libz.so.0.0.0
2005-12-15 00:54:15 -03:00
rparranovo@mysql.com
9a6501df9e
Merge rparranovo@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/novo/MySQL/mysql-5.0
2005-12-15 00:36:13 -03:00
rparranovo@mysql.com
1ca115d6d0
Makefile.am:
...
- modified zlib/Makefile.am so we now generate libz.so.1.2.3 instead of libz.so.0.0.0
2005-12-15 00:34:38 -03:00
kent@mysql.com
28a59073b0
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
2005-12-15 00:43:41 +01:00
jimw@mysql.com
5bb966a9b6
Fix crash when trying to open table using a disabled storage engine. (Bug #15185 )
2005-12-14 15:01:02 -08:00
knielsen@production.mysql.com
71780fc87e
Merge knielsen@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into production.mysql.com:/usersnfs/knielsen/mysql-5.0
2005-12-14 22:40:01 +01:00
ramil@mysql.com
04cff0d055
Fix for bug #15623 : Test case rpl000001 and rpl_error_ignored_table failure on MacOSX
...
and bug #15668 : Test 'sp-error' crashes server on Mac OS X.
2005-12-14 21:42:08 +04:00
ingo@mysql.com
340358481d
Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/nfstmp1/ingo/autopush-775/mysql-5.0
2005-12-14 18:20:19 +01:00
paul@snake-hub.snake.net
fc0cd81fc8
Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
2005-12-14 10:37:03 -06:00