Skip to content

Commit ee6f05c

Browse files
committed
fixed output for --plugindir: plugindir option now prints PLUGIN_DIR instead of MARIADB_PLUGINDIR
1 parent 18fd29b commit ee6f05c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mariadb_config/mariadb_config.c.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static const char *values[]=
4444
PORT,
4545
PLUGIN_DIR
4646
};
47-
47+
4848
void usage(void)
4949
{
5050
int i=0;
@@ -100,7 +100,7 @@ int main(int argc, char **argv)
100100
puts(PORT);
101101
break;
102102
case 'p':
103-
puts(MARIADB_PLUGINDIR);
103+
puts(PLUGIN_DIR);
104104
break;
105105
case 'y':
106106
puts(LIBS_SYS);

0 commit comments

Comments
 (0)