forked from facebook/mysql-5.6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
163 lines (159 loc) · 3.65 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# Arcanist cache
/arcanist/.phutil_module_cache
# Internal Facebook build puts generate files in directories like:
/_build-5.6*
# Internal Facebook Howtoeven static analyzer uses this directory.
/.howtoeven/*
# Files used in Facebook's internal testing system
/.arcrc
/tools
# Ignores for files resulting from building in place:
*-t
*.a
*.o
*.so
*.so.*
*.swp
CMakeCache.txt
CMakeFiles/
CPackConfig.cmake
CPackSourceConfig.cmake
CTestTestfile.cmake
Docs/INFO_BIN
Docs/INFO_SRC
Makefile
TAGS
VERSION.dep
cmake_install.cmake
client/mysql
client/mysql_config_editor
client/mysql_plugin
client/mysql_upgrade
client/mysqladmin
client/mysqlbinlog
client/mysqlcheck
client/mysqldump
client/mysqlimport
client/mysqlshow
client/mysqlslap
client/mysqltest
compile_commands.json
extra/comp_err
extra/innochecksum
extra/my_print_defaults
extra/mysql_waitpid
extra/perror
extra/replace
extra/resolve_stack_dump
extra/resolveip
include/config.h
include/my_config.h
include/mysql_version.h
include/mysqld_ername.h
include/mysqld_error.h
include/probes_mysql.d
include/probes_mysql_dtrace.h
include/sql_state.h
info_macros.cmake
libmysql/libmysql.ver
libmysql/merge_archives_webscalesqlclient.cmake
libmysql/webscalesqlclient_depends.c
libmysql*/merge_archives_mysql*.cmake
libmysql*/mysql*_depends.c
libmysql*/libmysql*_exports_file.cc
libmysqld/examples/mysql_client_test_embedded
libmysqld/examples/mysql_embedded
libmysqld/examples/mysqltest_embedded
make_dist.cmake
mysql-test/collections/default.release
mysql-test/collections/default.release.done
mysql-test/mtr
mysql-test/mysql-test-run
mysql-test/lib/My/SafeProcess/my_safe_process
mysql-test/var/
mysys/base64_test
mysys/thr_lock
mysys/queues
packaging/rpm-docker/mysql.spec
packaging/rpm-fedora/mysql.spec
packaging/rpm-oel/mysql.spec
packaging/rpm-sles/mysql.spec
packaging/rpm-uln/mysql.*.spec
regex/re
scripts/comp_sql
scripts/make_binary_distribution
scripts/msql2mysql
scripts/mysql_config
scripts/mysql_config.pl
scripts/mysql_convert_table_format
scripts/mysql_find_rows
scripts/mysql_fix_extensions
scripts/mysql_fix_privilege_tables.sql
scripts/mysql_fix_privilege_tables_sql.c
scripts/mysql_install_db
scripts/mysql_secure_installation
scripts/mysql_setpermission
scripts/mysql_zap
scripts/mysqlaccess
scripts/mysqlbug
scripts/mysqld_multi
scripts/mysqld_safe
scripts/mysqldumpslow
scripts/mysqlhotcopy
scripts/mytop
sql-bench/bench-count-distinct
sql-bench/bench-init.pl
sql-bench/compare-results
sql-bench/copy-db
sql-bench/crash-me
sql-bench/graph-compare-results
sql-bench/innotest1
sql-bench/innotest1a
sql-bench/innotest1b
sql-bench/innotest2
sql-bench/innotest2a
sql-bench/innotest2b
sql-bench/run-all-tests
sql-bench/server-cfg
sql-bench/test-ATIS
sql-bench/test-alter-table
sql-bench/test-big-tables
sql-bench/test-connect
sql-bench/test-create
sql-bench/test-insert
sql-bench/test-select
sql-bench/test-table-elimination
sql-bench/test-transactions
sql-bench/test-wisconsin
sql/gen_lex_token
sql/lex_token.h
sql/mysqld
sql/share/*/errmsg.sys
sql/sql_builtin.cc
sql/sql_yacc.cc
sql/sql_yacc.h
sql/gen_lex_hash
sql/lex_hash.h
sql/mysql_tzinfo_to_sql
storage/heap/hp_test1
storage/heap/hp_test2
storage/myisam/myisam_ftdump
storage/myisam/myisamchk
storage/myisam/myisamlog
storage/myisam/myisampack
storage/perfschema/gen_pfs_lex_token
storage/rocksdb/ldb
storage/rocksdb/mysql_ldb
storage/rocksdb/sst_dump
storage/rocksdb/unittest/test_properties_collector
storage/rocksdb/__dev_temp
support-files/MySQL-shared-compat.spec
support-files/binary-configure
support-files/my-default.cnf
support-files/mysql.server
support-files/mysql.spec
support-files/mysqld_multi.server
support-files/mysql-log-rotate
support-files/plugins.files
tests/bug25714
tests/mysql_client_test