| 808 | set_query_inner(CSET_STRING(query_arg, query_length_arg, cs_arg)); |
| 809 | } |
| 810 | void reset_query_inner() |
| 811 | { |
| 812 | set_query_inner(CSET_STRING()); |
| 813 | } |
| 814 | /** |
| 815 | Name of the current (default) database. |
| 816 |
nothing calls this directly
no test coverage detected