mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixes during review of new code
- Mostly indentation fixes - Added missing test - Ensure that Item_func_case() checks for stack overruns - Use real_item() instead of (Item_ref*) item - Fixed wrong error handling
This commit is contained in:
@ -288,7 +288,7 @@ static struct my_option my_long_options[] =
|
||||
|
||||
static void print_version(void)
|
||||
{
|
||||
VOID(printf("%s Ver 1.22 for %s on %s\n",
|
||||
VOID(printf("%s Ver 1.23 for %s on %s\n",
|
||||
my_progname, SYSTEM_TYPE, MACHINE_TYPE));
|
||||
NETWARE_SET_SCREEN_MODE(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user