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:
@@ -44,7 +44,7 @@ static const char *values[]=
|
||||
PORT,
|
||||
PLUGIN_DIR
|
||||
};
|
||||
|
||||
|
||||
void usage(void)
|
||||
{
|
||||
int i=0;
|
||||
@@ -100,7 +100,7 @@ int main(int argc, char **argv)
|
||||
puts(PORT);
|
||||
break;
|
||||
case 'p':
|
||||
puts(MARIADB_PLUGINDIR);
|
||||
puts(PLUGIN_DIR);
|
||||
break;
|
||||
case 'y':
|
||||
puts(LIBS_SYS);
|
||||
|
Reference in New Issue
Block a user