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
vasil bbbce3d8c9 branches/zip: Merge revision 4358 from branches/5.1 (resolving a conflict):
------------------------------------------------------------------------
  r4358 | vasil | 2009-03-05 21:21:10 +0200 (Thu, 05 Mar 2009) | 21 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
  
  branches/5.1:
  
  Merge a change from MySQL:
  
    ------------------------------------------------------------
    revno: 2728.19.1
    committer: Alfranio Correia <alfranio.correia@sun.com>
    branch nick: mysql-5.1-bugteam
    timestamp: Tue 2009-02-03 11:36:46 +0000
    message:
      BUG#42445 Warning messages in innobase/handler/ha_innodb.cc
            
      There was a type casting problem in the storage/innobase/handler/ha_innodb.cc,
      (int ha_innobase::write_row(...)). Innobase uses has an internal error variable
      of type 'ulint' while mysql uses an 'int'. 
            
      To fix the problem the function manipulates an error variable of
      type 'ulint' and only casts it into 'int' when needs to return the value.
    modified:
      storage/innobase/handler/ha_innodb.cc
  
  ------------------------------------------------------------------------
2009-03-05 20:27:54 +00:00
btr branches/zip: btr_check_blob_fil_page_type(): Do not report 2009-02-26 21:27:51 +00:00
buf branches/zip: 2009-02-17 08:12:02 +00:00
data branches/zip: 2009-02-17 08:12:02 +00:00
dict branches/zip: 2009-02-17 08:15:06 +00:00
dyn branches/zip: 2009-02-17 08:15:06 +00:00
eval branches/zip: 2009-02-17 08:15:06 +00:00
fil branches/zip: 2009-02-17 08:15:06 +00:00
fsp branches/zip: 2009-02-17 08:15:06 +00:00
fut branches/zip: 2009-02-17 08:15:06 +00:00
ha branches/zip: 2009-02-17 08:25:45 +00:00
handler branches/zip: Merge revision 4358 from branches/5.1 (resolving a conflict): 2009-03-05 20:27:54 +00:00
ibuf branches/zip: 2009-02-17 08:55:41 +00:00
include branches/zip: 2009-03-05 14:38:59 +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 4287:4357 from branches/5.1: 2009-03-05 20:23:17 +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 branches/zip: scripts/install_innodb_plugins_win.sql: New script, 2008-10-31 12:21:43 +00:00
srv branches/zip: 2009-03-05 11:49:51 +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: 2009-03-05 14:38:59 +00:00
win-plugin branches/zip: 2008-12-04 16:49:24 +00:00
ChangeLog branches/zip: 2009-02-25 15:19:19 +00:00
CMakeLists.txt branches/zip: fix issue #102 - Windows plugin: resolve dbug functions 2008-10-29 06:29:01 +00:00
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 branches/zip: 2009-02-17 07:06:07 +00:00
COPYING.Google branches/zip: 2009-02-20 21:29:32 +00:00
ha_innodb.def branches/zip: ChangeLog, ha_innodb.def: Set svn:eol-style native 2008-10-30 10:46:21 +00:00
Makefile.am branches/zip: Merge 2423:2437 from branches/5.1: 2008-04-30 16:59:16 +00:00
plug.in branches/zip: 2009-03-05 14:38:59 +00:00
revert_gen.sh branches/zip: Merge revisions 265:459 from trunk. 2006-04-12 09:32:17 +00:00
setup.sh branches/zip: 2009-02-26 07:21:20 +00:00