mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
bit type
This commit is contained in:
parent
eaec00b19b
commit
d7285006cf
27 changed files with 1050 additions and 40 deletions
|
|
@ -485,6 +485,9 @@ void (*Copy_field::get_copy_func(Field *to,Field *from))(Copy_field*)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (to->real_type() == FIELD_TYPE_BIT ||
|
||||
from->real_type() == FIELD_TYPE_BIT)
|
||||
return do_field_int;
|
||||
// Check if identical fields
|
||||
if (from->result_type() == STRING_RESULT)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue