| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Adding header include file guards to files that are missing such.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
between 5.0 and 5.1.
The problem was that in the patch for Bug#11986 it was decided
to store original query in UTF8 encoding for the INFORMATION_SCHEMA.
This approach however turned out to be quite difficult to implement
properly. The main problem is to preserve the same IS-output after
dump/restore.
So, the fix is to rollback to the previous functionality, but also
to fix it to support multi-character-set-queries properly. The idea
is to generate INFORMATION_SCHEMA-query from the item-tree after
parsing view declaration. The IS-query should:
- be completely in UTF8;
- not contain character set introducers.
For more information, see WL4052.
|
|\
| |
| |
| | |
into mysql.com:/home/hf/work/31155/my51-31155
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We use get_geometry_type() call to decide the exact type
of a geometry field to be created (POINT, POLYGON etc)
Though this function was only implemented for few items.
In the bug's case we need to call this function for the
Item_sum instance, where it was not implemented, what is
the reason of the crash.
Fixed by implementing virtual Item::get_geometry_type(),
so it can be called for any Item.
|
|\ \
| |/
| |
| | |
into mysql.com:/home/ram/work/b26038/b26038.5.1
|
| |\
| | |
| | |
| | | |
into mysql.com:/home/ram/work/b26038/b26038.5.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
NOT NULL
Having maybe_null flag unset for geometry/spatial functions leads to
wrong Item_func_isnull::val_int()'s results.
Fix: set maybe_null flag and add is_null() methods.
|
|\ \ \
| |/ /
| | |
| | | |
into mysql.com:/home/kent/bk/main/mysql-5.1
|
| | |
| | |
| | |
| | | |
Changed header to GPL version 2 only
|
|/ /
| |
| |
| |
| |
| |
| | |
Due to the complexity of this change, everything is documented in WL#3565
This patch is the third iteration, it takes into account the comments
received to date.
|
| |
| |
| |
| |
| | |
we didn't have code creating GEOMETRY-type fields from Items (expression results)
So i added this code
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
The AsBinary function returns VARCHAR data type with binary collation.
It can cause problem for clients that treat that kind of data as
different from BLOB type.
So now AsBinary returns BLOB.
|
|\ \
| |/
| |
| | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
|
| |
| |
| |
| | |
- Introduce ifdefs so we can control when to use #pragma interface on cygwin
|
|/ |
|
|
|
|
| |
CREATE TABLE t1 SELECT POINT(1,2); fixed
|
| |
|
|
|
|
|
| |
WL#1163 (Making spatial code optional)
Pack of changes to do in sql/ code.
|
|
|
|
|
| |
code covarage for srid, GeomFromText with 2 parameters
code covarage foe print() method of gis functions
|
|
|
|
| |
(SCRUM) (WL#1274)
|
|
|
|
|
|
|
|
| |
w/o zlib
moved them all from different places to item_strfunc.{h,cc}
checksum table command
Com_xxx status variables updated
|
| |
|
|
|