You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
fixed output for --plugindir: plugindir option now prints PLUGIN_DIR instead of MARIADB_PLUGINDIR
This commit is contained in:
@@ -100,7 +100,7 @@ int main(int argc, char **argv)
|
|||||||
puts(PORT);
|
puts(PORT);
|
||||||
break;
|
break;
|
||||||
case 'p':
|
case 'p':
|
||||||
puts(MARIADB_PLUGINDIR);
|
puts(PLUGIN_DIR);
|
||||||
break;
|
break;
|
||||||
case 'y':
|
case 'y':
|
||||||
puts(LIBS_SYS);
|
puts(LIBS_SYS);
|
||||||
|
Reference in New Issue
Block a user