~drizzle-trunk/drizzle/development

  • Committer: Brian Aker
  • Date: 2008-07-22 17:32:05 UTC
  • mfrom: (202.1.3 toru)
  • Revision ID: brian@tangent.org-20080722173205-fbst5dw713h0gx3o
Merge of Toru + Brian
Filename Latest Rev Last Changed Committer Comment Size
..
field 173.1.2 16 years ago Toru Maesaka forgot to bzr-add new files in the previous push Diff
share 1 16 years ago brian clean slate Diff
File add_errmsg 1 16 years ago brian clean slate 325 bytes Diff Download File
client_settings.h 77.1.54 16 years ago Monty Taylor More warnings cleanups. 1.4 KB Diff Download File
derror.cc 51.1.21 16 years ago Jay Pipes Typo 'tru' instead of 'true' 5.7 KB Diff Download File
discover.cc 51.1.79 16 years ago Jay Pipes Standardized TRUE/FALSE, removed/replaced DBUG sym 2.8 KB Diff Download File
drizzled.cc 201 16 years ago Brian Aker Convert default engine to Innodb 189 KB Diff Download File
drizzled_safe.in 77.1.34 16 years ago Monty Taylor Renamed more things to match the drizzled rename. 15.7 KB Diff Download File
drizzledumpslow 77.1.34 16 years ago Monty Taylor Renamed more things to match the drizzled rename. 6.2 KB Diff Download File
field.cc 173.1.13 16 years ago Toru Maesaka merge from trunk and SET moved out to field/ 84.4 KB Diff Download File
field.h 173.1.13 16 years ago Toru Maesaka merge from trunk and SET moved out to field/ 33.9 KB Diff Download File
field_conv.cc 163 16 years ago Brian Aker Merge Monty's code. 23.3 KB Diff Download File
filesort.cc 152 16 years ago Brian Aker longlong replacement 45.7 KB Diff Download File
gen_lex_hash.cc 143 16 years ago Brian Aker Bool cleanup. 14.6 KB Diff Download File
handler.cc 200 16 years ago Brian Aker my_bool from handler and set_var 136 KB Diff Download File
handler.h 200 16 years ago Brian Aker my_bool from handler and set_var 83.8 KB Diff Download File
init.cc 196 16 years ago Brian Aker Converted bitmap to use bool over my_bool 1.3 KB Diff Download File
item.cc 203 16 years ago Brian Aker Small cleanup around uint32 types (need to merge). 177 KB Diff Download File
item.h 203 16 years ago Brian Aker Small cleanup around uint32 types (need to merge). 83 KB Diff Download File
item_buff.cc 152 16 years ago Brian Aker longlong replacement 3.9 KB Diff Download File
item_cmpfunc.cc 177.1.3 16 years ago brian Removed view_prepare_mode from sql_lex.h 130 KB Diff Download File
item_cmpfunc.h 152 16 years ago Brian Aker longlong replacement 51.2 KB Diff Download File
item_create.cc 177.3.1 16 years ago mark remove ifdef HAVE_DLOPEN, make configure require d 71.9 KB Diff Download File
item_create.h 177.3.1 16 years ago mark remove ifdef HAVE_DLOPEN, make configure require d 5.4 KB Diff Download File
item_func.cc 169 16 years ago Brian Aker Merging in Mark's work on plugin definitions. 111 KB Diff Download File
item_func.h 177.3.1 16 years ago mark remove ifdef HAVE_DLOPEN, make configure require d 39 KB Diff Download File
item_row.cc 51.1.22 16 years ago Jay Pipes Removed DBUG symbols and fixed TRUE/FALSE 4.7 KB Diff Download File
item_row.h 152 16 years ago Brian Aker longlong replacement 2.4 KB Diff Download File
item_strfunc.cc 163 16 years ago Brian Aker Merge Monty's code. 73.2 KB Diff Download File
item_strfunc.h 152 16 years ago Brian Aker longlong replacement 20.9 KB Diff Download File
item_subselect.cc 177.1.3 16 years ago brian Removed view_prepare_mode from sql_lex.h 87.2 KB Diff Download File
item_subselect.h 152 16 years ago Brian Aker longlong replacement 21.8 KB Diff Download File
item_sum.cc 177.3.1 16 years ago mark remove ifdef HAVE_DLOPEN, make configure require d 85.1 KB Diff Download File
item_sum.h 177.3.1 16 years ago mark remove ifdef HAVE_DLOPEN, make configure require d 39.4 KB Diff Download File
item_timefunc.cc 171.1.1 16 years ago Patrick Galbraith Dar, I forgot to commit this earlier. * Removed m 84.7 KB Diff Download File
item_timefunc.h 152 16 years ago Brian Aker longlong replacement 27 KB Diff Download File
key.cc 51.1.7 16 years ago Jay Pipes Merging trunk changes from over weekend. 16.2 KB Diff Download File
lex.h 166 16 years ago Brian Aker Removal of FLOAT type 19.4 KB Diff Download File
lex_symbol.h 1 16 years ago brian clean slate 1.4 KB Diff Download File
lock.cc 184 16 years ago Brian Aker Dead debug code removal (and a compatible "never u 52.4 KB Diff Download File
log.cc 177.4.3 16 years ago mark ripped out more plugin ABI and API version checkin 129 KB Diff Download File
log.h 151 16 years ago Brian Aker Ulonglong to uint64_t 17.3 KB Diff Download File
log_event.cc 171.1.1 16 years ago Patrick Galbraith Dar, I forgot to commit this earlier. * Removed m 258 KB Diff Download File
log_event.h 166 16 years ago Brian Aker Removal of FLOAT type 112 KB Diff Download File
Makefile.am 202.1.3 16 years ago brian Merge/fix in FAQ. 5.9 KB Diff Download File
message.mc 1 16 years ago brian clean slate 196 bytes Diff Download File
mf_iocache.cc 51.1.32 16 years ago Jay Pipes Removed/replaced DBUG symbols and standardized TRU 2.5 KB Diff Download File
my_decimal.cc 152 16 years ago Brian Aker longlong replacement 6.7 KB Diff Download File
my_decimal.h 197 16 years ago Brian Aker More my_bool cleanup. 9.7 KB Diff Download File
mysql_priv.h 173.1.13 16 years ago Toru Maesaka merge from trunk and SET moved out to field/ 79.7 KB Diff Download File
mysqld_suffix.h 1 16 years ago brian clean slate 1 KB Diff Download File
opt_range.cc 157 16 years ago Brian Aker Second pass cleanup on removal of my_uint types 300 KB Diff Download File
opt_range.h 160.1.2 16 years ago mark remove FTPARSER and last remains of full text sear 23.4 KB Diff Download File
opt_sum.cc 163 16 years ago Brian Aker Merge Monty's code. 32.3 KB Diff Download File
probes.d 1 16 years ago brian clean slate 1010 bytes Diff Download File
probes.h 53.2.31 16 years ago Monty Taylor Removed HAVE_LONG_LONG, as this is now assumed. 4.2 KB Diff Download File
protocol.cc 171.1.1 16 years ago Patrick Galbraith Dar, I forgot to commit this earlier. * Removed m 24.7 KB Diff Download File
protocol.h 152 16 years ago Brian Aker longlong replacement 4.6 KB Diff Download File
records.cc 151 16 years ago Brian Aker Ulonglong to uint64_t 17.4 KB Diff Download File
repl_failsafe.cc 149 16 years ago Brian Aker More bool conversion. 6.2 KB Diff Download File
repl_failsafe.h 77.1.39 16 years ago Monty Taylor More mysql->drizzle renaming. 1.8 KB Diff Download File
rpl_constants.h 1 16 years ago brian clean slate 364 bytes Diff Download File
rpl_filter.cc 149 16 years ago Brian Aker More bool conversion. 12.6 KB Diff Download File
rpl_filter.h 77.1.39 16 years ago Monty Taylor More mysql->drizzle renaming. 3.1 KB Diff Download File
rpl_mi.cc 171.1.1 16 years ago Patrick Galbraith Dar, I forgot to commit this earlier. * Removed m 13.1 KB Diff Download File
rpl_mi.h 198 16 years ago Brian Aker More my_bool... man am I getting tired of writing 3.7 KB Diff Download File
rpl_record.cc 134 16 years ago Brian Aker Merge 11 KB Diff Download File
rpl_record.h 1 16 years ago brian clean slate 1.3 KB Diff Download File
rpl_reporting.cc 51.1.41 16 years ago Jay Pipes Removed/replaced DBUG symbols and standardized TRU 1.2 KB Diff Download File
rpl_reporting.h 1 16 years ago brian clean slate 1.7 KB Diff Download File
rpl_rli.cc 152 16 years ago Brian Aker longlong replacement 37 KB Diff Download File
rpl_rli.h 152 16 years ago Brian Aker longlong replacement 12.9 KB Diff Download File
rpl_tblmap.cc 51.1.43 16 years ago Jay Pipes Removed/replaced DBUG symbols and standardized TRU 3.5 KB Diff Download File
rpl_tblmap.h 1 16 years ago brian clean slate 2.7 KB Diff Download File
rpl_utility.cc 166 16 years ago Brian Aker Removal of FLOAT type 4.7 KB Diff Download File
rpl_utility.h 166 16 years ago Brian Aker Removal of FLOAT type 8.3 KB Diff Download File
scheduler.cc 51.1.45 16 years ago Jay Pipes Removed/replaced DBUG symbols and standardized TRU 16.8 KB Diff Download File
scheduler.h 51.1.45 16 years ago Jay Pipes Removed/replaced DBUG symbols and standardized TRU 1.8 KB Diff Download File
set_var.cc 200 16 years ago Brian Aker my_bool from handler and set_var 107 KB Diff Download File
set_var.h 200 16 years ago Brian Aker my_bool from handler and set_var 41 KB Diff Download File
slave.cc 197 16 years ago Brian Aker More my_bool cleanup. 127 KB Diff Download File
slave.h 197 16 years ago Brian Aker More my_bool cleanup. 8.6 KB Diff Download File
sql_array.h 51.1.48 16 years ago Jay Pipes Removed/replaced DBUG symbols and standardized TRU 2.9 KB Diff Download File
sql_base.cc 199 16 years ago Brian Aker my_bool... 205 KB Diff Download File
sql_binlog.cc 199 16 years ago Brian Aker my_bool... 5.8 KB Diff Download File
sql_bitmap.h 196 16 years ago Brian Aker Converted bitmap to use bool over my_bool 7 KB Diff Download File
sql_builtin.cc.in 1 16 years ago brian clean slate 962 bytes Diff Download File
sql_class.cc 203 16 years ago Brian Aker Small cleanup around uint32 types (need to merge). 78.8 KB Diff Download File
sql_class.h 203 16 years ago Brian Aker Small cleanup around uint32 types (need to merge). 82.6 KB Diff Download File
sql_client.cc 1 16 years ago brian clean slate 1.3 KB Diff Download File
sql_connect.cc 199 16 years ago Brian Aker my_bool... 19 KB Diff Download File
sql_crypt.cc 164 16 years ago Brian Aker Commit cleanup of export types. 2.1 KB Diff Download File
sql_crypt.h 164 16 years ago Brian Aker Commit cleanup of export types. 1.1 KB Diff Download File
sql_db.cc 51.1.51 16 years ago Jay Pipes Removed/replaced DBUG symbols and standardized TRU 52.8 KB Diff Download File
sql_delete.cc 177.1.1 16 years ago brian Removed dead code around prep. 27.1 KB Diff Download File
sql_derived.cc 151 16 years ago Brian Aker Ulonglong to uint64_t 7.4 KB Diff Download File
sql_error.cc 51.1.51 16 years ago Jay Pipes Removed/replaced DBUG symbols and standardized TRU 6.6 KB Diff Download File
sql_error.h 1 16 years ago brian clean slate 1.5 KB Diff Download File
sql_handler.cc 51.1.52 16 years ago Jay Pipes Removed/replaced DBUG symbols and standardized TRU 8.2 KB Diff Download File
sql_insert.cc 199 16 years ago Brian Aker my_bool... 62.7 KB Diff Download File
sql_lex.cc 202 16 years ago Brian Aker Cleanup sql_lex to modern types. 71.6 KB Diff Download File
sql_lex.h 202 16 years ago Brian Aker Cleanup sql_lex to modern types. 48.5 KB Diff Download File
sql_list.cc 1 16 years ago brian clean slate 1.8 KB Diff Download File
sql_list.h 51.1.75 16 years ago Jay Pipes Standardized TRUE/FALSE, removed/replaced DBUG sym 15.6 KB Diff Download File
sql_load.cc 151 16 years ago Brian Aker Ulonglong to uint64_t 46.3 KB Diff Download File
sql_locale.cc 51.1.54 16 years ago Jay Pipes Removed/replaced DBUG symbols and standardized TRU 107 KB Diff Download File
sql_map.cc 1 16 years ago brian clean slate 3.3 KB Diff Download File
sql_map.h 1 16 years ago brian clean slate 1.6 KB Diff Download File
sql_olap.cc 51.1.60 16 years ago Jay Pipes Removed/replaced BUG symbols and standardized TRUE 6 KB Diff Download File
sql_parse.cc 202 16 years ago Brian Aker Cleanup sql_lex to modern types. 133 KB Diff Download File
sql_plugin.cc 199 16 years ago Brian Aker my_bool... 78.8 KB Diff Download File
sql_plugin.h 177.4.3 16 years ago mark ripped out more plugin ABI and API version checkin 4.7 KB Diff Download File
sql_rename.cc 77.1.77 16 years ago Monty Taylor A crapton more warning cleanups (I turned on more 5.9 KB Diff Download File
sql_repl.cc 151 16 years ago Brian Aker Ulonglong to uint64_t 55 KB Diff Download File
sql_repl.h 151 16 years ago Brian Aker Ulonglong to uint64_t 2.1 KB Diff Download File
sql_select.cc 177.1.3 16 years ago brian Removed view_prepare_mode from sql_lex.h 587 KB Diff Download File
sql_select.h 151 16 years ago Brian Aker Ulonglong to uint64_t 28.5 KB Diff Download File
sql_show.cc 177.4.4 16 years ago mark remove now unused columns from SHOW PLUGINS 156 KB Diff Download File
sql_show.h 1 16 years ago brian clean slate 1.3 KB Diff Download File
sql_sort.h 1 16 years ago brian clean slate 3.5 KB Diff Download File
sql_state.c 77.1.77 16 years ago Monty Taylor A crapton more warning cleanups (I turned on more 1.4 KB Diff Download File
sql_string.cc 152 16 years ago Brian Aker longlong replacement 25.8 KB Diff Download File
sql_string.h 163 16 years ago Brian Aker Merge Monty's code. 11.5 KB Diff Download File
sql_table.cc 199 16 years ago Brian Aker my_bool... 175 KB Diff Download File
sql_udf.cc 146 16 years ago Brian Aker my_bool cleanup. 3.1 KB Diff Download File
sql_udf.h 197 16 years ago Brian Aker More my_bool cleanup. 3.6 KB Diff Download File
sql_union.cc 202 16 years ago Brian Aker Cleanup sql_lex to modern types. 20.6 KB Diff Download File
sql_update.cc 177.1.1 16 years ago brian Removed dead code around prep. 53.1 KB Diff Download File
sql_yacc.yy 184 16 years ago Brian Aker Dead debug code removal (and a compatible "never u 215 KB Diff Download File
stacktrace.c 77.1.54 16 years ago Monty Taylor More warnings cleanups. 7.4 KB Diff Download File
stacktrace.h 19 16 years ago Brian Aker More cleanup, this time libmysql_r goes to the bit 1.9 KB Diff Download File
strfunc.cc 152 16 years ago Brian Aker longlong replacement 8.1 KB Diff Download File
structs.h 163 16 years ago Brian Aker Merge Monty's code. 11.4 KB Diff Download File
table.cc 193 16 years ago Brian Aker Cleanup on "VERSION" issues. Table FRM exists and 109 KB Diff Download File
table.h 148 16 years ago Brian Aker my_bool cleanup 41.1 KB Diff Download File
thr_malloc.cc 4 16 years ago Brian Aker Remove my_pthread_getspecific_ptr() 2.6 KB Diff Download File
time.cc 157 16 years ago Brian Aker Second pass cleanup on removal of my_uint types 27.3 KB Diff Download File
tzfile.h 51.1.71 16 years ago Jay Pipes Standardized TRUE/FALSE, removed/replaced DBUG sym 4.7 KB Diff Download File
tztime.cc 51.1.72 16 years ago Jay Pipes Standardized TRUE/FALSE, removed/replaced DBUG sym 34.2 KB Diff Download File
tztime.h 93 16 years ago Brian Aker Convert tztime.cc to bool from my_bool. 2.4 KB Diff Download File
uniques.cc 151 16 years ago Brian Aker Ulonglong to uint64_t 21.1 KB Diff Download File
unireg.cc 163 16 years ago Brian Aker Merge Monty's code. 30 KB Diff Download File
unireg.h 1 16 years ago brian clean slate 8.9 KB Diff Download File