MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
marko 93ec81bb6d branches/zip: Correct the initialization of the memory subsystem once
again, to finally put Issue #181 to rest.

Revert some parts of r4274.  It is best not to call ut_malloc() before
srv_general_init().

mem_init(): Do not call ut_mem_init().

srv_general_init(): Initialize the memory subsystem in two phases:
first ut_mem_init(), then mem_init().  This is because os_sync_init()
and sync_init() depend on ut_mem_init() and mem_init() depends on
os_sync_init() or sync_init().

srv_parse_data_file_paths_and_sizes(),
srv_parse_log_group_home_dirs(): Remove the output parameters.  Assign
to the global variables directly.  Allocate memory with malloc()
instead of ut_malloc(), because these functions will be called before
srv_general_init().

srv_free_paths_and_sizes(): New function, for cleaning up after
srv_parse_data_file_paths_and_sizes() and
srv_parse_log_group_home_dirs().

rb://92 approved by Sunny Bains
2009-02-25 10:09:15 +00:00
btr branches/zip: Adjust the fix of Issue #182 in r4269 per Inaam's suggestion. 2009-02-23 21:10:18 +00:00
buf
data
dict
dyn
eval
fil
fsp
fut
ha branches/zip: 2009-02-17 08:25:45 +00:00
handler branches/zip: Correct the initialization of the memory subsystem once 2009-02-25 10:09:15 +00:00
ibuf branches/zip: 2009-02-17 08:55:41 +00:00
include branches/zip: Correct the initialization of the memory subsystem once 2009-02-25 10:09:15 +00:00
lock branches/zip: 2009-02-17 09:50:12 +00:00
log branches/zip: 2009-02-17 09:50:12 +00:00
mach branches/zip: 2009-02-17 09:50:12 +00:00
mem branches/zip: Correct the initialization of the memory subsystem once 2009-02-25 10:09:15 +00:00
mtr branches/zip: 2009-02-17 09:53:58 +00:00
mysql-test branches/zip: Merge revisions 4261:4287 from branches/5.1: 2009-02-25 08:48:07 +00:00
os branches/zip: Remove unused function os_mem_alloc_nocache(). 2009-02-24 13:14:59 +00:00
page branches/zip: 2009-02-17 10:01:41 +00:00
pars branches/zip: 2009-02-17 10:30:55 +00:00
que branches/zip: 2009-02-17 10:01:41 +00:00
read branches/zip: 2009-02-17 10:01:41 +00:00
rem branches/zip: 2009-02-17 10:05:45 +00:00
row branches/zip: 2009-02-17 10:09:16 +00:00
scripts
srv branches/zip: Correct the initialization of the memory subsystem once 2009-02-25 10:09:15 +00:00
sync Minor cleanup of the Google SMP patch. 2009-02-17 12:26:53 +00:00
thr branches/zip: 2009-02-17 10:09:16 +00:00
trx branches/zip: 2009-02-17 10:12:56 +00:00
usr branches/zip: 2009-02-17 10:12:56 +00:00
ut branches/zip: ut_mem_init(): Add the assertion !ut_mem_block_list_inited. 2009-02-23 22:11:11 +00:00
win-plugin
ChangeLog branches/zip: 2009-02-25 09:08:32 +00:00
CMakeLists.txt
compile-innodb branches/zip: 2009-02-17 10:30:55 +00:00
compile-innodb-debug branches/zip: 2009-02-17 10:30:55 +00:00
COPYING
COPYING.Google branches/zip: 2009-02-20 21:29:32 +00:00
ha_innodb.def
Makefile.am
plug.in branches/zip: Issue #178 rb://91 2009-02-19 13:46:27 +00:00
revert_gen.sh
setup.sh branches/zip: 2009-02-17 10:30:55 +00:00