~drizzle-trunk/drizzle/development

  • Committer: Brian Aker
  • Date: 2010-08-08 18:29:57 UTC
  • mto: (1698.1.1 drizzle)
  • Revision ID: brian@gaz-20100808182957-c1djnpar9g3gjj4e
This places keycache directly into the table (ie it is now mapped 1=1).
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 1548.2.12 14 years ago Barry.Leslie at PrimeBase Merge from drizzle trunk. 17.2 KB Diff Download File
event_observer.h 1548.2.12 14 years ago Barry.Leslie at PrimeBase Merge from drizzle trunk. 15 KB Diff Download File
function.cc 1678.1.1 14 years ago Monty Taylor Removed our unordered wrappers. We use Boost now. 2.1 KB Diff Download File
function.h 1280.1.10 14 years ago Monty Taylor Put everything in drizzled into drizzled namespace 2.3 KB Diff Download File
listen.cc 1241.9.36 14 years ago Monty Taylor ZOMG. I deleted drizzled/server_includes.h. 3.9 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 1625.1.6 14 years ago Monty Taylor Fixed newline issue. 6 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 1530.2.5 14 years ago Monty Taylor Renamed classes that were in drizzled::plugin but 1.7 KB Diff Download File
query_cache.cc 1530.2.5 14 years ago Monty Taylor Renamed classes that were in drizzled::plugin but 7.5 KB Diff Download File
query_cache.h 1324.2.3 14 years ago Monty Taylor Remove plugin deinit. 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 1530.2.5 14 years ago Monty Taylor Renamed classes that were in drizzled::plugin but 2.8 KB Diff Download File
scheduler.h 1280.1.10 14 years ago Monty Taylor Put everything in drizzled into drizzled namespace 2.1 KB Diff Download File
schema_engine.cc 1663.1.4 14 years ago Brian Aker Removed identifier bit 6 KB Diff Download File
storage_engine.cc 1685.2.10 14 years ago Brian Aker Optimize the string comparison a bit. 28.8 KB Diff Download File
storage_engine.h 1680.6.1 14 years ago Brian Aker Remove call for using special new for a cursor. 15.7 KB Diff Download File
table_function.cc 1660 14 years ago Brian Aker MErge in change to do YES/NO like standard require 6.5 KB Diff Download File
table_function.h 1669.3.3 14 years ago Brian Aker Remove the need for tolower in retrieval of table 4.4 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 1273.1.30 14 years ago Jay Pipes * Completes the blueprint for splitting the XA Res 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 1471.3.2 14 years ago Monty Taylor Merged in old drizzled-as-lib patch. 6.3 KB Diff Download File
xa_resource_manager.h 1273.1.30 14 years ago Jay Pipes * Completes the blueprint for splitting the XA Res 3.3 KB Diff Download File
xa_storage_engine.cc 1471.3.2 14 years ago Monty Taylor Merged in old drizzled-as-lib patch. 2 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