mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
Fix compile failure, compare_key_parts in handler shadowed by MyRocks
The two functions have different signature. Use "using ..." to prevent shadowing
This commit is contained in:
parent
2fb881df1d
commit
adcfea710f
1 changed files with 1 additions and 0 deletions
|
@ -739,6 +739,7 @@ public:
|
|||
const TABLE *old_table_arg, const Rdb_tbl_def *old_tbl_def_arg) const
|
||||
MY_ATTRIBUTE((__nonnull__));
|
||||
|
||||
using handler::compare_key_parts;
|
||||
int compare_key_parts(const KEY *const old_key,
|
||||
const KEY *const new_key) const
|
||||
MY_ATTRIBUTE((__nonnull__, __warn_unused_result__));
|
||||
|
|
Loading…
Add table
Reference in a new issue