~linuxjedi/drizzle/drizzle-gcc-4.7.0

  • Committer: Andrew Hutchings
  • Date: 2012-04-21 21:08:01 UTC
  • Revision ID: andrew@linuxjedi.co.uk-20120421210801-zz1j6m844r820ksk
Fixes new warning in GCC 4.7.0

New warning is:

drizzled/drizzled.cc:1926:1: error: narrowing conversion of ‘18446744073709551615ul’ from ‘long unsigned int’ to ‘int64_t {aka long int}’ inside { } is ill-formed in C++11 [-Werror=narrowing]
Filename Latest Rev Last Changed Committer Comment Size
..
ascii 1030.2.5 14 years ago devananda refactored functin/ascii into plugin/ascii Diff
auth_all 2215.6.1 13 years ago Brian Aker This modifies basic auth such that: 1) We now by Diff
auth_file 1432.1.1 14 years ago Eric Day Added auth_file plugin. Diff
auth_http 974.2.1 15 years ago Mark Atwood add auth_http plugin Diff
auth_ldap 1497.2.2 14 years ago Eric Day Initial auth_ldap plugin. There are no test cases Diff
auth_pam 259 15 years ago Brian Aker First pass on PAM auth Diff
auth_schema 2425.1.1 12 years ago Daniel Nichter auth_schema (auth_db) working prototype. Diff
auth_test 1337.4.6 14 years ago Eric Day Added auth_test module for testing auth interface Diff
benchmark 1030.3.5 14 years ago devananda refactored function/benchmark into plugin/benchmar Diff
catalog 1960.1.3 13 years ago Brian Aker First bit of create framework. Diff
charlength 1086.4.1 14 years ago Devananda refactored functin/charlength into plugin/charleng Diff
coercibility_function 1717.1.1 13 years ago LinuxJedi Make coercibility a plugin which is not built/enab Diff
collation_dictionary 1273.13.50 14 years ago Brian Aker Additional plugins. Diff
compression 971.1.64 15 years ago Monty Taylor Merged compress, uncompress and uncompressed_lengt Diff
connection_id 1086.7.1 14 years ago devananda refactored function/connection_id into plugin/conn Diff
console 971.6.9 14 years ago Eric Day Added console plugin. Diff
crc32 139.1.2 15 years ago Stewart Smith CRC32() as UDF Diff
debug 1996.1.2 13 years ago Brian Aker Moved crash function to being debug. Diff
default_replicator 1039.5.1 14 years ago Jay Pipes * New serial event log plugin Implemented in /plu Diff
drizzle_protocol 971.7.10 14 years ago Eric Day Duplicated oldlibdrizzle module, one for Drizzle p Diff
errmsg_stderr 499.2.6 15 years ago Mark Atwood an implemention of the errmsg plugin Diff
error_dictionary 1996.3.3 13 years ago Monty Taylor Add error message data dictionary table. Diff
filtered_replicator 1039.9.1 14 years ago Padraig O'Sullivan Created a simple filtered replicator that can filt Diff
function_dictionary 1751.3.2 13 years ago Brian Aker Adding in data dictionary table to list out functi Diff
function_engine 1273.13.55 14 years ago Brian Aker Naming fixes. Diff
gearman_udf 971.3.31 15 years ago Eric Day Started Gearman UDF. Diff
hello_events 1502.5.4 14 years ago Barry.Leslie at PrimeBase Added a demo plugin based on the the events plugin Diff
hello_world 134.1.2 15 years ago Mark Atwood Add hello_world() UDF Diff
hex_functions 1300.4.3 14 years ago Stewart Smith move HEX() and UNHEX() to hex_functions plugin. Diff
http_functions 2283.4.13 12 years ago Stewart Smith add basic http_functions plugin. uses libcurl Diff
information_schema_dictionary 1340.1.5 14 years ago Brian Aker Update, we now have all of the ANSI INFORMATION_SC Diff
innobase 992.1.24 15 years ago Monty Taylor Ported InnoDB to register_plugins. Diff
ipv6_function 2398.1.1 12 years ago Muhammad Umair merge lp:~mumair/drizzle/drizzle-IPv6Address Diff
js 2370.2.8 12 years ago Henrik Ingo Change name from js_eval() to just js(), also chan Diff
json_server 2283.4.1 13 years ago Stewart Smith very basic HTTP server Diff
length 1086.9.1 14 years ago Devananda refactored function/length into plugin/length Diff
logging_gearman 910.7.1 15 years ago Mark Atwood add gearman logging plugin Diff
logging_query 383.6.6 15 years ago Mark Atwood rename logging_noop to logging_query Diff
logging_stats 1320.4.1 14 years ago Joe Daly scoreboard implementation for statistics Diff
math_functions 1751.3.5 13 years ago Brian Aker Add two plugins to handle the string and math func Diff
md5 139.1.1 15 years ago Stewart Smith Move MD5() into a UDF Diff
memcached_functions 1166.5.1 14 years ago Patrick Galbraith Starting over with a fresh tree, moved in memcache Diff
memcached_stats 1144.5.1 14 years ago Padraig O'Sullivan Created plugin which simply adds I_S tables for qu Diff
memory 1758.2.1 13 years ago patrick crews Moved engine-specific tests to their respective pl Diff
multi_thread 868 15 years ago Brian Aker Adding Multi-threaded Scheduler into the system. Diff
myisam 992.1.25 15 years ago Monty Taylor Moved myisam to new plugin system. Diff
mysql_protocol 971.7.10 14 years ago Eric Day Duplicated oldlibdrizzle module, one for Drizzle p Diff
mysql_unix_socket_protocol 1887.1.1 13 years ago Brian Aker Adding uninux socket protocol for real. Diff
performance_dictionary 1764.3.5 13 years ago Brian Aker First pass at session_usage. Diff
protocol_dictionary 2131.7.1 13 years ago Andrew Hutchings Add protocol counters table Diff
query_log 2311.1.1 12 years ago Daniel Nichter Add query_log plugin. It's tested and documented. Diff
rabbitmq 1283.2.1 14 years ago Marcus Eriksson rabbitmq replication applier Diff
rand_function 1351.2.2 14 years ago Stewart Smith move RAND() into a plugin Diff
regex_policy 2215.5.1 13 years ago Clint Byrum Adding regex_policy plugin for detailed authorizat Diff
registry_dictionary 1273.13.50 14 years ago Brian Aker Additional plugins. Diff
reverse_function 1300.4.2 14 years ago Stewart Smith make REVERSE() a plugin instead of built in functi Diff
schema_dictionary 1273.13.49 14 years ago Brian Aker Does not work (compile issue in plugin). Diff
schema_engine 1273.20.1 14 years ago Brian Aker Basic engine with test. Diff
session_dictionary 1273.13.55 14 years ago Brian Aker Naming fixes. Diff
show_dictionary 1429.1.1 14 years ago Brian Aker Shift show commands to their own dictionary. Diff
show_schema_proto 1240.5.1 14 years ago Stewart Smith small SHOW_SCHEMA_PROTO() function (like SHOW_TABL Diff
shutdown_function 1711.6.9 13 years ago Brian Aker Adding in optional shutdown function. Diff
signal_handler 900 15 years ago Brian Aker Creating signal handler plugin. Diff
simple_user_policy 1471.2.3 14 years ago Monty Taylor Replaced test_authz with a plugin implementing a h Diff
slave 2116.1.1 13 years ago David Shrewsbury Initial version of slave replication plugin. Diff
sleep 1103.7.1 14 years ago Patrick Galbraith Drizzle can now sleep! Diff
status_dictionary 1273.13.50 14 years ago Brian Aker Additional plugins. Diff
storage_engine_api_tester 1860.2.2 13 years ago Stewart Smith add initial implementation of storage_engine_api_t Diff
string_functions 1751.3.5 13 years ago Brian Aker Add two plugins to handle the string and math func Diff
substr_functions 1300.4.4 14 years ago Stewart Smith move SUBSTR, SUBSTRING and SUBSTR_INDEX to plugins Diff
syslog 1637.3.1 13 years ago Mark Atwood new syslog module, with plugins for query log, err Diff
table_cache_dictionary 1340.1.2 14 years ago Brian Aker Merge of table cache/def DD. Diff
tableprototester 1273.2.34 14 years ago Stewart Smith initial TableProtoTester engine. We can't just use Diff
trigger_dictionary 1836.4.2 13 years ago Brian Aker More testing around events. Diff
user_locks 1823.6.1 13 years ago Brian Aker First pass through adding back user_locks. Diff
utility_dictionary 1751.3.1 13 years ago Brian Aker This add a couple of utility table functions to be Diff
utility_functions 1864.3.4 13 years ago Brian Aker This creates a function for seeing which catalog y Diff
uuid_function 1300.4.5 14 years ago Stewart Smith convert UUID() to plugin. We move the libuuid requ Diff
version 1086.6.1 14 years ago devananda refactored function/version into plugin/version Diff
zeromq 2386.1.1 12 years ago Marcus Eriksson initial zeromq replicator support Diff