mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge dli@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb-bj
into dev3-164.dev.cn.tlan:/home/dli/mysql/mysql-5.1/mysql-5.1-bug-19896 sql/log_event.cc: Auto merged sql/protocol.h: Auto merged sql/slave.cc: Auto merged
This commit is contained in:
@@ -59,6 +59,8 @@ public:
|
||||
String *storage_packet() { return packet; }
|
||||
inline void free() { packet->free(); }
|
||||
virtual bool write();
|
||||
inline bool store(int from)
|
||||
{ return store_long((longlong) from); }
|
||||
inline bool store(uint32 from)
|
||||
{ return store_long((longlong) from); }
|
||||
inline bool store(longlong from)
|
||||
|
||||
Reference in New Issue
Block a user