1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

fix noisy warnings in header files

This commit is contained in:
Vladislav Vaintroub
2011-05-04 14:47:27 +02:00
parent 7191a44b4c
commit e4732a765e
3 changed files with 2 additions and 3 deletions

View File

@@ -679,7 +679,7 @@ public:
Server_side_cursor *cursor;
inline char *query() { return query_string.str; }
inline uint32 query_length() { return query_string.length; }
inline uint32 query_length() { return (uint32)query_string.length; }
void set_query_inner(char *query_arg, uint32 query_length_arg);
/**