mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
INSERT ... UPDATE ... VALUES()
This commit is contained in:
@ -57,7 +57,7 @@ public:
|
||||
GEOM_GEOMETRYCOLLECTION = 7
|
||||
};
|
||||
enum imagetype { itRAW, itMBR};
|
||||
|
||||
|
||||
utype unireg_check;
|
||||
uint32 field_length; // Length of field
|
||||
uint16 flags;
|
||||
@ -83,7 +83,7 @@ public:
|
||||
virtual void reset_fields() {}
|
||||
virtual void set_default()
|
||||
{
|
||||
my_ptrdiff_t offset = table->default_values() - table->record[0];
|
||||
my_ptrdiff_t offset = table->default_values - table->record[0];
|
||||
memcpy(ptr, ptr + offset, pack_length());
|
||||
if (null_ptr)
|
||||
*null_ptr= ((*null_ptr & (uchar) ~null_bit) |
|
||||
|
Reference in New Issue
Block a user