mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base
into weblab.(none):/home/marcsql/TREE/mysql-5.1-rt-merge
This commit is contained in:
@ -1803,7 +1803,12 @@ class Send_field {
|
||||
*/
|
||||
|
||||
class Copy_field :public Sql_alloc {
|
||||
void (*get_copy_func(Field *to,Field *from))(Copy_field *);
|
||||
/**
|
||||
Convenience definition of a copy function returned by
|
||||
get_copy_func.
|
||||
*/
|
||||
typedef void Copy_func(Copy_field*);
|
||||
Copy_func *get_copy_func(Field *to, Field *from);
|
||||
public:
|
||||
uchar *from_ptr,*to_ptr;
|
||||
uchar *from_null_ptr,*to_null_ptr;
|
||||
|
Reference in New Issue
Block a user