-
Notifications
You must be signed in to change notification settings - Fork 840
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'sequelpro/master'
- Loading branch information
Showing
38 changed files
with
981 additions
and
412 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
Frameworks/SPMySQLFramework/MySQL Client Libraries/Patches/001-cpp-dependency.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- mysql-5.5.56-dist/extra/yassl/taocrypt/include/runtime.hpp 2017-04-27 09:12:30.000000000 +0200 | ||
+++ mysql-5.5.56/extra/yassl/taocrypt/include/runtime.hpp 2017-05-20 23:27:14.000000000 +0200 | ||
@@ -53,8 +53,8 @@ | ||
#endif | ||
|
||
/* Disallow inline __cxa_pure_virtual() */ | ||
-static int __cxa_pure_virtual() __attribute__((noinline, used)); | ||
-static int __cxa_pure_virtual() | ||
+int __cxa_pure_virtual() __attribute__((noinline, used)); | ||
+int __cxa_pure_virtual() | ||
{ | ||
// oops, pure virtual called! | ||
return 0; |
15 changes: 15 additions & 0 deletions
15
Frameworks/SPMySQLFramework/MySQL Client Libraries/Patches/002-new-types.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- mysql-5.5.56-dist/include/mysql_com.h 2017-04-27 09:12:30.000000000 +0200 | ||
+++ mysql-5.5.56/include/mysql_com.h 2017-05-21 01:46:44.000000000 +0200 | ||
@@ -349,7 +349,11 @@ | ||
MYSQL_TYPE_DATETIME, MYSQL_TYPE_YEAR, | ||
MYSQL_TYPE_NEWDATE, MYSQL_TYPE_VARCHAR, | ||
MYSQL_TYPE_BIT, | ||
- MYSQL_TYPE_NEWDECIMAL=246, | ||
+ MYSQL_TYPE_TIMESTAMP2, | ||
+ MYSQL_TYPE_DATETIME2, | ||
+ MYSQL_TYPE_TIME2, | ||
+ MYSQL_TYPE_JSON=245, | ||
+ MYSQL_TYPE_NEWDECIMAL=246, | ||
MYSQL_TYPE_ENUM=247, | ||
MYSQL_TYPE_SET=248, | ||
MYSQL_TYPE_TINY_BLOB=249, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+15.1 KB
(100%)
Frameworks/SPMySQLFramework/MySQL Client Libraries/lib/libmysqlclient.a
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.