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
Rich Prohaska 25a4286b74 the key compare function should just compare 2 keys without any other context.
the old key compare function uses extra context: the bdb_return_if_eq and insert_or_update.  this will not work in tokudb as keys are compared after the insert has already completed.  

the bdb_return_if_eq will be replaced with some new cursor operations.  the insert_or_update feature applies to varchar keys (and is not compiled into the 5.1.22 code).



git-svn-id: file:///svn/mysql/tokudb-engine/src@2400 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-17 00:01:38 -04:00
mysql-test refs #6372 redo ext keys so that we dont have to upgrade the frm files 2013-04-08 21:53:05 +00:00
scripts Import make.mysql.bash@HEAD 2013-04-16 23:57:16 -04:00
storage/tokudb the key compare function should just compare 2 keys without any other context. 2013-04-17 00:01:38 -04:00