Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this user
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
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 }}
mariux
/
mxq
Public
forked from
mariux64/mxq
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Insights
Issues
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Issues
Files
ea4b054
manpages
mysql
alter_tables_0.13.0.sql
create_tables.sql
fix_cancelled_job_dates.sql
fix_stats_runwaitidle_sec.sql
web
.gitignore
LICENSE
Makefile
README.md
mx_flock.c
mx_flock.h
mx_getopt.c
mx_getopt.h
mx_log.c
mx_log.h
mx_mysql.c
mx_mysql.h
mx_util.c
mx_util.h
mxq.h
mxq_group.c
mxq_group.h
mxq_job.c
mxq_job.h
mxq_log.c
mxqadmin.c
mxqd.c
mxqd.h
mxqdctl-hostconfig.sh
mxqdump.c
mxqkill.c
mxqsub.c
os-release
test.c
test_mx_log.c
test_mx_mysql.c
test_mx_util.c
Breadcrumbs
mxq
/
mysql
/
alter_tables_0.13.0.sql
Blame
Blame
Latest commit
History
History
5 lines (5 loc) · 167 Bytes
Breadcrumbs
mxq
/
mysql
/
alter_tables_0.13.0.sql
Top
File metadata and controls
Code
Blame
5 lines (5 loc) · 167 Bytes
Raw
ALTER TABLE mxq_group ADD COLUMN ( depends_on_group INT8 UNSIGNED NULL DEFAULT NULL, dependency_of_group INT8 UNSIGNED NULL DEFAULT NULL );
1
2
3
4
5
You can’t perform that action at this time.