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
unknown 5e2c06a1c7 In the handlerton, cursor creation function don't have an argument
and so the engine calls current_thd to derive transaction information;
instead we now pass THD to those functions, it looks more logical
(it makes the implicit current_thd parameter more visible).
Approved by Brian and Monty.


sql/handler.h:
  cursor's creation functions in the handlerton need a THD,
  it's better than have the engine call current_thd
sql/sql_cursor.cc:
  pass the THD instead of letting the engine call current_thd
storage/innobase/handler/ha_innodb.cc:
  use the passed THD instead of current_thd
storage/innobase/handler/ha_innodb.h:
  use the passed THD instead of current_thd
2006-09-28 13:19:43 +02:00
BitKeeper Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge 2006-09-23 07:54:40 +02:00
BUILD Merge brian@dib.tangent.org:/export/home/brian/mysql/gnu-5.1 2006-09-13 22:09:05 -07:00
client Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1 2006-09-23 08:45:26 +02:00
cmd-line-utils
config/ac-macros WL#3504 "plugin actions for engines' and plugins' unit tests" 2006-09-15 15:15:24 +02:00
dbug Merge maint2.mysql.com:/data/localhome/tsmith/bk/mrg50/50 2006-09-13 09:03:52 +02:00
Docs Merge trift2.:/MySQL/M50/mysql-5.0 2006-09-22 17:24:06 +02:00
extra Merge shellback.(none):/home/msvensson/mysql/work/my50-work 2006-09-15 15:45:03 +02:00
include Windows 64bit fixes 2006-09-21 15:19:20 +02:00
libmysql Merge maint2.mysql.com:/data/localhome/tsmith/bk/mrg50/50 2006-09-13 09:03:52 +02:00
libmysql_r Re-apply missing changeset, orignally pushed by elliot 2006-06-06 14:21:07 +03:00
libmysqld Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-09-14 23:53:35 +04:00
man Makefile.am, configure.in: 2006-07-28 23:12:40 +02:00
mysql-test Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1 2006-09-23 12:13:30 -07:00
mysys Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug04053/my50-bug04053 2006-08-30 21:53:33 -04:00
netware Fixed warning message breakage. 2006-08-13 22:28:41 -07:00
plugin minor plugin api fixes: 2006-09-07 12:56:32 +02:00
pstack
regex Merge mysql.com:/home/emurphy/src/bk-clean/tmp_merge 2006-06-23 17:27:54 -04:00
scripts mysql.spec.sh: 2006-09-24 00:41:20 +02:00
server-tools Post-merge fixes: 2006-09-13 15:37:35 -06:00
sql In the handlerton, cursor creation function don't have an argument 2006-09-28 13:19:43 +02:00
sql-common Merge maint2.mysql.com:/data/localhome/tsmith/bk/mrg50/50 2006-09-13 09:03:52 +02:00
storage In the handlerton, cursor creation function don't have an argument 2006-09-28 13:19:43 +02:00
strings Merge bk-internal.mysql.com:/data0/bk/mysql-5.1 2006-08-17 16:37:16 +02:00
support-files mysql.spec.sh: 2006-09-24 00:41:20 +02:00
tests Merge shellback.(none):/home/msvensson/mysql/bug22139/my50-bug22139 2006-09-15 16:41:50 +02:00
unittest WL#3504 "plugin actions for engines' and plugins' unit tests" 2006-09-15 15:15:24 +02:00
vio Merge shellback.(none):/home/msvensson/mysql/work/my50-work 2006-09-15 14:28:25 +02:00
win Deleted old storage directories (introduced by a buggy 5.0 -> 5.1 merge). 2006-09-21 08:57:47 +02:00
zlib Rename cmakelists.txt -> CMakeLists.txt 2006-05-12 10:51:07 +02:00
.bzrignore Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl 2006-09-22 12:39:29 +03:00
.cvsignore
CMakeLists.txt In current 5.1 build we don't build embedded server for windows (this will be 2006-09-18 17:28:17 +02:00
configure.in Merge trift2.:/MySQL/M50/mysql-5.0 2006-09-22 17:24:06 +02:00
COPYING
Makefile.am WL#3504 "plugin actions for engines' and plugins' unit tests" 2006-09-15 15:15:24 +02:00
README

This is a release of MySQL, a dual-license SQL database server.
MySQL is brought to you by the MySQL team at MySQL AB.

License information can be found in these files:
- For GPL (free) distributions, see the COPYING file.
- For commercial distributions, see the MySQLEULA.txt file.


For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http://dev.mysql.com/doc

Some manual sections of special interest:

- If you are migrating from an older version of MySQL, please read the
  "Upgrading from..." section first!
- To see what MySQL can do, take a look at the features section.
- For installation instructions, see the Installation chapter.
- For future plans, see the TODO appendix.
- For the new features/bugfix history, see the News appendix.
- For the currently known bugs/misfeatures (known errors) see the problems
  appendix.
- For a list of developers and other contributors, see the Credits
  appendix.

A local copy of the MySQL Reference Manual can be found in the Docs
directory in GNU Info format.  You can also browse the manual online or
download it in any of several formats at the URL given earlier in this
file.

************************************************************

IMPORTANT:

Bug or error reports should be sent to http://bugs.mysql.com.