mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
merging.
This commit is contained in:
commit
75c2a822b8
3 changed files with 19 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ public:
|
|||
String *val_str(String *);
|
||||
void fix_length_and_dec()
|
||||
{
|
||||
Item_geometry_func::fix_length_and_dec();
|
||||
for (unsigned int i= 0; i < arg_count; ++i)
|
||||
{
|
||||
if (args[i]->fixed && args[i]->field_type() != MYSQL_TYPE_GEOMETRY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue