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 cbc35003f7 branches/zip: Non-functional change: Add some missing const qualifiers.
btr_index_rec_validate_report(), btr_index_rec_validate(): Add const
qualifiers to page, rec, index.

row_vers_old_has_index_entry(), row_vers_build_for_consistent_read():
Add const qualifier to rec.

row_vers_build_for_semi_consistent_read(): Add const qualifier to rec
and old_vers.

row_sel_store_row_id_to_prebuilt(): Add const qualifiers to
index_rec, index, offsets.

row_sel_build_prev_vers_for_mysql(): Add const qualifier to rec.

row_sel_get_clust_rec_for_mysql(): Add const qualifier to rec and out_rec.

row_sel_try_search_shortcut_for_mysql(): Add const qualifier to out_rec.
2008-03-13 09:29:22 +00:00
btr branches/zip: Non-functional change: Add some missing const qualifiers. 2008-03-13 09:29:22 +00:00
buf branches/zip: buf_read_ahead_random(), buf_read_ahead_linear(): 2008-03-05 09:16:40 +00:00
data branches/zip: Implement the configuration parameter and settable global 2008-03-10 11:05:32 +00:00
dict branches/zip: dict_table_print_low(): Print table->flags, so that users 2008-03-11 08:57:25 +00:00
dyn
eval
fil branches/zip: Implement the configuration parameter and settable global 2008-03-10 11:05:32 +00:00
fsp branches/zip: Implement the configuration parameter and settable global 2008-03-10 11:05:32 +00:00
fut
ha branches/zip: ut_is_2pow(), ut_2pow_round(), ut_2pow_remainder(): Define 2008-03-05 09:41:51 +00:00
handler branches/zip: Implement the configuration parameter and settable global 2008-03-10 11:05:32 +00:00
ibuf branches/zip: Implement the configuration parameter and settable global 2008-03-10 11:05:32 +00:00
include branches/zip: Non-functional change: Add some missing const qualifiers. 2008-03-13 09:29:22 +00:00
lock branches/zip: Fix most MSVC (Windows) compilation warnings. 2008-03-04 08:57:07 +00:00
log branches/zip: Implement the configuration parameter and settable global 2008-03-10 11:05:32 +00:00
mach
mem
mtr
mysql-test branches/zip: Implement the configuration parameter and settable global 2008-03-10 11:05:32 +00:00
os branches/zip: ut_is_2pow(), ut_2pow_round(), ut_2pow_remainder(): Define 2008-03-05 09:41:51 +00:00
page branches/zip: Fix most MSVC (Windows) compilation warnings. 2008-03-04 08:57:07 +00:00
pars
que
read
rem
row branches/zip: Non-functional change: Add some missing const qualifiers. 2008-03-13 09:29:22 +00:00
scripts branches/zip: scripts/dynconfig: Correct misleading usage message. 2008-02-08 12:31:13 +00:00
srv branches/zip: Implement the configuration parameter and settable global 2008-03-10 11:05:32 +00:00
sync branches/zip: Merge 2263:2295 from branches/5.1. 2008-02-18 20:09:03 +00:00
thr
trx branches/zip: Implement the configuration parameter and settable global 2008-03-10 11:05:32 +00:00
usr
ut branches/zip: Add a UNIV_INTERN qualifier to every global function declaration 2008-02-18 18:38:33 +00:00
CMakeLists.txt branches/zip: Update CMakeLists.txt to correspond to Makefile.am. 2008-02-29 21:45:22 +00:00
compile-innodb
compile-innodb-debug
innodb.patch
Makefile.am branches/zip: Pass -prefer-non-pic only on IA-32 (x86) when building 2008-02-12 22:05:01 +00:00
plug.in branches/zip: Pass -prefer-non-pic only on IA-32 (x86) when building 2008-02-12 22:05:01 +00:00
revert_gen.sh
setup.sh