gkodinov/kgeorge@macbook.gmz
7cb4b7c19d
fixed warnings and compile errors from the fix for bug 26243
2008-03-29 09:52:16 +02:00
tnurnberg@mysql.com/white.intern.koehntopp.de
c6b4d7a7c4
Bug#34749: Server crash when using NAME_CONST() with an aggregate function
...
NAME_CONST('whatever', -1) * MAX(whatever) bombed since -1 was
not seen as constant, but as FUNCTION_UNARY_MINUS(constant)
while we are at the same time pretending it was a basic const
item. This confused the aggregate handlers in exciting ways.
We now make NAME_CONST() behave more consistently.
2008-02-28 14:23:22 +01:00
pekka@sama.ndb.mysql.com
82da7623d4
ndb - bug#29390: if ScanFilter is too large, abort or optionally discard it
2007-10-04 11:32:49 +02:00
mskold/marty@mysql.com/linux.site
44b6c2edad
bug#27494 An invalid subselect crashes mysql server: Added check for missing arguments
2007-09-13 09:47:21 +02:00
mskold/marty@mysql.com/linux.site
c68a4c9c6f
Back-ported compiler warning fixes from 5.1 to ease merging
2007-04-24 10:25:15 +02:00
mskold/marty@mysql.com/linux.site
91fb8b646f
Changed void* to const NdbDictionary::Table*
2007-04-23 12:12:44 +02:00
mskold/marty@mysql.com/linux.site
4ce556cdde
Changed descriptive comment
2007-04-23 11:27:13 +02:00
mskold/marty@mysql.com/linux.site
5d4f9e22b1
Moved all code related to engine_condition_pushdown to a new class,
...
ha_ndbcluster_cond.
Added new files:
sql/ha_ndbcluster_cond.h
sql/ha_ndbcluster_cond.cc
2007-04-23 11:25:33 +02:00