1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge with 4.0.12

This commit is contained in:
monty@narttu.mysql.fi
2003-03-19 22:25:44 +02:00
45 changed files with 624 additions and 291 deletions

View File

@@ -40,7 +40,7 @@
#include <signal.h>
#include <violite.h>
const char *VER= "13.4";
const char *VER= "13.5";
/* Don't try to make a nice table if the data is too big */
#define MAX_COLUMN_LENGTH 1024
@@ -799,6 +799,7 @@ static int get_options(int argc, char **argv)
}
if (argc == 1)
{
skip_updates= 0;
my_free(current_db, MYF(MY_ALLOW_ZERO_PTR));
current_db= my_strdup(*argv, MYF(MY_WME));
}