~drizzle-trunk/drizzle/development

  • Committer: Stewart Smith
  • Date: 2009-06-16 03:02:59 UTC
  • Revision ID: stewart@flamingspork.com-20090616030259-tn2thqrajk6cappd
ER_NISAMCHK is unused, mark it as so. Thanks to Paul DuBois for researching this for MySQL.
Filename Latest Rev Last Changed Committer Comment Size
..
curdate.cc 907.1.8 15 years ago Jay Pipes Final removal of timezones 2.7 KB Diff Download File
curdate.h 1019.1.4 15 years ago Brian Aker Once again... removed vcol code. 2.3 KB Diff Download File
date.cc 873.1.9 15 years ago Jay Pipes This patch fixes the following functions to proper 1.8 KB Diff Download File
date.h 873.1.9 15 years ago Jay Pipes This patch fixes the following functions to proper 3.3 KB Diff Download File
date_add_interval.cc 907.1.4 15 years ago Jay Pipes Merging in old r904 temporal changes 4.8 KB Diff Download File
date_add_interval.h 670.1.22 15 years ago Monty Taylor Merged from Lee. 1.7 KB Diff Download File
date_format.cc 1022.1.3 15 years ago Brian Aker Force UTF8 (remove the bits for looking for ascii) 11.9 KB Diff Download File
date_format.h 670.1.20 15 years ago Monty Taylor Renamed functions to function... everything else i 1.5 KB Diff Download File
dayname.cc 670.1.20 15 years ago Monty Taylor Renamed functions to function... everything else i 1.3 KB Diff Download File
dayname.h 670.1.20 15 years ago Monty Taylor Renamed functions to function... everything else i 1.4 KB Diff Download File
dayofmonth.cc 813.1.19 15 years ago Jay Pipes To remain in compatibility with MySQL, added abili 2.8 KB Diff Download File
dayofmonth.h 1019.1.4 15 years ago Brian Aker Once again... removed vcol code. 1.3 KB Diff Download File
dayofyear.cc 813.1.19 15 years ago Jay Pipes To remain in compatibility with MySQL, added abili 3 KB Diff Download File
dayofyear.h 642.1.30 15 years ago Lee move math functions to drizzled/function/math dire 1.2 KB Diff Download File
extract.cc 813.1.24 15 years ago Jay Pipes fixed logic error in EXTRACT() function whereby da 11.9 KB Diff Download File
extract.h 642.1.30 15 years ago Lee move math functions to drizzled/function/math dire 1.4 KB Diff Download File
from_days.cc 873.1.15 15 years ago Jay Pipes This fixes the bug which was not properly evaluati 1.9 KB Diff Download File
from_days.h 1019.1.4 15 years ago Brian Aker Once again... removed vcol code. 1.9 KB Diff Download File
from_unixtime.cc 907.1.7 15 years ago Jay Pipes Merged in remove-timezone work 2.6 KB Diff Download File
from_unixtime.h 670.1.20 15 years ago Monty Taylor Renamed functions to function... everything else i 1.3 KB Diff Download File
get_interval_value.cc 670.1.20 15 years ago Monty Taylor Renamed functions to function... everything else i 6.8 KB Diff Download File
get_interval_value.h 670.1.20 15 years ago Monty Taylor Renamed functions to function... everything else i 1.1 KB Diff Download File
hour.cc 813.1.19 15 years ago Jay Pipes To remain in compatibility with MySQL, added abili 4.1 KB Diff Download File
hour.h 642.1.30 15 years ago Lee move math functions to drizzled/function/math dire 1.2 KB Diff Download File
last_day.cc 873.1.9 15 years ago Jay Pipes This patch fixes the following functions to proper 3.9 KB Diff Download File
last_day.h 873.1.9 15 years ago Jay Pipes This patch fixes the following functions to proper 1.9 KB Diff Download File
makedate.cc 907.1.2 15 years ago Jay Pipes Merging in old r902 temporal changes 2.9 KB Diff Download File
makedate.h 670.1.20 15 years ago Monty Taylor Renamed functions to function... everything else i 1.3 KB Diff Download File
microsecond.cc 813.1.19 15 years ago Jay Pipes To remain in compatibility with MySQL, added abili 4.2 KB Diff Download File
microsecond.h 642.1.30 15 years ago Lee move math functions to drizzled/function/math dire 1.2 KB Diff Download File
minute.cc 813.1.19 15 years ago Jay Pipes To remain in compatibility with MySQL, added abili 4.1 KB Diff Download File
minute.h 642.1.30 15 years ago Lee move math functions to drizzled/function/math dire 1.2 KB Diff Download File
month.cc 813.1.19 15 years ago Jay Pipes To remain in compatibility with MySQL, added abili 3.4 KB Diff Download File
month.h 1019.1.4 15 years ago Brian Aker Once again... removed vcol code. 1.9 KB Diff Download File
now.cc 907.1.8 15 years ago Jay Pipes Final removal of timezones 3 KB Diff Download File
now.h 1019.1.4 15 years ago Brian Aker Once again... removed vcol code. 2.6 KB Diff Download File
period_add.cc 907.1.3 15 years ago Jay Pipes Merging in old r903 temporal changes 1.3 KB Diff Download File
period_add.h 642.1.30 15 years ago Lee move math functions to drizzled/function/math dire 1.2 KB Diff Download File
period_diff.cc 907.1.3 15 years ago Jay Pipes Merging in old r903 temporal changes 1.2 KB Diff Download File
period_diff.h 642.1.30 15 years ago Lee move math functions to drizzled/function/math dire 1.2 KB Diff Download File
quarter.cc 813.1.20 15 years ago Jay Pipes Fixes for the QUARTER() function to use new Tempor 2.8 KB Diff Download File
quarter.h 642.1.30 15 years ago Lee move math functions to drizzled/function/math dire 1.2 KB Diff Download File
second.cc 813.1.19 15 years ago Jay Pipes To remain in compatibility with MySQL, added abili 4.1 KB Diff Download File
second.h 642.1.30 15 years ago Lee move math functions to drizzled/function/math dire 1.2 KB Diff Download File
sysdate_local.cc 779.1.27 15 years ago Monty Taylor Got rid of __attribute__((unused)) and the like fr 2.3 KB Diff Download File
sysdate_local.h 670.1.20 15 years ago Monty Taylor Renamed functions to function... everything else i 1.7 KB Diff Download File
timestamp_diff.cc 670.1.20 15 years ago Monty Taylor Renamed functions to function... everything else i 4.6 KB Diff Download File
timestamp_diff.h 642.1.30 15 years ago Lee move math functions to drizzled/function/math dire 1.4 KB Diff Download File
to_days.cc 1003.1.19 15 years ago Brian Aker Clean up final code bits (from previous builds). 7.8 KB Diff Download File
to_days.h 1019.1.4 15 years ago Brian Aker Once again... removed vcol code. 1.3 KB Diff Download File
typecast.cc 907.1.2 15 years ago Jay Pipes Merging in old r902 temporal changes 7.6 KB Diff Download File
typecast.h 896.5.1 15 years ago Jay Pipes Removes the TIME column type and related time func 4.5 KB Diff Download File
unix_timestamp.cc 910.2.7 15 years ago Monty Taylor Merged from Jay. 2.3 KB Diff Download File
unix_timestamp.h 1019.1.4 15 years ago Brian Aker Once again... removed vcol code. 1.3 KB Diff Download File
weekday.cc 813.1.21 15 years ago Jay Pipes Fixes the WEEKDAY() function use the new temporal 3.1 KB Diff Download File
weekday.h 670.1.20 15 years ago Monty Taylor Renamed functions to function... everything else i 1.6 KB Diff Download File
year.cc 1003.1.19 15 years ago Brian Aker Clean up final code bits (from previous builds). 3.8 KB Diff Download File
year.h 1003.1.19 15 years ago Brian Aker Clean up final code bits (from previous builds). 1.3 KB Diff Download File