--- sql/sql_trigger.cc.orig 2012-08-02 00:01:13.000000000 +0200 +++ sql/sql_trigger.cc 2012-09-11 17:01:13.000000000 +0200 @@ -192,32 +192,32 @@ static File_option triggers_file_parameters[]= { { { C_STRING_WITH_LEN("triggers") }, - my_offsetof(class Table_triggers_list, definitions_list), + static_cast(my_offsetof(class Table_triggers_list, definitions_list)), FILE_OPTIONS_STRLIST }, { { C_STRING_WITH_LEN("sql_modes") }, - my_offsetof(class Table_triggers_list, definition_modes_list), + static_cast(my_offsetof(class Table_triggers_list, definition_modes_list)), FILE_OPTIONS_ULLLIST }, { { C_STRING_WITH_LEN("definers") }, - my_offsetof(class Table_triggers_list, definers_list), + static_cast(my_offsetof(class Table_triggers_list, definers_list)), FILE_OPTIONS_STRLIST }, { { C_STRING_WITH_LEN("client_cs_names") }, - my_offsetof(class Table_triggers_list, client_cs_names), + static_cast(my_offsetof(class Table_triggers_list, client_cs_names)), FILE_OPTIONS_STRLIST }, { { C_STRING_WITH_LEN("connection_cl_names") }, - my_offsetof(class Table_triggers_list, connection_cl_names), + static_cast(my_offsetof(class Table_triggers_list, connection_cl_names)), FILE_OPTIONS_STRLIST }, { { C_STRING_WITH_LEN("db_cl_names") }, - my_offsetof(class Table_triggers_list, db_cl_names), + static_cast(my_offsetof(class Table_triggers_list, db_cl_names)), FILE_OPTIONS_STRLIST }, { { 0, 0 }, 0, FILE_OPTIONS_STRING } @@ -226,7 +226,7 @@ static File_option triggers_file_parameters[]= File_option sql_modes_parameters= { { C_STRING_WITH_LEN("sql_modes") }, - my_offsetof(class Table_triggers_list, definition_modes_list), + static_cast(my_offsetof(class Table_triggers_list, definition_modes_list)), FILE_OPTIONS_ULLLIST }; vel/electron4/files/ini-1.3.7'>dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - fix pkg-list for option WITH_X11dinoex2007-10-242-1/+5
* - use USE_LDCONFIGdinoex2007-01-131-1/+1
* - drop lcompatdinoex2006-11-181-2/+1
* - update to 3.8.2dinoex2006-04-093-5/+5
* - update to 3.8.1dinoex2006-03-154-16/+6
* Conversion to a single libtool environment.ade2006-02-232-1/+3
* - udpate to 3.8.0dinoex2006-01-083-4/+15
* - add SHA checksumdinoex2005-11-131-0/+1
* - update to 3.7.4dinoex2005-09-143-3/+5
* - update to 3.7.3dinoex2005-07-102-5/+7
* - update to 3.7.2dinoex2005-04-187-80/+63
* - Security fixdinoex2005-01-072-1/+15
* - add patch for transparent tiff imagesdinoex2005-01-052-0/+13
* - update to 3.7.1dinoex2004-12-226-135/+98
* - bugfix in YCbCr supportdinoex2004-11-163-1/+44
* Quickly -- before anyone notices -- add another hunk to the just committedmi2004-11-161-0/+8
* Add a patch fixing a double/float pointer mismatch. Bump PORTREVISION.mi2004-11-162-0/+10
* - update MASTER_SITESdinoex2004-10-181-1/+1
* - cleanup after mergedinoex2004-10-171-3/+0
* - update to 3.7.0dinoex2004-10-1712-1641/+104
* - Security Fixdinoex2004-10-142-1/+1159
* - Enable LZW compression kit for users who are able to use LZWdinoex2004-10-122-1/+31
* - Correct a few RLE decoder bugs in libtiffdinoex2004-09-222-1/+75
* - remove BROKENdinoex2004-03-081-7/+1
* - mark BROKEN for 502101dinoex2004-03-061-1/+7
* - add SIZEdinoex2004-02-261-0/+1
* - fix bug in libtiff with Fax encodingdinoex2004-02-073-0/+198
* - Update to 3.6.1dinoex2003-12-274-36/+9
* - Fix coredumps with bad tiff-filesdinoex2003-12-052-0/+28
* - take maintainershipdinoex2003-11-181-1/+1
* - Update to 3.6.0dinoex2003-10-129-128/+102
* Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-291-1/+1
* Fix incomplete format string and bump PORTREVISIONkris2003-06-272-0/+22
* Clear moonlight beckons.ade2003-03-072-1/+1
* Update to 3.5.7.sobomax2001-12-1710-411/+215
* Tech fax2ps(1) how to work properly for non-Letter paper sizes.sobomax2001-11-242-0/+43
* Rename PLIST.nodocs to pkg-plist.nodocs.asami2000-10-081-1/+1
* - take over maintainership;sobomax2000-09-192-3/+12
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-163-7/+1
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-14