diff options
author | guilhem@gbichot3.local <> | 2007-01-30 22:48:05 +0100 |
---|---|---|
committer | guilhem@gbichot3.local <> | 2007-01-30 22:48:05 +0100 |
commit | be389f62de783d1e1a82ca0f6d37083301f6005f (patch) | |
tree | 882f9a64d2c25aaf2e3c29ae0c6c167806bb794a /mysql-test/t/ps_grant.test | |
parent | 04a994580e5872b706d9634ec9b2a6cdf820f000 (diff) | |
download | mariadb-git-be389f62de783d1e1a82ca0f6d37083301f6005f.tar.gz |
Mechanical class renaming:
Protocol_simple->Protocol_text; Protocol_prep->Protocol_binary
and also THD::protocol_simple->THD::protocol_text,
THD::protocol_prep->THD::protocol_binary.
Reason: the binary protocol is not bound to be used only with
prepared statements long term (see WL#3559 "Decouple binary protocol
from prepared statements"). Renaming now is pressing because
the fix for BUG#735 "Prepared Statements: there is
no support for Query Cache" will introduce a new member
in class Query_cache_flags telling about the protocol's nature.
Other reason: "simple" is less accurate than "text".
Future patches for BUG#735 will rely on this cset.
Diffstat (limited to 'mysql-test/t/ps_grant.test')
0 files changed, 0 insertions, 0 deletions