mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
post-review fixes
This commit is contained in:
@ -25,6 +25,9 @@ typedef struct field {
|
||||
uint length;
|
||||
} NAME_WITH_LENGTH;
|
||||
|
||||
/* default field length to be used in various field-realted functions */
|
||||
enum { DEFAULT_FIELD_LENGTH= 20 };
|
||||
|
||||
struct st_net;
|
||||
|
||||
int net_send_ok(struct st_net *net, unsigned long connection_id,
|
||||
|
Reference in New Issue
Block a user