Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When option `useServerPrepStmts` is set, every prepared statement will use server side prepared statement. There is some specific command where user might prefer to use server side prepared statement.
Goal here is that commands prefixed with
/*client prepare*/ |
will use client side prepared statement when `useServerPrepStmts` is enable.
while not very important, I think "text" is not an ideal marker for that. There is client-side or server-side prepared statements, it is what meant here. , while "text" vs "binary" is just encoding of the result set row, nothing else.
So , I think /* client prepare / and / server prepare / or anything that emphasize client-side vs server-side is better than / text / or / binary / . Even / c */ is