jimw@mysql.com
b9da417688
Update test to deal with more relaxed datetime parsing.
2005-08-04 12:45:32 -07:00
jimw@mysql.com
5ad0c87dd0
Merge mysql.com:/home/jimw/my/mysql-4.1-12328
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-08-04 11:00:07 -07:00
jimw@mysql.com
d0c8e929c8
Merge mysql.com:/home/jimw/my/mysql-4.1-7308
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-08-04 10:48:53 -07:00
hf@deer.(none)
176bfcab13
Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.clean
2005-08-04 18:22:53 +05:00
kent@mysql.com
468c3ad532
mysql-test-run.pl:
...
Back ported ndbcluster_support() from 5.0
Corrected the server id handling
2005-08-04 13:54:39 +02:00
hf@deer.(none)
0a3a6137d8
Merge deer.(none):/home/hf/work/mysql-4.1.clean
...
into deer.(none):/home/hf/work/mysql-4.1.9508
2005-08-04 16:33:28 +05:00
hf@deer.(none)
b16812e6ca
Merge deer.(none):/home/hf/work/mysql-4.1.clean
...
into deer.(none):/home/hf/work/mysql-4.1.11083
2005-08-04 16:30:36 +05:00
jimw@mysql.com
f58e5033fb
Skip two tests that fail on Windows that just reflect limitations of
...
that platform, not real failures. (Bug #12328 , Bug #11569 )
2005-08-03 17:38:55 -07:00
elliot@mysql.com
fc5829d651
BUG#12330 Adding updated result file which I missed in last changeset.
...
Adds --replace_column to make test results deterministic.
2005-08-03 16:12:06 -04:00
elliot@mysql.com
fcaff839de
BUG#12330 Add --replace_column in order to make test deterministic.
2005-08-03 15:08:03 -04:00
jimw@mysql.com
4340fa114e
Fix parsing of dates with 'T' between date and time, as in ISO-8601
...
date format. (Bug #7308 )
2005-08-02 11:31:01 -07:00
svoj@mysql.com
007de019ce
Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/svoj/devel/mysql/BUG12075/mysql-4.1
2005-08-02 14:28:30 +05:00
svoj@mysql.com
315e4efc3f
Fix for BUG#12075.
...
FULLTEXT non-functional for big5 strings
2005-08-02 14:27:52 +05:00
svoj@mysql.com
0f98bf44ef
Merge mysql.com:/home/svoj/devel/mysql/BUG11684/mysql-4.0
...
into mysql.com:/home/svoj/devel/mysql/BUG11684/mysql-4.1
2005-08-02 12:12:37 +05:00
svoj@mysql.com
19fe33e16c
BUG#11684 fix.
...
Repair crashes mysql when table has fulltext index.
2005-08-02 11:33:26 +05:00
jimw@mysql.com
c3e40306b7
Merge mysql.com:/home/jimw/my/mysql-4.1-11402
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-08-01 17:11:49 -07:00
jimw@mysql.com
9a5560683f
Merge mysql.com:/home/jimw/my/mysql-4.1-10724
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-08-01 17:10:35 -07:00
sasha@asksasha.com
3055ce9ecc
Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into asksasha.com:/reiser-data/mysql-dev/mysql-4.1
2005-08-01 13:34:04 -06:00
igor@rurik.mysql.com
620f865cbb
null_key.result, null_key.test:
...
Modified test case for bug #12144 .
2005-07-31 04:28:01 -07:00
sasha@asksasha.com
fa7897c62a
updates for BUG#10780 - fixed slave I/O thread running status to No while attempting
...
to connect
2005-07-29 21:00:28 -06:00
hf@deer.(none)
c396a32f46
Fix for bug #9508 (query_cache test fails)
...
notembedded-specific part moved to the new test
2005-07-29 17:14:21 +05:00
igor@rurik.mysql.com
a5f2c7528c
func_gconcat.result, func_gconcat.test:
...
Added a test case for bug #12095 .
sql_class.h:
Fixed bug #12095 : a join query with GROUP_CONCAT over a single row table.
Added a flag to the TMP_TABLE_PARAM class forcing to put constant
items generated after elimination of a single row table into temp table
in some cases (e.g. when GROUP_CONCAT is calculated over a single row
table).
bk ci sql/item_sum.cc
Fixed bug #12095 : a join query with GROUP_CONCAT over a single row table.
If GROUP_CONCAT is calculated we always put its argument into a temp
table, even when the argument is a constant item.
sql_select.cc:
Fixed bug #12095 : a join query with GROUP_CONCAT over one row table.
If temp table is used to calculate GROUP_CONCAT the argument should
be always put into this table, even when it is a constant item.
2005-07-28 19:11:29 -07:00
sasha@asksasha.com
0abc5c941d
testcase for bug 10780 was not added in the previous commit
2005-07-28 19:10:49 -06:00
sasha@asksasha.com
08faad4a4b
patch for bug 10780
2005-07-28 19:08:01 -06:00
igor@rurik.mysql.com
f503c4152d
null_key.test, null_key.result:
...
Made the test case for bug #12144 independent on other tests.
2005-07-28 17:53:51 -07:00
igor@rurik.mysql.com
dbec0c6e95
null_key.test, null_key.result:
...
Modified the test case for patch of the bug #12144
to display status of Handler_read_next before and
after the tested query.
2005-07-28 16:04:47 -07:00
igor@rurik.mysql.com
f31625e613
Manual merge
2005-07-28 13:39:06 -07:00
igor@rurik.mysql.com
bcbde8af22
sql_select.cc:
...
Fixed bug #12144 .
Added an optimization that avoids key access with null keys for the 'ref'
method when used in outer joins. The regilar optimization with adding
IS NOT NULL expressions is not applied for outer join on expressions as
the predicates of these expressions are not pushed down in 4.1.
null_key.result, null_key.test:
Added a test case for bug #12144 .
2005-07-28 13:31:15 -07:00
monty@mysql.com
3c12d0ae54
Added end marker for tests to make future merges easier
2005-07-28 03:22:47 +03:00
hf@deer.(none)
67e5b2c83c
Fix for bug #11083 (myisam test fails witout-geometry)
2005-07-27 21:54:02 +05:00
monty@mysql.com
af6863e7d0
Moved test for 'show full processlist' to not_embedded_server.test becasue it could fail on a slow computer where previous connections has not yet disconnected
2005-07-27 13:45:06 +03:00
bar@mysql.com
31b1bdc52a
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/usr/home/bar/mysql-4.1.b10201
2005-07-26 12:53:06 +05:00
bar@mysql.com
0c2035b7bd
func_gconcat.result, func_gconcat.test:
...
Adding test
item_sum.cc:
Adding a call for collation/charset aggregation,
to collect attributes from the arguments. The actual bug fix.
item_func.h, item_func.cc, item.h, item.cc:
- Removing collation aggrgation functions from Item_func class
in item.cc, and adding it as non-class functions in item.cc
to be able to reuse this code for group_concat.
- Adding replacement for these functions into Item_func class
as wrappers for moved functions, to minizize patch size,
2005-07-26 12:52:02 +05:00
joreland@mysql.com
d3567611c6
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-push
2005-07-26 08:02:23 +02:00
joreland@mysql.com
be8d46028f
ndb_config test requires ndb
2005-07-26 07:59:10 +02:00
jimw@mysql.com
3409537f2a
Don't force column header to @@session.var_name if @@local.var_name
...
was used. (Bug #10724 )
2005-07-25 11:25:28 -07:00
joreland@mysql.com
01f5d4effd
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-push
2005-07-25 12:48:24 +02:00
joreland@mysql.com
7040b3277a
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-push
2005-07-25 12:42:32 +02:00
joreland@mysql.com
b285050e52
ndb - add mysql-test-run test case for ndb_config
2005-07-24 17:35:39 +02:00
jimw@mysql.com
535ba76b98
Merge mysql.com:/home/jimw/my/mysql-4.1-10407
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-07-22 11:57:34 -07:00
jimw@mysql.com
e26a344d19
Fix calculation for length of LPAD() and RPAD() reported to
...
client via mysql_fetch_fields(). (Bug #11311 )
2005-07-22 11:46:29 -07:00
bar@mysql.com
44a446dc07
ctype-gbk.c:
...
Bug #11987
mysql will truncate the text when the text contain GBK char:"0xA3A0" and "0xA1"
Allow to store and retrieve even unassigned GBK codes.
Like we did in Big5 earlier.
have_gbk.inc, have_gbk.require, ctype_gbk.result, ctype_gbk.test:
new file
2005-07-22 21:06:02 +05:00
bar@mysql.com
4d75b059c0
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/usr/home/bar/mysql-4.1.b11754
2005-07-22 13:27:30 +05:00
jimw@mysql.com
6eae678f56
Fix error message generated when trying to create a table in a
...
non-existent database. (Bug #10407 )
2005-07-21 20:08:54 -07:00
bar@mysql.com
6a97af8a02
Bug#11216: 'show character set' describes latin1 incorrectly
...
Index.xml:
Fixing latin1 comment:
it is actually cp1252, not iso-8859-1
ctype_latin1.result:
changeing test results accordingly.
ctype-latin1.c:
Fixed to- and from-Unicode conversion maps
for better Unicode round trip of undefined
characters.
2005-07-21 16:05:19 +05:00
bar@mysql.com
8564322500
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/usr/home/bar/mysql-4.1.innolike
2005-07-20 11:00:33 +05:00
monty@mishka.local
292aefeeca
Fixed some test cases that was not forgotten in a recent patch
2005-07-19 19:47:54 +03:00
monty@mishka.local
29d9aa65f3
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mishka.local:/home/my/mysql-4.1
2005-07-19 19:28:26 +03:00
monty@mishka.local
7e83d09ce7
Simple fixes during review of new code
2005-07-19 19:25:05 +03:00
bar@mysql.com
53478eb07f
ctype_utf8.result, ctype_utf8.test:
...
added test case
ctype-utf8.c:
bug#11754: SET NAMES utf8 followed by SELECT "A\\" LIKE "A\\" returns 0
2005-07-19 16:48:12 +05:00