You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-4839: Fix clang build (#2100)
* Fix clang build * Extern C returned to plugin_instance Co-authored-by: Leonid Fedorov <l.fedorov@mail.corp.ru>
This commit is contained in:
@ -95,7 +95,6 @@ const HexLookupTable hex_lookup_table = init_hex_lookup_table();
|
||||
|
||||
/* used in the bin2hex function */
|
||||
const char hex_upper[] = "0123456789ABCDEF";
|
||||
const char hex_lower[] = "0123456789abcdef";
|
||||
|
||||
HexLookupTable init_hex_lookup_table() noexcept
|
||||
{
|
||||
|
Reference in New Issue
Block a user