Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
brianmario
/
mysql2
Public
Notifications
You must be signed in to change notification settings
Fork
559
Star
2.3k
Code
Issues
171
Pull requests
34
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Refactor extconf.rb
- #605
#605
Open
lowjoel
wants to merge 14 commits into
brianmario:master
brianmario/mysql2:master
from
lowjoel:master
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Refactor extconf.rb
#605
lowjoel
wants to merge 14 commits into
brianmario:master
brianmario/mysql2:master
from
lowjoel:master
Copy head branch name to clipboard
Commits
Commits on Sep 30, 2015
Split the library path detection logic by platform.
lowjoel
committed
5d21dc9
View commit details
Copy full SHA for 5d21dc9
Browse repository at this point
Move the header and library and compiler detection to the Platform class.
lowjoel
committed
61bcc82
View commit details
Copy full SHA for 61bcc82
Browse repository at this point
Split the logic for configuring the include and library paths by platform.
lowjoel
committed
ad1641c
View commit details
Copy full SHA for ad1641c
Browse repository at this point
Skip mysql-config if we cannot detect it.
lowjoel
committed
a0cb292
View commit details
Copy full SHA for a0cb292
Browse repository at this point
We provide the directory separator in our prefixes.
lowjoel
committed
f93d351
View commit details
Copy full SHA for f93d351
Browse repository at this point
Don't double check mysql.h
lowjoel
committed
6fdb088
View commit details
Copy full SHA for 6fdb088
Browse repository at this point
Allow users to succeed building the extension even when libmysql.dll cannot be found.
lowjoel
committed
13d8fbb
View commit details
Copy full SHA for 13d8fbb
Browse repository at this point
Default to the mysql-config path specified on the command line.
lowjoel
committed
078d93b
View commit details
Copy full SHA for 078d93b
Browse repository at this point
Check for supported compiler flags.
lowjoel
committed
bcb46bf
View commit details
Copy full SHA for bcb46bf
Browse repository at this point
Check for mariadb's configuration as well.
lowjoel
committed
4d67f57
View commit details
Copy full SHA for 4d67f57
Browse repository at this point
Support more paths where mysql might be installed.
lowjoel
committed
f2fe877
View commit details
Copy full SHA for f2fe877
Browse repository at this point
Do not get into an infinite loop if all the extra libraries have been exhausted and a mysql library cannot be found.
lowjoel
committed
46367f6
View commit details
Copy full SHA for 46367f6
Browse repository at this point
Cherry-pick changes from new commits.
Show description for b5c1f9b
lowjoel
committed
b5c1f9b
View commit details
Copy full SHA for b5c1f9b
Browse repository at this point
Fix Rubocop warnings.
lowjoel
committed
80c4eec
View commit details
Copy full SHA for 80c4eec
Browse repository at this point
You can’t perform that action at this time.