| 3251 | } |
| 3252 | |
| 3253 | static long *mysql_sys_var_long(THD* thd, int offset) |
| 3254 | { |
| 3255 | return static_cast<long*>(intern_sys_var_ptr(thd, offset, true)); |
| 3256 | } |
| 3257 | |
| 3258 | static unsigned long *mysql_sys_var_ulong(THD* thd, int offset) |
| 3259 | { |
nothing calls this directly
no test coverage detected