unknown
e780245acc
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0
mysql-test/r/ndb_condition_pushdown.result:
Auto merged
sql/ha_ndbcluster.cc:
Auto merged
2006-09-12 16:24:39 +02:00
unknown
99b45a4dcc
Bug #21056 ndb pushdown equal/setValue error on datetime: Added missing order by
2006-09-06 11:54:01 +02:00
unknown
545c9b8fde
Bug #21056 ndb pushdown equal/setValue error on datetime: only pushdown like of string type fields
2006-09-05 17:07:00 +02:00
unknown
1cbebc6e18
ndb_condition_pushdown.result:
...
Corrected test case result after fix for bug#18165
view.result, view.test:
Corrected test case for bug#21261
mysql-test/t/view.test:
Corrected test case for bug#21261
mysql-test/r/view.result:
Corrected test case for bug#21261
mysql-test/r/ndb_condition_pushdown.result:
Corrected test case result after fix for bug#18165
2006-08-17 18:50:53 +04:00
unknown
de5de7c319
ndb - bug#20406 multi-platform testing - not FIX
2006-06-14 00:38:34 +02:00
unknown
303cdacd09
ndb - bug#17421, changes NDB API pushdown LIKE arg to plain char
...
mysql-test/r/ndb_condition_pushdown.result:
bug#17421, changes NDB API pushdown LIKE arg to plain char
mysql-test/t/ndb_condition_pushdown.test:
bug#17421, changes NDB API pushdown LIKE arg to plain char
ndb/include/ndbapi/NdbOperation.hpp:
bug#17421, changes NDB API pushdown LIKE arg to plain char
ndb/include/util/NdbSqlUtil.hpp:
bug#17421, changes NDB API pushdown LIKE arg to plain char
ndb/src/common/util/NdbSqlUtil.cpp:
bug#17421, changes NDB API pushdown LIKE arg to plain char
2006-05-05 00:53:34 +02:00
unknown
3372c31d12
Fix for Bug #15722 Engine_condition_pushdown fails when using blobs(text)
2006-03-28 09:59:20 +02:00
unknown
60e411eb32
type_binary.result, type_binary.test:
...
new file
mysql_fix_privilege_tables.sql, mysql_create_system_tables.sh:
Adding true BINARY/VARBINARY: fixing "password" type, not to be 0x00-padding.
Many files:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
Adding true BINARY/VARBINARY: new pad_char structure member.
ctype-bin.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
New strnxfrm, with two trailing length bytes.
field.cc:
Adding true BINARY/VARBINARY.
sql/field.cc:
Adding true BINARY/VARBINARY.
strings/ctype-big5.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-bin.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
New strnxfrm, with two trailing length bytes.
strings/ctype-cp932.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-czech.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-euc_kr.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-eucjpms.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-extra.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-gb2312.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-gbk.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-latin1.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-simple.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-sjis.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-tis620.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-uca.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-ucs2.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-ujis.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-utf8.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
strings/ctype-win1250ch.c:
Adding true BINARY/VARBINARY: new pad_char structure member.
include/m_ctype.h:
Adding true BINARY/VARBINARY: new pad_char structure member.
mysql-test/t/alter_table.test:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/t/binary.test:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/t/cast.test:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/t/ctype_cp1251.test:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/t/ctype_many.test:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/t/federated.test:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/t/func_in.test:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/t/ndb_condition_pushdown.test:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/t/ndb_types.test:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/t/sp.test:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/t/type_blob.test:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/r/alter_table.result:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/r/binary.result:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/r/cast.result:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/r/ctype_cp1251.result:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/r/ctype_many.result:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/r/federated.result:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/r/func_in.result:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/r/ndb_condition_pushdown.result:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/r/ndb_types.result:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/r/sp.result:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/r/system_mysql_db.result:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
mysql-test/r/type_blob.result:
Adding true BINARY/VARBINARY: fixing tests not to output 0x00 bytes.
scripts/mysql_create_system_tables.sh:
Adding true BINARY/VARBINARY: fixing "password" type, not to be 0x00-padding.
scripts/mysql_fix_privilege_tables.sql:
Adding true BINARY/VARBINARY: fixing "password" type, not to be 0x00-padding.
2005-10-13 19:16:19 +05:00
unknown
35fd641506
Fix for bug#12021
2005-07-31 21:33:46 +02:00
unknown
b8c37b9502
Removed bug introduced when implementing support for IN and BETWEEN
2005-06-02 14:46:58 +02:00
unknown
9f50c2ffac
Fixed handling of condition pushdown to storage engine of NO BETWEEN and NOT IN
2005-06-01 11:56:47 +02:00
unknown
267c5d7986
Added support for BETWEEN and IN in condition pushdown to ndbcluster by rewriting them as AND and OR expressions
2005-05-18 14:32:05 +02:00
unknown
9e04ebfa99
Fix for Bug #9246 Condition pushdown and left join, wrong result
2005-05-09 18:56:29 +02:00
unknown
3e59235ee1
Fix Bug #9517 Condition pushdown to storage engine does not work for update/delete
2005-04-04 21:38:05 +02:00
unknown
9f4c18f044
WL#2353 EXPLAIN support for condition pushdown
2005-03-14 15:26:10 +01:00
unknown
2b467d35e3
Added tests for BINARY|VARBINARY LIKE|NOT LIKE
2005-02-24 14:20:12 +01:00
unknown
161a434944
ndb - wl-1203 fix binary LIKE binary in ndb api
...
mysql-test/r/ndb_condition_pushdown.result:
fix binary LIKE binary in ndb api
mysql-test/t/ndb_condition_pushdown.test:
fix binary LIKE binary in ndb api
ndb/src/ndbapi/NdbDictionaryImpl.hpp:
fix binary LIKE binary in ndb api
ndb/src/ndbapi/NdbOperationInt.cpp:
fix binary LIKE binary in ndb api
ndb/src/ndbapi/NdbScanFilter.cpp:
fix binary LIKE binary in ndb api
2005-02-24 13:07:33 +01:00
unknown
c5acdd33bc
ha_ndbcluster.cc:
...
Fixed faulty debug printout
ndb_condition_pushdown.test, ndb_condition_pushdown.result:
Added BINARY and VARBINARY tests
mysql-test/r/ndb_condition_pushdown.result:
Added BINARY and VARBINARY tests
mysql-test/t/ndb_condition_pushdown.test:
Added BINARY and VARBINARY tests
sql/ha_ndbcluster.cc:
Fixed faulty debug printout
2005-02-23 17:18:06 +01:00
unknown
9968b41dbf
Fixes for condition pushdown to storage engine based on comments from code review
...
mysql-test/r/ndb_condition_pushdown.result:
Added more tests for condition pushdown to storage engine based on comments from code review
mysql-test/t/ndb_condition_pushdown.test:
Added more tests for condition pushdown to storage engine based on comments from code review
2005-02-23 15:51:26 +01:00
unknown
99284177a9
Added tests for newdecimal in condition pushdown
2005-02-17 11:16:24 +01:00
unknown
7185c070d0
Condition pushdown v.2
2005-02-11 22:05:24 +01:00
unknown
e9171b2cb3
Added (re-committing undone ChangeSet) tests for different int sizes in condition pushdown
2005-01-04 20:55:00 +01:00
unknown
bda84af2a6
Condition pushdown to storage engine
2004-12-17 21:13:22 +01:00