~drizzle-trunk/drizzle/development

  • Committer: Lee Bieber
  • Date: 2010-11-08 00:56:57 UTC
  • mfrom: (1911.1.4 build)
  • Revision ID: kalebral@gmail.com-20101108005657-tvx0sxjyx29ldrh7
Merge Stewart - Fix bug 616466: auto_increment and PBMS problem - adds test case for this, can no longer reproduce the problem
Merge Stewart - fix bug 621755: blitzdb dictionary not updated after alter table
Merge Stewart - fix bug 668880: remove use of exit in archive storage engine
Merge Gustaf - replace macros functions
Filename Latest Rev Last Changed Committer Comment Size
..
authentication.cc 1530.2.5 14 years ago Monty Taylor Renamed classes that were in drizzled::plugin but 2.9 KB Diff Download File
authentication.h 1317.1.3 14 years ago Monty Taylor Fixed Authentication plugin interface to use Secur 1.8 KB Diff Download File
authorization.cc 1660.1.1 14 years ago Brian Aker Merge in move identifier work. 7.2 KB Diff Download File
authorization.h 1660.1.1 14 years ago Brian Aker Merge in move identifier work. 4 KB Diff Download File
client.cc 1502.3.1 14 years ago Monty Taylor Add cstdio include to files needing it. Fixes the 2.5 KB Diff Download File
client.h 1280.1.10 14 years ago Monty Taylor Put everything in drizzled into drizzled namespace 3.9 KB Diff Download File
daemon.h 1324.2.3 14 years ago Monty Taylor Remove plugin deinit. 1.4 KB Diff Download File
error_message.cc 1578.6.6 14 years ago Brian Aker Remove current_session (which... would not even be 3.6 KB Diff Download File
error_message.h 1280.1.10 14 years ago Monty Taylor Put everything in drizzled into drizzled namespace 1.7 KB Diff Download File
event_observer.cc 1877.2.15 13 years ago Brian Aker Move table_share over into definition and fix head 18.8 KB Diff Download File
event_observer.h 1891.2.1 13 years ago Monty Taylor Fixed things to make things compile with clang 16.5 KB Diff Download File
function.cc 1751.3.2 14 years ago Brian Aker Adding in data dictionary table to list out functi 2.1 KB Diff Download File
function.h 1751.3.2 14 years ago Brian Aker Adding in data dictionary table to list out functi 2.5 KB Diff Download File
listen.cc 1743.4.1 14 years ago LinuxJedi Make sure unireg_abort shows the reason for the fa 4 KB Diff Download File
listen.h 1280.1.10 14 years ago Monty Taylor Put everything in drizzled into drizzled namespace 2.7 KB Diff Download File
listen_tcp.cc 1863.1.7 13 years ago Monty Taylor Add a constrained_value class which allows us to s 6.1 KB Diff Download File
listen_tcp.h 1280.1.10 14 years ago Monty Taylor Put everything in drizzled into drizzled namespace 2.2 KB Diff Download File
logging.cc 1530.2.5 14 years ago Monty Taylor Renamed classes that were in drizzled::plugin but 5.1 KB Diff Download File
logging.h 1316.1.1 14 years ago Joe Daly add plugin handle to logging to indicate when the 1.8 KB Diff Download File
monitored_in_transaction.cc 1328 14 years ago Brian Aker Bad config.h 1.1 KB Diff Download File
monitored_in_transaction.h 1328 14 years ago Brian Aker Bad config.h 3.1 KB Diff Download File
null_client.h 1280.1.10 14 years ago Monty Taylor Put everything in drizzled into drizzled namespace 2.4 KB Diff Download File
plugin.cc 1530.2.5 14 years ago Monty Taylor Renamed classes that were in drizzled::plugin but 1.2 KB Diff Download File
plugin.h 1784.4.1 13 years ago Paul McCullagh Fixed PBXT recovery and shutdown, added shutdownPl 2 KB Diff Download File
query_cache.cc 1643.6.18 14 years ago Djellel E. Difallah typedef of vector<plugin::QueryCache *> into Query 6 KB Diff Download File
query_cache.h 1643.6.5 14 years ago Djellel E. Difallah retrieve data from the local cache 2.5 KB Diff Download File
query_rewrite.cc 1530.2.5 14 years ago Monty Taylor Renamed classes that were in drizzled::plugin but 1.9 KB Diff Download File
query_rewrite.h 1307.1.6 14 years ago Padraig O'Sullivan Updated the query rewriting API based on a suggest 2.3 KB Diff Download File
replication.h 1405.3.7 14 years ago Jay Pipes Change to non-const Session reference in replicati 1.2 KB Diff Download File
scheduler.cc 1703.2.1 14 years ago David Shrewsbury Make 0 thread_stack mean use the OS default 2.8 KB Diff Download File
scheduler.h 1703.2.1 14 years ago David Shrewsbury Make 0 thread_stack mean use the OS default 2.1 KB Diff Download File
schema_engine.cc 1856.2.8 13 years ago Joseph Daly working alter, drop, create schema 6 KB Diff Download File
storage_engine.cc 1869.1.4 13 years ago Brian Aker TableShare is no longer in the house (i.e. we no l 28.8 KB Diff Download File
storage_engine.h 1856.2.11 13 years ago Joseph Daly merge trunk 15.4 KB Diff Download File
table_function.cc 1812.5.5 13 years ago Brian Aker Added in possibility of having a blob type returne 6.9 KB Diff Download File
table_function.h 1874.2.4 13 years ago Brian Aker Have show functions be invisible. 4.5 KB Diff Download File
transaction_applier.cc 1405.6.1 14 years ago Jay Pipes This patch adds the following functionality: * Re 1.1 KB Diff Download File
transaction_applier.h 1405.6.1 14 years ago Jay Pipes This patch adds the following functionality: * Re 2.6 KB Diff Download File
transaction_reader.h 1273.22.1 14 years ago Jay Pipes Completes the blueprint for refactoring applier ou 2.3 KB Diff Download File
transaction_replicator.cc 1405.6.1 14 years ago Jay Pipes This patch adds the following functionality: * Re 1.5 KB Diff Download File
transaction_replicator.h 1405.6.1 14 years ago Jay Pipes This patch adds the following functionality: * Re 2.9 KB Diff Download File
transactional_storage_engine.cc 1273.1.30 14 years ago Jay Pipes * Completes the blueprint for splitting the XA Res 4.5 KB Diff Download File
transactional_storage_engine.h 1856.2.18 13 years ago Joseph Daly code cleanup, test fixes 7 KB Diff Download File
version.h.in 1253.2.1 14 years ago Monty Taylor Moved plugin versioning out of drizzled/configmake 1.1 KB Diff Download File
xa_resource_manager.cc 1720.5.3 14 years ago Monty Taylor Removed a HASH in xa_resource_manager. It's not ac 6.5 KB Diff Download File
xa_resource_manager.h 1856.2.5 13 years ago Joseph Daly rework names for retrieving current trans id 3.8 KB Diff Download File
xa_storage_engine.cc 1720.5.3 14 years ago Monty Taylor Removed a HASH in xa_resource_manager. It's not ac 1.9 KB Diff Download File
xa_storage_engine.h 1273.1.30 14 years ago Jay Pipes * Completes the blueprint for splitting the XA Res 4.2 KB Diff Download File