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
heikki 2f2c5642f6 Fix MySQL-5.1 bug http://bugs.mysql.com/bug.php?id=17992 and its
duplicate http://bugs.mysql.com/bug.php?id=17134 : MySQL's partitioned 
table code does not set prebuilt->sql_stat_start right if it does an 
insert in the same statement after doing a search first in the same 
partition table. We now write trx id always to the buffer, not just when 
flag sql_stat_start is on. This will waste CPU time very slightly.
2006-03-21 15:57:55 +00:00
btr Merge r328:340 from branches/5.0: 2006-03-17 08:20:14 +00:00
buf Merge r328:340 from branches/5.0: 2006-03-17 08:20:14 +00:00
data Port r292 from branches/fts: 2006-03-08 13:30:54 +00:00
dict Do not use inlined functions in ha_innodb.cc. 2006-03-13 09:27:34 +00:00
dyn Style cleanups: Convert spaces to tabs, remove trailing whitespace, other 2006-02-21 12:37:54 +00:00
eval Style cleanups: Convert spaces to tabs, remove trailing whitespace, other 2006-02-21 12:37:54 +00:00
fil Remove tabs from within printed strings and two instances of trailing 2006-02-24 09:41:20 +00:00
fsp Fix wrong placement of static keyword in a few places. 2006-02-23 11:35:28 +00:00
fut Style cleanups: Convert spaces to tabs, remove trailing whitespace, other 2006-02-21 12:37:54 +00:00
ha Style cleanups: Convert spaces to tabs, remove trailing whitespace, other 2006-02-21 12:37:54 +00:00
handler Merge r357 from branches/5.0: Fix bug #18350 Use consistent read in 2006-03-21 10:00:30 +00:00
ibuf Remove "ibool comp" from dict_table_t and replace it with "ulint flags" 2006-02-27 09:11:57 +00:00
include Add support for UNSIGNED types in InnoDB's SQL parser. 2006-03-17 12:44:34 +00:00
lock Remove "ibool comp" from dict_table_t and replace it with "ulint flags" 2006-02-27 09:11:57 +00:00
log Remove "ibool comp" from dict_table_t and replace it with "ulint flags" 2006-02-27 09:11:57 +00:00
mach Style cleanups: Convert spaces to tabs, remove trailing whitespace, other 2006-02-21 12:37:54 +00:00
mem Add (void*) casts when using the %p printf format specifier. 2006-03-16 07:47:55 +00:00
mtr Remove "ibool comp" from dict_table_t and replace it with "ulint flags" 2006-02-27 09:11:57 +00:00
mysql-test Merge changes from MySQL that were identified when merging r269 to MySQL. 2006-03-10 14:26:08 +00:00
os Add (void*) casts when using the %p printf format specifier. 2006-03-16 07:47:55 +00:00
page Remove "ibool comp" from dict_table_t and replace it with "ulint flags" 2006-02-27 09:11:57 +00:00
pars Add support for UNSIGNED types in InnoDB's SQL parser. 2006-03-17 12:44:34 +00:00
que Change ut_print_buf() and mem_analyze_corruption() to take a void*, not a 2006-03-06 09:45:04 +00:00
read Remove trailing whitespaces and fix style on function comments. 2006-03-02 07:57:10 +00:00
rem Remove "ibool comp" from dict_table_t and replace it with "ulint flags" 2006-02-27 09:11:57 +00:00
row Fix MySQL-5.1 bug http://bugs.mysql.com/bug.php?id=17992 and its 2006-03-21 15:57:55 +00:00
srv Remove "ibool comp" from dict_table_t and replace it with "ulint flags" 2006-02-27 09:11:57 +00:00
sync Add (void*) casts when using the %p printf format specifier. 2006-03-16 07:47:55 +00:00
thr Style cleanups: Convert spaces to tabs, remove trailing whitespace, other 2006-02-21 12:37:54 +00:00
trx Change ut_print_buf() and mem_analyze_corruption() to take a void*, not a 2006-03-06 09:45:04 +00:00
usr Fix wrong placement of static keyword in a few places. 2006-02-23 11:35:28 +00:00
ut Port parts of r211 from branches/fts: 2006-03-10 11:00:58 +00:00
compile-innodb Port r136 from branches/5.0 (slightly tweaked for 5.1): 2006-01-17 14:02:20 +00:00
compile-innodb-debug Add compile-innodb-debug and modify setup.sh to copy it to ../BUILD. 2005-11-04 07:53:04 +00:00
configure.in Add "-Werror-implicit-function-declaration" to CFLAGS when using gcc. 2006-03-17 11:36:16 +00:00
export.sh export.sh: Store log messages in export directory and refactor operations 2005-11-07 13:52:11 +00:00
Makefile.am From MySQL: 2005-12-20 09:41:30 +00:00
setup.sh Port r136 from branches/5.0 (slightly tweaked for 5.1): 2006-01-17 14:02:20 +00:00