summaryrefslogtreecommitdiff
path: root/mysys/my_default.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.0 into 10.1Marko Mäkelä2018-04-241-4/+6
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-4/+6
| |
* | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2018-03-161-2/+2
| | | | | | | | Eliminated last exit() call from libmysqld.
* | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-2/+3
|\ \ | |/
| * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-2/+3
| |
* | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-191-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | find_type_or_exit() client helper did exit(1) on error, exit(1) moved to clients. mysql_read_default_options() did exit(1) on error, error is passed through and handled now. my_str_malloc_default() did exit(1) on error, replaced my_str_ allocator functions with normal my_malloc()/my_realloc()/my_free(). sql_connect.cc did many exit(1) on hash initialisation failure. Removed error check since my_hash_init() never fails. my_malloc() did exit(1) on error. Replaced with abort(). my_load_defaults() did exit(1) on error, replaced with return 2. my_load_defaults() still does exit(0) when invoked with --print-defaults.
* | spelling fixesklemens2017-03-071-3/+3
| |
* | Merge 10.0 into 10.1Marko Mäkelä2017-01-101-1/+6
|\ \ | |/
| * MDEV-11087 Search path for my.ini is wrong for default installationVladislav Vaintroub2017-01-061-1/+6
| | | | | | | | | | Add <install_root>/data/my.ini to the search path - this my.ini location is used since MariaDB 5.2
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
|\ \ | |/
| * Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
| |
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-0/+1
|\ \ | |/
| * Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-0/+1
| |
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-1/+1
|\ \ | |/
| * MDEV-7530 !includedir reads files in random orderSergei Golubchik2015-02-251-1/+1
| |
| * MDEV-6939 : Dots in file names of configuration filesNirbhay Choubey2014-10-291-1/+1
| | | | | | | | | | | | | | Use fn_ext2() to get the file extension from last occurrence of FN_EXTCHAR ('.') instead. Also made some cosmetic changes in mysys/mf_fn_ext.c.
* | Push for testing of encryptionMonty2015-02-101-3/+2
| |
* | small cleanup of my_default.cSergei Golubchik2015-02-101-3/+3
| |
* | MDEV-6939 : Dots in file names of configuration filesNirbhay Choubey2014-10-291-1/+1
|/ | | | | Use fn_ext2() to get the file extension from last occurrence of FN_EXTCHAR ('.') instead.
* MDEV-6485 Hard-coded paths in the source cannot be opt-outSergei Golubchik2014-08-031-6/+5
| | | | | when looking for my.cnf files: if DEFAULT_SYSCONFDIR (or INSTALL_SYSCONFDIR) is specified (for rpms it always is), use that instead of hardcoded /etc path.
* 10.0-monty mergeSergei Golubchik2013-07-211-3/+3
| | | | | | | | includes: * remove some remnants of "Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONING" * introduce LOCK_share, now LOCK_ha_data is strictly for engines * rea_create_table() always creates .par file (even in "frm-only" mode) * fix a 5.6 bug, temp file leak on dummy ALTER TABLE
* Temporary commit of 10.0-mergeMichael Widenius2013-03-261-0/+1248