diff options
author | unknown <monty@narttu.mysql.fi> | 2003-05-19 12:01:38 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-05-19 12:01:38 +0300 |
commit | 18dd37b8a101dab654a896eabd9e73bc71aed8ca (patch) | |
tree | b1314e66378a9b302524b86c567ccb38a119223a /sql/init.cc | |
parent | 43d371409589e835779a6236050ce92bb7344dae (diff) | |
download | mariadb-git-18dd37b8a101dab654a896eabd9e73bc71aed8ca.tar.gz |
Added option --read-only (Thanks to Markus Benning)
myisam/myisamchk.c:
Removed warning from fulltext when repairing many tables with fulltext index
sql/init.cc:
Remove not used variables
sql/mysql_priv.h:
Remove not used variables
sql/mysqld.cc:
Removed not used variables
Added option --read-only
Change opt_do_pstack and master_ssl to get them to work with my_getopt
sql/set_var.cc:
Option --read-only
sql/sql_parse.cc:
Option --read-only
Diffstat (limited to 'sql/init.cc')
-rw-r--r-- | sql/init.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/init.cc b/sql/init.cc index df06ddd41ef..7d90cc564a1 100644 --- a/sql/init.cc +++ b/sql/init.cc @@ -38,13 +38,11 @@ void unireg_init(ulong options) init_my_atof(); /* use our atof */ #endif my_abort_hook=unireg_abort; /* Abort with close of databases */ - f_fyllchar=' '; /* Input fill char */ VOID(strmov(reg_ext,".frm")); for (i=0 ; i < 6 ; i++) // YYMMDDHHMMSS dayord.pos[i]=i; specialflag=SPECIAL_SAME_DB_NAME; - blob_newline='^'; /* Convert newline in blobs to this */ /* Make a tab of powers of 10 */ for (i=0,nr=1.0; i < array_elements(log_10) ; i++) { /* It's used by filesort... */ |