mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/opt/local/work/mysql-5.1-new
This commit is contained in:
commit
54c11dbe40
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ struct settings {
|
||||||
|
|
||||||
static BOOLEAN init_done= FALSE; /* Set to TRUE when initialization done */
|
static BOOLEAN init_done= FALSE; /* Set to TRUE when initialization done */
|
||||||
static struct settings init_settings;
|
static struct settings init_settings;
|
||||||
static char *db_process= 0; /* Pointer to process name; argv[0] */
|
static const char *db_process= 0;/* Pointer to process name; argv[0] */
|
||||||
|
|
||||||
typedef struct _db_code_state_ {
|
typedef struct _db_code_state_ {
|
||||||
const char *process; /* Pointer to process name; usually argv[0] */
|
const char *process; /* Pointer to process name; usually argv[0] */
|
||||||
|
|
Loading…
Add table
Reference in a new issue