Grant Henke has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/16826 )

Change subject: Replace boost::iequals with our own implementation
......................................................................

Replace boost::iequals with our own implementation

This patch replaces uses of boost::iequals with our own implementation.
This is a step in our ongoing work to reduce dependence on boost.

Note that we don’t need to worry about locale awareness or performance
given all usage today is against ASCII strings (not locale specific) and are
not in performance sensitive code paths.

Change-Id: I6d2fdd30b739cee53e1551f784dbebfbe76e9233
Reviewed-on: http://gerrit.cloudera.org:8080/16826
Reviewed-by: Alexey Serbin <[email protected]>
Tested-by: Grant Henke <[email protected]>
---
M src/kudu/clock/hybrid_clock.cc
M src/kudu/hms/hms_client.cc
M src/kudu/integration-tests/hms_itest-base.cc
M src/kudu/rpc/sasl_common.cc
M src/kudu/security/tls_context.cc
M src/kudu/server/default_path_handlers.cc
M src/kudu/server/server_base.cc
M src/kudu/tools/ksck.cc
M src/kudu/tools/ksck.h
M src/kudu/tools/kudu-tool-test.cc
M src/kudu/tools/table_scanner.cc
M src/kudu/tools/tool_action_cluster.cc
M src/kudu/tools/tool_action_common.cc
M src/kudu/tools/tool_action_hms.cc
M src/kudu/tools/tool_action_master.cc
M src/kudu/tools/tool_action_table.cc
M src/kudu/tools/tool_action_test.cc
M src/kudu/tools/tool_action_tserver.cc
M src/kudu/util/flags.cc
M src/kudu/util/string_case-test.cc
M src/kudu/util/string_case.cc
M src/kudu/util/string_case.h
22 files changed, 164 insertions(+), 108 deletions(-)

Approvals:
  Alexey Serbin: Looks good to me, approved
  Grant Henke: Verified

--
To view, visit http://gerrit.cloudera.org:8080/16826
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I6d2fdd30b739cee53e1551f784dbebfbe76e9233
Gerrit-Change-Number: 16826
Gerrit-PatchSet: 11
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mahesh Reddy <[email protected]>

Reply via email to