Merge lp:~akopytov/percona-xtrabackup/rebase-2.3-on-mysql-5.6.22 into lp:percona-xtrabackup/2.3

Proposed by Alexey Kopytov
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 5058
Proposed branch: lp:~akopytov/percona-xtrabackup/rebase-2.3-on-mysql-5.6.22
Merge into: lp:percona-xtrabackup/2.3
Diff against target: 16665 lines (+11492/-1140)
188 files modified
.gitignore (+3139/-0)
CMakeLists.txt (+48/-46)
VERSION (+1/-1)
client/mysqlbinlog.cc (+4/-3)
client/mysqldump.c (+15/-4)
cmake/build_configurations/compiler_options.cmake (+9/-40)
cmake/build_configurations/feature_set.cmake (+0/-1)
cmake/build_configurations/mysql_release.cmake (+1/-0)
cmake/compile_flags.cmake (+44/-0)
cmake/dtrace.cmake (+5/-4)
cmake/maintainer.cmake (+37/-42)
cmake/os/Darwin.cmake (+0/-18)
cmake/os/WindowsCache.cmake (+3/-3)
config.h.cmake (+1/-1)
configure.cmake (+0/-19)
extra/replace.c (+2/-2)
extra/yassl/README (+9/-0)
extra/yassl/include/openssl/ssl.h (+1/-1)
extra/yassl/taocrypt/src/rsa.cpp (+1/-1)
include/my_global.h (+0/-3)
include/my_pthread.h (+13/-3)
libmysqld/lib_sql.cc (+3/-0)
mysql-test/extra/rpl_tests/rpl_mts_execute_partial_trx_in_relay_log.inc (+36/-0)
mysql-test/include/have_util_nc.inc (+53/-0)
mysql-test/include/subquery_mat.inc (+47/-0)
mysql-test/mysql-test-run.pl (+76/-12)
mysql-test/r/connect.result (+6/-0)
mysql-test/r/ctype_binary.result (+7/-0)
mysql-test/r/ctype_cp1251.result (+7/-0)
mysql-test/r/ctype_latin1.result (+7/-0)
mysql-test/r/ctype_ucs.result (+7/-0)
mysql-test/r/ctype_utf8.result (+7/-0)
mysql-test/r/func_crypt.result (+23/-0)
mysql-test/r/innodb_recovery_with_upper_case_names.result (+48/-0)
mysql-test/r/lock_sync.result (+51/-0)
mysql-test/r/mysql_upgrade.result (+1/-0)
mysql-test/r/mysqlbinlog_mixed_or_statment.result (+26/-0)
mysql-test/r/mysqld--help-notwin.result (+8/-1)
mysql-test/r/mysqld--help-win.result (+8/-1)
mysql-test/r/partition_innodb.result (+112/-0)
mysql-test/r/subquery_mat.result (+53/-0)
mysql-test/r/subquery_mat_all.result (+53/-0)
mysql-test/r/subquery_mat_none.result (+53/-0)
mysql-test/r/temporal_literal.result (+40/-0)
mysql-test/r/windows.result (+5/-0)
mysql-test/suite/binlog/r/binlog_error_action.result (+4/-4)
mysql-test/suite/binlog/r/binlog_switch_inside_trans.result (+1/-7)
mysql-test/suite/binlog/t/binlog_error_action.test (+5/-5)
mysql-test/suite/binlog/t/binlog_grant.test (+1/-1)
mysql-test/suite/binlog/t/binlog_switch_inside_trans.test (+1/-5)
mysql-test/suite/innodb/include/checksum_not_strict.inc (+5/-0)
mysql-test/suite/innodb/r/add_foreign_key.result (+0/-31)
mysql-test/suite/innodb/r/blob_redo.result (+42/-0)
mysql-test/suite/innodb/r/checksum.result (+12/-0)
mysql-test/suite/innodb/r/innodb-alter.result (+48/-0)
mysql-test/suite/innodb/r/innodb_corrupt_bit.result (+0/-81)
mysql-test/suite/innodb/r/insert_debug.result (+11/-0)
mysql-test/suite/innodb/r/sp_temp_table.result (+253/-0)
mysql-test/suite/innodb/r/strict_mode.result (+242/-0)
mysql-test/suite/innodb/t/add_foreign_key.test (+0/-38)
mysql-test/suite/innodb/t/blob_redo-master.opt (+1/-0)
mysql-test/suite/innodb/t/blob_redo.test (+92/-0)
mysql-test/suite/innodb/t/checksum.test (+15/-0)
mysql-test/suite/innodb/t/innodb-alter.test (+16/-0)
mysql-test/suite/innodb/t/innodb_corrupt_bit.test (+0/-126)
mysql-test/suite/innodb/t/insert_debug.test (+16/-0)
mysql-test/suite/innodb/t/sp_temp_table.test (+103/-0)
mysql-test/suite/innodb/t/strict_mode.test (+249/-0)
mysql-test/suite/innodb_fts/r/fts_compatibility.result (+262/-0)
mysql-test/suite/innodb_fts/r/fts_compatibility_win.result (+262/-0)
mysql-test/suite/innodb_fts/t/fts_compatibility.test (+266/-0)
mysql-test/suite/innodb_fts/t/fts_compatibility_win.test (+263/-0)
mysql-test/suite/perfschema/r/unary_digest.result (+47/-0)
mysql-test/suite/perfschema/t/unary_digest.test (+98/-0)
mysql-test/suite/rpl/r/rpl_colSize.result (+14/-0)
mysql-test/suite/rpl/r/rpl_gtid_binary_log_as_relay_log.result (+23/-0)
mysql-test/suite/rpl/r/rpl_gtid_validate_slave_gtids.result (+17/-0)
mysql-test/suite/rpl/r/rpl_mts_execute_partial_trx_with_auto_pos_off.result (+26/-0)
mysql-test/suite/rpl/r/rpl_mts_execute_partial_trx_with_auto_pos_on.result (+26/-0)
mysql-test/suite/rpl/r/rpl_mts_slave_hang_with_partial_trx.result (+28/-0)
mysql-test/suite/rpl/r/rpl_recovery_empty_sqlthd_pos.result (+25/-0)
mysql-test/suite/rpl/r/rpl_recovery_replicate_same_server_id.result (+26/-0)
mysql-test/suite/rpl/t/rpl_colSize.test (+49/-2)
mysql-test/suite/rpl/t/rpl_gtid_binary_log_as_relay_log.test (+57/-0)
mysql-test/suite/rpl/t/rpl_gtid_validate_slave_gtids.test (+59/-0)
mysql-test/suite/rpl/t/rpl_mts_execute_partial_trx_with_auto_pos_off-slave.opt (+1/-0)
mysql-test/suite/rpl/t/rpl_mts_execute_partial_trx_with_auto_pos_off.test (+21/-0)
mysql-test/suite/rpl/t/rpl_mts_execute_partial_trx_with_auto_pos_on-slave.opt (+1/-0)
mysql-test/suite/rpl/t/rpl_mts_execute_partial_trx_with_auto_pos_on.test (+21/-0)
mysql-test/suite/rpl/t/rpl_mts_slave_hang_with_partial_trx-slave.opt (+1/-0)
mysql-test/suite/rpl/t/rpl_mts_slave_hang_with_partial_trx.test (+77/-0)
mysql-test/suite/rpl/t/rpl_recovery_empty_sqlthd_pos-slave.opt (+1/-0)
mysql-test/suite/rpl/t/rpl_recovery_empty_sqlthd_pos.test (+64/-0)
mysql-test/suite/rpl/t/rpl_recovery_replicate_same_server_id-slave.opt (+1/-0)
mysql-test/suite/rpl/t/rpl_recovery_replicate_same_server_id.test (+84/-0)
mysql-test/suite/rpl/t/rpl_row_tbl_metadata.test (+13/-1)
mysql-test/suite/sys_vars/r/binlog_error_action_basic.result (+45/-0)
mysql-test/suite/sys_vars/r/binlogging_impossible_mode_basic.result (+22/-0)
mysql-test/suite/sys_vars/r/secure_auth_func.result (+2/-0)
mysql-test/suite/sys_vars/r/sql_log_bin_basic.result (+6/-1)
mysql-test/suite/sys_vars/t/binlog_error_action_basic.test (+69/-0)
mysql-test/suite/sys_vars/t/sql_log_bin_basic.test (+5/-1)
mysql-test/t/dynamic_tracing.test (+1/-1)
mysql-test/t/file_contents.test (+10/-2)
mysql-test/t/innodb_recovery_with_upper_case_names-master.opt (+1/-0)
mysql-test/t/innodb_recovery_with_upper_case_names.test (+63/-0)
mysql-test/t/lock_sync.test (+56/-0)
mysql-test/t/mysqlbinlog_mixed_or_statment.test (+44/-0)
mysql-test/t/partition_innodb.test (+127/-0)
mysql-test/t/temporal_literal.test (+28/-0)
mysql-test/t/windows.test (+16/-0)
mysql-test/valgrind.supp (+29/-1)
mysys/my_sync.c (+6/-2)
mysys/my_wincond.c (+1/-23)
mysys/ptr_cmp.c (+14/-1)
packaging/rpm-fedora/mysql-systemd-start (+19/-3)
packaging/rpm-fedora/mysql.spec.in (+90/-76)
packaging/rpm-oel/mysql-systemd-start (+19/-3)
packaging/rpm-oel/mysql.init (+6/-2)
packaging/rpm-oel/mysql.spec.in (+18/-9)
packaging/rpm-sles/CMakeLists.txt (+28/-0)
packaging/rpm-sles/filter-provides.sh (+6/-0)
packaging/rpm-sles/filter-requires.sh (+6/-0)
packaging/rpm-sles/my.cnf (+31/-0)
packaging/rpm-sles/my_config.h (+30/-0)
packaging/rpm-sles/mysql-systemd-start (+66/-0)
packaging/rpm-sles/mysql.conf (+1/-0)
packaging/rpm-sles/mysql.init (+236/-0)
packaging/rpm-sles/mysql.spec.in (+1660/-0)
packaging/rpm-sles/mysqld.service (+48/-0)
plugin/auth/CMakeLists.txt (+3/-1)
scripts/CMakeLists.txt (+4/-13)
scripts/mysql_config.sh (+1/-1)
scripts/mysql_install_db.pl.in (+6/-6)
scripts/mysql_setpermission.sh (+3/-3)
sql-common/client.c (+2/-2)
sql/binlog.cc (+6/-3)
sql/field.cc (+27/-30)
sql/field.h (+1/-2)
sql/ha_partition.cc (+55/-0)
sql/handler.h (+2/-0)
sql/item.cc (+19/-3)
sql/item_func.cc (+15/-8)
sql/item_timefunc.h (+3/-0)
sql/log.cc (+1/-1)
sql/log_event.cc (+46/-30)
sql/log_event.h (+15/-16)
sql/mysqld.cc (+5/-2)
sql/mysqld.h (+4/-3)
sql/rpl_master.cc (+35/-0)
sql/rpl_slave.cc (+230/-9)
sql/rpl_utility.cc (+6/-19)
sql/rpl_utility.h (+2/-10)
sql/sql_base.cc (+31/-11)
sql/sql_parse.cc (+116/-1)
sql/sql_parse.h (+3/-0)
sql/sql_table.cc (+26/-2)
sql/sql_tmp_table.cc (+4/-13)
sql/sql_tmp_table.h (+1/-2)
sql/sql_yacc.yy (+2/-0)
sql/string_service.cc (+3/-6)
sql/sys_vars.cc (+29/-14)
storage/innobase/btr/btr0cur.cc (+40/-31)
storage/innobase/buf/buf0buf.cc (+6/-1)
storage/innobase/buf/buf0flu.cc (+16/-20)
storage/innobase/dict/dict0dict.cc (+23/-6)
storage/innobase/fil/fil0fil.cc (+20/-6)
storage/innobase/fts/fts0fts.cc (+512/-168)
storage/innobase/fts/fts0opt.cc (+14/-4)
storage/innobase/handler/ha_innodb.cc (+52/-2)
storage/innobase/handler/handler0alter.cc (+1/-8)
storage/innobase/ibuf/ibuf0ibuf.cc (+2/-2)
storage/innobase/include/btr0cur.ic (+2/-2)
storage/innobase/include/dict0dict.h (+1/-1)
storage/innobase/include/fil0fil.h (+3/-1)
storage/innobase/include/fts0priv.ic (+23/-3)
storage/innobase/lock/lock0lock.cc (+24/-7)
storage/innobase/log/log0log.cc (+6/-2)
storage/innobase/log/log0recv.cc (+2/-1)
storage/innobase/os/os0thread.cc (+3/-0)
storage/innobase/page/page0zip.cc (+10/-3)
storage/innobase/row/row0mysql.cc (+6/-2)
storage/innobase/sync/sync0rw.cc (+1/-0)
storage/perfschema/gen_pfs_lex_token.cc (+91/-5)
storage/perfschema/pfs_digest.cc (+55/-4)
support-files/mysql.spec.sh (+32/-14)
unittest/gunit/CMakeLists.txt (+11/-4)
win/create_def_file.js (+1/-0)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/rebase-2.3-on-mysql-5.6.22
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+245421@code.launchpad.net

Description of the change

http://jenkins.percona.com/view/PXB 2.3/job/percona-xtrabackup-2.3-param/18/

To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file '.gitignore'
--- .gitignore 1970-01-01 00:00:00 +0000
+++ .gitignore 2014-12-29 06:33:41 +0000
@@ -0,0 +1,3139 @@
1*-t
2*_test
3*.Plo
4*.Po
5*.a
6*.bb
7*.bbg
8*.bin
9*.cdf
10*.core
11*.d
12*.da
13*.dir
14*.dll
15*.dylib
16*.exe
17*.exp
18*.gcda
19*.gcno
20*.gcov
21*.idb
22*.ilk
23*.la
24*.lai
25*.lib
26*.lo
27*.manifest
28*.map
29*.o
30*.obj
31*.old
32*.pch
33*.pdb
34*.reject
35*.res
36*.rule
37*.sbr
38*.so
39*.so.*
40*.spec
41*.user
42*.vcproj
43*.vcproj.cmake
44*.vcxproj
45*.vcxproj.filters
46*/*.dir/*
47Debug
48MySql.sdf
49Win32
50*/*_pure_*warnings
51*/.deps
52*/.libs/*
53*/.pure
54*/debug/*
55*/minsizerel/*
56*/release/*
57RelWithDebInfo
58*~
59.*.swp
60./CMakeCache.txt
61./MySql.ncb
62./MySql.sln
63./MySql.suo
64./README.build-files
65./cmakecache.txt
66./config.h
67./copy_mysql_files.bat
68./fix-project-files
69./mysql*.ds?
70./mysql.ncb
71./mysql.sln
72./mysql.suo
73./prepare
74.DS_Store
75.defs.mk
76.depend
77.depend.mk
78.deps
79.gdb_history
80.gdbinit
81.libs
82.o
83.out
84.snprj/*
85.vimrc
8650
87=6
88BUILD/compile-pentium-maintainer
89BitKeeper/etc/RESYNC_TREE
90BitKeeper/etc/config
91BitKeeper/etc/csets
92BitKeeper/etc/csets-in
93BitKeeper/etc/csets-out
94BitKeeper/etc/gone
95BitKeeper/etc/level
96BitKeeper/etc/pushed
97BitKeeper/post-commit
98BitKeeper/post-commit-manual
99BitKeeper/tmp/*
100BitKeeper/tmp/bkr3sAHD
101BitKeeper/tmp/gone
102CMakeFiles
103CMakeFiles/*
104CTestTestfile.cmake
105COPYING
106COPYING.LIB
107Docs/#manual.texi#
108Docs/INSTALL-BINARY
109Docs/Images/myaccess-odbc.txt
110Docs/Images/myaccess.txt
111Docs/Images/myarchitecture.txt
112Docs/Images/mydll-properties.txt
113Docs/Images/mydsn-example.txt
114Docs/Images/mydsn-icon.txt
115Docs/Images/mydsn-options.txt
116Docs/Images/mydsn-setup.txt
117Docs/Images/mydsn-test-fail.txt
118Docs/Images/mydsn-test-success.txt
119Docs/Images/mydsn-trace.txt
120Docs/Images/mydsn.txt
121Docs/Images/myflowchart.txt
122Docs/include.texi
123Docs/internals.html
124Docs/internals.info
125Docs/internals.pdf
126Docs/internals.txt
127Docs/internals_toc.html
128Docs/manual.aux
129Docs/manual.cp
130Docs/manual.cps
131Docs/manual.de.log
132Docs/manual.dvi
133Docs/manual.fn
134Docs/manual.fns
135Docs/manual.html
136Docs/manual.ky
137Docs/manual.log
138Docs/manual.pdf
139Docs/manual.pg
140Docs/manual.texi.orig
141Docs/manual.texi.rej
142Docs/manual.toc
143Docs/manual.tp
144Docs/manual.txt
145Docs/manual.vr
146Docs/manual_a4.ps
147Docs/manual_letter.ps
148Docs/manual_toc.html
149Docs/my_sys.doc
150Docs/mysql.info
151Docs/mysql.xml
152Docs/safe-mysql.xml
153Docs/tex.fmt
154Docs/texi2dvi.out
155EXCEPTIONS-CLIENT
156INSTALL-SOURCE
157INSTALL-WIN-SOURCE
158Logs/*
159MIRRORS
160Makefile
161Makefile.in
162Makefile.in'
163PENDING/*
164scripts/scripts
165TAGS
166VC++Files/client/mysql_amd64.dsp
167ac_available_languages_fragment
168acinclude.m4
169aclocal.m4
170analyse.test
171autom4te-2.53.cache/*
172autom4te-2.53.cache/output.0
173autom4te-2.53.cache/requests
174autom4te-2.53.cache/traces.0
175autom4te.cache/*
176autom4te.cache/output.0
177autom4te.cache/requests
178autom4te.cache/traces.0
179bdb/*.ds?
180bdb/*.vcproj
181bdb/README
182bdb/btree/btree_auto.c
183bdb/build_unix/*
184bdb/build_vxworks/db.h
185bdb/build_vxworks/db_int.h
186bdb/build_win32/db.h
187bdb/build_win32/db_archive.dsp
188bdb/build_win32/db_checkpoint.dsp
189bdb/build_win32/db_config.h
190bdb/build_win32/db_cxx.h
191bdb/build_win32/db_deadlock.dsp
192bdb/build_win32/db_dll.dsp
193bdb/build_win32/db_dump.dsp
194bdb/build_win32/db_int.h
195bdb/build_win32/db_java.dsp
196bdb/build_win32/db_load.dsp
197bdb/build_win32/db_perf.dsp
198bdb/build_win32/db_printlog.dsp
199bdb/build_win32/db_recover.dsp
200bdb/build_win32/db_stat.dsp
201bdb/build_win32/db_static.dsp
202bdb/build_win32/db_tcl.dsp
203bdb/build_win32/db_test.dsp
204bdb/build_win32/db_upgrade.dsp
205bdb/build_win32/db_verify.dsp
206bdb/build_win32/ex_access.dsp
207bdb/build_win32/ex_btrec.dsp
208bdb/build_win32/ex_env.dsp
209bdb/build_win32/ex_lock.dsp
210bdb/build_win32/ex_mpool.dsp
211bdb/build_win32/ex_tpcb.dsp
212bdb/build_win32/excxx_access.dsp
213bdb/build_win32/excxx_btrec.dsp
214bdb/build_win32/excxx_env.dsp
215bdb/build_win32/excxx_lock.dsp
216bdb/build_win32/excxx_mpool.dsp
217bdb/build_win32/excxx_tpcb.dsp
218bdb/build_win32/include.tcl
219bdb/build_win32/libdb.def
220bdb/build_win32/libdb.rc
221bdb/db/crdel_auto.c
222bdb/db/db_auto.c
223bdb/dbinc_auto/*.*
224bdb/dbreg/dbreg_auto.c
225bdb/dist/autom4te-2.53.cache/*
226bdb/dist/autom4te-2.53.cache/output.0
227bdb/dist/autom4te-2.53.cache/requests
228bdb/dist/autom4te-2.53.cache/traces.0
229bdb/dist/autom4te.cache/*
230bdb/dist/autom4te.cache/output.0
231bdb/dist/autom4te.cache/requests
232bdb/dist/autom4te.cache/traces.0
233bdb/dist/config.hin
234bdb/dist/configure
235bdb/dist/db.h
236bdb/dist/db_config.h
237bdb/dist/db_cxx.h
238bdb/dist/db_int.h
239bdb/dist/include.tcl
240bdb/dist/tags
241bdb/dist/template/db_server_proc
242bdb/dist/template/gen_client_ret
243bdb/dist/template/rec_btree
244bdb/dist/template/rec_crdel
245bdb/dist/template/rec_db
246bdb/dist/template/rec_dbreg
247bdb/dist/template/rec_fileops
248bdb/dist/template/rec_hash
249bdb/dist/template/rec_log
250bdb/dist/template/rec_qam
251bdb/dist/template/rec_txn
252bdb/examples_c/ex_apprec/ex_apprec_auto.c
253bdb/examples_c/ex_apprec/ex_apprec_auto.h
254bdb/examples_c/ex_apprec/ex_apprec_template
255bdb/examples_java
256bdb/fileops/fileops_auto.c
257bdb/hash/hash_auto.c
258bdb/include/btree_auto.h
259bdb/include/btree_ext.h
260bdb/include/clib_ext.h
261bdb/include/common_ext.h
262bdb/include/crdel_auto.h
263bdb/include/db_auto.h
264bdb/include/db_ext.h
265bdb/include/db_server.h
266bdb/include/env_ext.h
267bdb/include/gen_client_ext.h
268bdb/include/gen_server_ext.h
269bdb/include/hash_auto.h
270bdb/include/hash_ext.h
271bdb/include/lock_ext.h
272bdb/include/log_auto.h
273bdb/include/log_ext.h
274bdb/include/mp_ext.h
275bdb/include/mutex_ext.h
276bdb/include/os_ext.h
277bdb/include/qam_auto.h
278bdb/include/qam_ext.h
279bdb/include/rpc_client_ext.h
280bdb/include/rpc_server_ext.h
281bdb/include/tcl_ext.h
282bdb/include/txn_auto.h
283bdb/include/txn_ext.h
284bdb/include/xa_ext.h
285bdb/java/src/com/sleepycat/db/Db.java
286bdb/java/src/com/sleepycat/db/DbBtreeStat.java
287bdb/java/src/com/sleepycat/db/DbConstants.java
288bdb/java/src/com/sleepycat/db/DbHashStat.java
289bdb/java/src/com/sleepycat/db/DbLockStat.java
290bdb/java/src/com/sleepycat/db/DbLogStat.java
291bdb/java/src/com/sleepycat/db/DbMpoolFStat.java
292bdb/java/src/com/sleepycat/db/DbQueueStat.java
293bdb/java/src/com/sleepycat/db/DbRepStat.java
294bdb/java/src/com/sleepycat/db/DbTxnStat.java
295bdb/libdb_java/java_stat_auto.c
296bdb/libdb_java/java_stat_auto.h
297bdb/log/log_auto.c
298bdb/qam/qam_auto.c
299bdb/rpc_client/db_server_clnt.c
300bdb/rpc_client/gen_client.c
301bdb/rpc_server/c/db_server_proc.c
302bdb/rpc_server/c/db_server_proc.sed
303bdb/rpc_server/c/db_server_svc.c
304bdb/rpc_server/c/db_server_xdr.c
305bdb/rpc_server/c/gen_db_server.c
306bdb/rpc_server/db_server.x
307bdb/rpc_server/db_server_proc.sed
308bdb/rpc_server/db_server_svc.c
309bdb/rpc_server/db_server_xdr.c
310bdb/rpc_server/gen_db_server.c
311bdb/test/TESTS
312bdb/test/include.tcl
313bdb/test/logtrack.list
314bdb/txn/txn_auto.c
315binary/*
316bkpull.log
317bkpull.log*
318bkpull.log.2
319bkpull.log.3
320bkpull.log.4
321bkpull.log.5
322bkpull.log.6
323bkpush.log
324bkpush.log*
325build.log
326build_tags.sh
327client/#mysql.cc#
328client/*.ds?
329client/*.vcproj
330client/.deps/base64.Po
331client/.deps/completion_hash.Po
332client/.deps/dummy.Po
333client/.deps/mf_tempdir.Po
334client/.deps/my_bit.Po
335client/.deps/my_bitmap.Po
336client/.deps/my_getsystime.Po
337client/.deps/my_new.Po
338client/.deps/my_user.Po
339client/.deps/my_vle.Po
340client/.deps/mysql.Po
341client/.deps/mysql_upgrade.Po
342client/.deps/mysqladmin.Po
343client/.deps/mysqlbinlog.Po
344client/.deps/mysqlcheck.Po
345client/.deps/mysqldump.Po
346client/.deps/mysqlimport.Po
347client/.deps/mysqlshow.Po
348client/.deps/mysqlslap.Po
349client/.deps/mysqltest.Po
350client/.deps/readline.Po
351client/.deps/sql_string.Po
352client/.libs -prune
353client/.libs/lt-mysql
354client/.libs/lt-mysqladmin
355client/.libs/lt-mysqlbinlog
356client/.libs/lt-mysqlcheck
357client/.libs/lt-mysqldump
358client/.libs/lt-mysqlimport
359client/.libs/lt-mysqlshow
360client/.libs/lt-mysqlslap
361client/.libs/lt-mysqltest
362client/.libs/mysql
363client/.libs/mysql_upgrade
364client/.libs/mysqladmin
365client/.libs/mysqlbinlog
366client/.libs/mysqlcheck
367client/.libs/mysqldump
368client/.libs/mysqlimport
369client/.libs/mysqlshow
370client/.libs/mysqlslap
371client/.libs/mysqltest
372client/completion_hash.cpp
373client/decimal.c
374client/insert_test
375client/link_sources
376client/log_event.cc
377client/log_event.h
378client/log_event_old.cc
379client/log_event_old.h
380client/mf_iocache.c
381client/mf_iocache.cc
382client/my_decimal.cc
383client/my_decimal.h
384client/my_user.c
385client/mysql
386client/mysql.cpp
387client/mysql_config_editor
388client/mysql_upgrade
389client/mysqladmin
390client/mysqladmin.c
391client/mysqladmin.cpp
392client/mysqlbinlog
393client/mysqlbinlog.cpp
394client/mysqlcheck
395client/mysqldump
396client/mysqlimport
397client/mysqlmanager-pwgen
398client/mysqlmanagerc
399client/mysqlshow
400client/mysqlslap
401client/mysqltest
402client/mysqltestmanager-pwgen
403client/mysqltestmanagerc
404client/mysys_priv.h
405client/readline.cpp
406client/rpl_constants.h
407client/rpl_record_old.cc
408client/rpl_record_old.h
409client/rpl_tblmap.h
410client/rpl_tblmap.cc
411client/rpl_utility.h
412client/rpl_utility.cc
413client/select_test
414client/sql_const.h
415client/sql_string.cpp
416client/ssl_test
417client/thimble
418client/thread_test
419client/tmp.diff
420client_debug/*
421client_release/*
422client_test
423cmake_install.cmake
424cmd-line-utils/libedit/.deps/chared.Po
425cmd-line-utils/libedit/.deps/common.Po
426cmd-line-utils/libedit/.deps/el.Po
427cmd-line-utils/libedit/.deps/emacs.Po
428cmd-line-utils/libedit/.deps/fcns.Po
429cmd-line-utils/libedit/.deps/fgetln.Po
430cmd-line-utils/libedit/.deps/help.Po
431cmd-line-utils/libedit/.deps/hist.Po
432cmd-line-utils/libedit/.deps/history.Po
433cmd-line-utils/libedit/.deps/key.Po
434cmd-line-utils/libedit/.deps/map.Po
435cmd-line-utils/libedit/.deps/parse.Po
436cmd-line-utils/libedit/.deps/prompt.Po
437cmd-line-utils/libedit/.deps/read.Po
438cmd-line-utils/libedit/.deps/readline.Po
439cmd-line-utils/libedit/.deps/refresh.Po
440cmd-line-utils/libedit/.deps/search.Po
441cmd-line-utils/libedit/.deps/sig.Po
442cmd-line-utils/libedit/.deps/strlcat.Po
443cmd-line-utils/libedit/.deps/strlcpy.Po
444cmd-line-utils/libedit/.deps/term.Po
445cmd-line-utils/libedit/.deps/tokenizer.Po
446cmd-line-utils/libedit/.deps/tty.Po
447cmd-line-utils/libedit/.deps/unvis.Po
448cmd-line-utils/libedit/.deps/vi.Po
449cmd-line-utils/libedit/.deps/vis.Po
450cmd-line-utils/libedit/common.h
451cmd-line-utils/libedit/makelist
452cmd-line-utils/readline/.deps/bind.Po
453cmd-line-utils/readline/.deps/callback.Po
454cmd-line-utils/readline/.deps/compat.Po
455cmd-line-utils/readline/.deps/complete.Po
456cmd-line-utils/readline/.deps/display.Po
457cmd-line-utils/readline/.deps/funmap.Po
458cmd-line-utils/readline/.deps/histexpand.Po
459cmd-line-utils/readline/.deps/histfile.Po
460cmd-line-utils/readline/.deps/history.Po
461cmd-line-utils/readline/.deps/histsearch.Po
462cmd-line-utils/readline/.deps/input.Po
463cmd-line-utils/readline/.deps/isearch.Po
464cmd-line-utils/readline/.deps/keymaps.Po
465cmd-line-utils/readline/.deps/kill.Po
466cmd-line-utils/readline/.deps/macro.Po
467cmd-line-utils/readline/.deps/mbutil.Po
468cmd-line-utils/readline/.deps/misc.Po
469cmd-line-utils/readline/.deps/nls.Po
470cmd-line-utils/readline/.deps/parens.Po
471cmd-line-utils/readline/.deps/readline.Po
472cmd-line-utils/readline/.deps/rltty.Po
473cmd-line-utils/readline/.deps/savestring.Po
474cmd-line-utils/readline/.deps/search.Po
475cmd-line-utils/readline/.deps/shell.Po
476cmd-line-utils/readline/.deps/signals.Po
477cmd-line-utils/readline/.deps/terminal.Po
478cmd-line-utils/readline/.deps/text.Po
479cmd-line-utils/readline/.deps/tilde.Po
480cmd-line-utils/readline/.deps/undo.Po
481cmd-line-utils/readline/.deps/util.Po
482cmd-line-utils/readline/.deps/vi_mode.Po
483cmd-line-utils/readline/.deps/xmalloc.Po
484comon.h
485comp_err/*.ds?
486comp_err/*.vcproj
487compile
488config.cache
489config.guess
490config.h
491config.h.in
492config.log
493config.status
494config.sub
495configure
496configure.lineno
497contrib/*.ds?
498contrib/*.vcproj
499core
500core.*
501cscope.in.out
502cscope.out
503cscope.po.out
504db-*.*.*
505dbug/*.ds?
506dbug/*.vcproj
507dbug/.deps/dbug.Po
508dbug/.deps/dbug_analyze.Po
509dbug/.deps/factorial.Po
510dbug/.deps/my_main.Po
511dbug/.deps/sanity.Po
512dbug/dbug_analyze
513dbug/example*.r
514dbug/factorial
515dbug/factorial.r
516dbug/main.r
517dbug/output*.r
518dbug/user.ps
519dbug/user.t
520debian/control
521debian/defs.mk
522depcomp
523emacs.h
524examples/*.ds?
525examples/*.vcproj
526examples/udf_example/udf_example.def
527extra/.deps/comp_err.Po
528extra/.deps/innochecksum.Po
529extra/.deps/my_print_defaults.Po
530extra/.deps/mysql_waitpid.Po
531extra/.deps/perror.Po
532extra/.deps/replace.Po
533extra/.deps/resolve_stack_dump.Po
534extra/.deps/resolveip.Po
535extra/comp_err
536extra/created_include_files
537extra/innochecksum
538extra/my_print_defaults
539extra/mysql_install
540extra/mysql_tzinfo_to_sql
541extra/mysql_waitpid
542extra/mysqld_ername.h
543extra/mysqld_error.h
544extra/perror
545extra/replace
546extra/resolve_stack_dump
547extra/resolveip
548extra/sql_state.h
549extra/tztime.cc
550extra/yassl/src/.deps/buffer.Plo
551extra/yassl/src/.deps/cert_wrapper.Plo
552extra/yassl/src/.deps/crypto_wrapper.Plo
553extra/yassl/src/.deps/handshake.Plo
554extra/yassl/src/.deps/lock.Plo
555extra/yassl/src/.deps/log.Plo
556extra/yassl/src/.deps/socket_wrapper.Plo
557extra/yassl/src/.deps/ssl.Plo
558extra/yassl/src/.deps/template_instnt.Plo
559extra/yassl/src/.deps/timer.Plo
560extra/yassl/src/.deps/yassl_error.Plo
561extra/yassl/src/.deps/yassl_imp.Plo
562extra/yassl/src/.deps/yassl_int.Plo
563extra/yassl/taocrypt/benchmark/.deps/benchmark-benchmark.Po
564extra/yassl/taocrypt/benchmark/benchmark
565extra/yassl/taocrypt/src/.deps/libtaocrypt_la-aes.Plo
566extra/yassl/taocrypt/src/.deps/libtaocrypt_la-aestables.Plo
567extra/yassl/taocrypt/src/.deps/libtaocrypt_la-algebra.Plo
568extra/yassl/taocrypt/src/.deps/libtaocrypt_la-arc4.Plo
569extra/yassl/taocrypt/src/.deps/libtaocrypt_la-asn.Plo
570extra/yassl/taocrypt/src/.deps/libtaocrypt_la-bftables.Plo
571extra/yassl/taocrypt/src/.deps/libtaocrypt_la-blowfish.Plo
572extra/yassl/taocrypt/src/.deps/libtaocrypt_la-coding.Plo
573extra/yassl/taocrypt/src/.deps/libtaocrypt_la-des.Plo
574extra/yassl/taocrypt/src/.deps/libtaocrypt_la-dh.Plo
575extra/yassl/taocrypt/src/.deps/libtaocrypt_la-dsa.Plo
576extra/yassl/taocrypt/src/.deps/libtaocrypt_la-file.Plo
577extra/yassl/taocrypt/src/.deps/libtaocrypt_la-hash.Plo
578extra/yassl/taocrypt/src/.deps/libtaocrypt_la-integer.Plo
579extra/yassl/taocrypt/src/.deps/libtaocrypt_la-md2.Plo
580extra/yassl/taocrypt/src/.deps/libtaocrypt_la-md4.Plo
581extra/yassl/taocrypt/src/.deps/libtaocrypt_la-md5.Plo
582extra/yassl/taocrypt/src/.deps/libtaocrypt_la-misc.Plo
583extra/yassl/taocrypt/src/.deps/libtaocrypt_la-random.Plo
584extra/yassl/taocrypt/src/.deps/libtaocrypt_la-ripemd.Plo
585extra/yassl/taocrypt/src/.deps/libtaocrypt_la-rsa.Plo
586extra/yassl/taocrypt/src/.deps/libtaocrypt_la-sha.Plo
587extra/yassl/taocrypt/src/.deps/libtaocrypt_la-template_instnt.Plo
588extra/yassl/taocrypt/src/.deps/libtaocrypt_la-tftables.Plo
589extra/yassl/taocrypt/src/.deps/libtaocrypt_la-twofish.Plo
590extra/yassl/taocrypt/test/.deps/test-test.Po
591extra/yassl/taocrypt/test/test
592extra/yassl/testsuite/.deps/testsuite-client.Po
593extra/yassl/testsuite/.deps/testsuite-echoclient.Po
594extra/yassl/testsuite/.deps/testsuite-echoserver.Po
595extra/yassl/testsuite/.deps/testsuite-server.Po
596extra/yassl/testsuite/.deps/testsuite-test.Po
597extra/yassl/testsuite/.deps/testsuite-testsuite.Po
598extra/yassl/testsuite/testsuite
599fcns.c
600fcns.h
601gdbinit
602gmon.out
603hardcopy.0
604heap/*.ds?
605heap/*.vcproj
606heap/hp_test1
607heap/hp_test2
608help
609help.c
610help.h
611include/abi_check
612include/check_abi
613include/link_sources
614include/my_config.h
615include/my_global.h
616include/mysql_h.ic
617include/mysql_version.h
618include/mysqld_ername.h
619include/mysqld_error.h
620include/mysqld_error.h.rule
621include/openssl
622include/probes_mysql_dtrace.h
623include/readline
624include/readline/*.h
625include/readline/readline.h
626include/sql_state.h
627include/widec.h
628innobase/*.ds?
629innobase/*.vcproj
630innobase/autom4te-2.53.cache/*
631innobase/autom4te-2.53.cache/output.0
632innobase/autom4te-2.53.cache/requests
633innobase/autom4te-2.53.cache/traces.0
634innobase/autom4te.cache/*
635innobase/autom4te.cache/output.0
636innobase/autom4te.cache/requests
637innobase/autom4te.cache/traces.0
638innobase/configure.lineno
639innobase/conftest.s1
640innobase/conftest.subs
641innobase/ib_config.h
642innobase/ib_config.h.in
643innobase/mkinstalldirs
644innobase/stamp-h1
645insert_test
646install
647install-sh
648isam/*.ds?
649isam/*.vcproj
650isam/isamchk
651isam/isamlog
652isam/pack_isam
653isam/test1
654isam/test2
655isam/test3
656isamchk/*.ds?
657isamchk/*.vcproj
658item_xmlfunc.cc
659lib_debug/*
660lib_release/*
661libmysql/*.c
662libmysql/*.ds?
663libmysql/*.vcproj
664libmysql/.deps/array.Plo
665libmysql/.deps/bchange.Plo
666libmysql/.deps/bcmp.Plo
667libmysql/.deps/bmove.Plo
668libmysql/.deps/bmove_upp.Plo
669libmysql/.deps/charset-def.Plo
670libmysql/.deps/charset.Plo
671libmysql/.deps/client.Plo
672libmysql/.deps/conf_to_src.Po
673libmysql/.deps/ctype-big5.Plo
674libmysql/.deps/ctype-bin.Plo
675libmysql/.deps/ctype-cp932.Plo
676libmysql/.deps/ctype-czech.Plo
677libmysql/.deps/ctype-euc_kr.Plo
678libmysql/.deps/ctype-eucjpms.Plo
679libmysql/.deps/ctype-extra.Plo
680libmysql/.deps/ctype-gb2312.Plo
681libmysql/.deps/ctype-gbk.Plo
682libmysql/.deps/ctype-latin1.Plo
683libmysql/.deps/ctype-mb.Plo
684libmysql/.deps/ctype-simple.Plo
685libmysql/.deps/ctype-sjis.Plo
686libmysql/.deps/ctype-tis620.Plo
687libmysql/.deps/ctype-uca.Plo
688libmysql/.deps/ctype-ucs2.Plo
689libmysql/.deps/ctype-ujis.Plo
690libmysql/.deps/ctype-utf8.Plo
691libmysql/.deps/ctype-win1250ch.Plo
692libmysql/.deps/ctype.Plo
693libmysql/.deps/dbug.Plo
694libmysql/.deps/default.Plo
695libmysql/.deps/default_modify.Plo
696libmysql/.deps/errmsg.Plo
697libmysql/.deps/errors.Plo
698libmysql/.deps/get_password.Plo
699libmysql/.deps/hash.Plo
700libmysql/.deps/int2str.Plo
701libmysql/.deps/is_prefix.Plo
702libmysql/.deps/libmysql.Plo
703libmysql/.deps/list.Plo
704libmysql/.deps/llstr.Plo
705libmysql/.deps/longlong2str.Plo
706libmysql/.deps/manager.Plo
707libmysql/.deps/md5.Plo
708libmysql/.deps/mf_cache.Plo
709libmysql/.deps/mf_dirname.Plo
710libmysql/.deps/mf_fn_ext.Plo
711libmysql/.deps/mf_format.Plo
712libmysql/.deps/mf_iocache.Plo
713libmysql/.deps/mf_iocache2.Plo
714libmysql/.deps/mf_loadpath.Plo
715libmysql/.deps/mf_pack.Plo
716libmysql/.deps/mf_path.Plo
717libmysql/.deps/mf_tempfile.Plo
718libmysql/.deps/mf_unixpath.Plo
719libmysql/.deps/mf_wcomp.Plo
720libmysql/.deps/mulalloc.Plo
721libmysql/.deps/my_alloc.Plo
722libmysql/.deps/my_chsize.Plo
723libmysql/.deps/my_compress.Plo
724libmysql/.deps/my_create.Plo
725libmysql/.deps/my_delete.Plo
726libmysql/.deps/my_div.Plo
727libmysql/.deps/my_error.Plo
728libmysql/.deps/my_file.Plo
729libmysql/.deps/my_fopen.Plo
730libmysql/.deps/my_fstream.Plo
731libmysql/.deps/my_gethostbyname.Plo
732libmysql/.deps/my_getopt.Plo
733libmysql/.deps/my_getwd.Plo
734libmysql/.deps/my_init.Plo
735libmysql/.deps/my_lib.Plo
736libmysql/.deps/my_malloc.Plo
737libmysql/.deps/my_messnc.Plo
738libmysql/.deps/my_net.Plo
739libmysql/.deps/my_once.Plo
740libmysql/.deps/my_open.Plo
741libmysql/.deps/my_port.Plo
742libmysql/.deps/my_pread.Plo
743libmysql/.deps/my_pthread.Plo
744libmysql/.deps/my_read.Plo
745libmysql/.deps/my_realloc.Plo
746libmysql/.deps/my_rename.Plo
747libmysql/.deps/my_seek.Plo
748libmysql/.deps/my_sleep.Plo
749libmysql/.deps/my_static.Plo
750libmysql/.deps/my_strtoll10.Plo
751libmysql/.deps/my_symlink.Plo
752libmysql/.deps/my_thr_init.Plo
753libmysql/.deps/my_time.Plo
754libmysql/.deps/my_vsnprintf.Plo
755libmysql/.deps/my_write.Plo
756libmysql/.deps/net.Plo
757libmysql/.deps/pack.Plo
758libmysql/.deps/password.Plo
759libmysql/.deps/safemalloc.Plo
760libmysql/.deps/sha1.Plo
761libmysql/.deps/str2int.Plo
762libmysql/.deps/str_alloc.Plo
763libmysql/.deps/strcend.Plo
764libmysql/.deps/strcont.Plo
765libmysql/.deps/strend.Plo
766libmysql/.deps/strfill.Plo
767libmysql/.deps/string.Plo
768libmysql/.deps/strinstr.Plo
769libmysql/.deps/strmake.Plo
770libmysql/.deps/strmov.Plo
771libmysql/.deps/strnlen.Plo
772libmysql/.deps/strnmov.Plo
773libmysql/.deps/strtod.Plo
774libmysql/.deps/strtoll.Plo
775libmysql/.deps/strtoull.Plo
776libmysql/.deps/strxmov.Plo
777libmysql/.deps/strxnmov.Plo
778libmysql/.deps/thr_mutex.Plo
779libmysql/.deps/typelib.Plo
780libmysql/.deps/vio.Plo
781libmysql/.deps/viosocket.Plo
782libmysql/.deps/viossl.Plo
783libmysql/.deps/viosslfactories.Plo
784libmysql/.deps/xml.Plo
785libmysql/.libs/libmysqlclient.lai
786libmysql/.libs/libmysqlclient.so.15
787libmysql/.libs/libmysqlclient.so.15.0.0
788libmysql/conf_to_src
789libmysql/debug/libmysql.exp
790libmysql/libmysql.ver
791libmysql/link_sources
792libmysql/my_static.h
793libmysql/my_time.c
794libmysql/mysys_priv.h
795libmysql/net.c
796libmysql/release/libmysql.exp
797libmysql/vio_priv.h
798libmysql/viosocket.o.6WmSJk
799libmysql_r/*.c
800libmysql_r/.deps/array.Plo
801libmysql_r/.deps/bchange.Plo
802libmysql_r/.deps/bcmp.Plo
803libmysql_r/.deps/bmove.Plo
804libmysql_r/.deps/bmove_upp.Plo
805libmysql_r/.deps/charset-def.Plo
806libmysql_r/.deps/charset.Plo
807libmysql_r/.deps/client.Plo
808libmysql_r/.deps/conf_to_src.Po
809libmysql_r/.deps/ctype-big5.Plo
810libmysql_r/.deps/ctype-bin.Plo
811libmysql_r/.deps/ctype-cp932.Plo
812libmysql_r/.deps/ctype-czech.Plo
813libmysql_r/.deps/ctype-euc_kr.Plo
814libmysql_r/.deps/ctype-eucjpms.Plo
815libmysql_r/.deps/ctype-extra.Plo
816libmysql_r/.deps/ctype-gb2312.Plo
817libmysql_r/.deps/ctype-gbk.Plo
818libmysql_r/.deps/ctype-latin1.Plo
819libmysql_r/.deps/ctype-mb.Plo
820libmysql_r/.deps/ctype-simple.Plo
821libmysql_r/.deps/ctype-sjis.Plo
822libmysql_r/.deps/ctype-tis620.Plo
823libmysql_r/.deps/ctype-uca.Plo
824libmysql_r/.deps/ctype-ucs2.Plo
825libmysql_r/.deps/ctype-ujis.Plo
826libmysql_r/.deps/ctype-utf8.Plo
827libmysql_r/.deps/ctype-win1250ch.Plo
828libmysql_r/.deps/ctype.Plo
829libmysql_r/.deps/dbug.Plo
830libmysql_r/.deps/default.Plo
831libmysql_r/.deps/default_modify.Plo
832libmysql_r/.deps/errmsg.Plo
833libmysql_r/.deps/errors.Plo
834libmysql_r/.deps/get_password.Plo
835libmysql_r/.deps/hash.Plo
836libmysql_r/.deps/int2str.Plo
837libmysql_r/.deps/is_prefix.Plo
838libmysql_r/.deps/libmysql.Plo
839libmysql_r/.deps/list.Plo
840libmysql_r/.deps/llstr.Plo
841libmysql_r/.deps/longlong2str.Plo
842libmysql_r/.deps/manager.Plo
843libmysql_r/.deps/md5.Plo
844libmysql_r/.deps/mf_cache.Plo
845libmysql_r/.deps/mf_dirname.Plo
846libmysql_r/.deps/mf_fn_ext.Plo
847libmysql_r/.deps/mf_format.Plo
848libmysql_r/.deps/mf_iocache.Plo
849libmysql_r/.deps/mf_iocache2.Plo
850libmysql_r/.deps/mf_loadpath.Plo
851libmysql_r/.deps/mf_pack.Plo
852libmysql_r/.deps/mf_path.Plo
853libmysql_r/.deps/mf_tempfile.Plo
854libmysql_r/.deps/mf_unixpath.Plo
855libmysql_r/.deps/mf_wcomp.Plo
856libmysql_r/.deps/mulalloc.Plo
857libmysql_r/.deps/my_alloc.Plo
858libmysql_r/.deps/my_chsize.Plo
859libmysql_r/.deps/my_compress.Plo
860libmysql_r/.deps/my_create.Plo
861libmysql_r/.deps/my_delete.Plo
862libmysql_r/.deps/my_div.Plo
863libmysql_r/.deps/my_error.Plo
864libmysql_r/.deps/my_file.Plo
865libmysql_r/.deps/my_fopen.Plo
866libmysql_r/.deps/my_fstream.Plo
867libmysql_r/.deps/my_gethostbyname.Plo
868libmysql_r/.deps/my_getopt.Plo
869libmysql_r/.deps/my_getwd.Plo
870libmysql_r/.deps/my_init.Plo
871libmysql_r/.deps/my_lib.Plo
872libmysql_r/.deps/my_malloc.Plo
873libmysql_r/.deps/my_messnc.Plo
874libmysql_r/.deps/my_net.Plo
875libmysql_r/.deps/my_once.Plo
876libmysql_r/.deps/my_open.Plo
877libmysql_r/.deps/my_port.Plo
878libmysql_r/.deps/my_pread.Plo
879libmysql_r/.deps/my_pthread.Plo
880libmysql_r/.deps/my_read.Plo
881libmysql_r/.deps/my_realloc.Plo
882libmysql_r/.deps/my_rename.Plo
883libmysql_r/.deps/my_seek.Plo
884libmysql_r/.deps/my_sleep.Plo
885libmysql_r/.deps/my_static.Plo
886libmysql_r/.deps/my_strtoll10.Plo
887libmysql_r/.deps/my_symlink.Plo
888libmysql_r/.deps/my_thr_init.Plo
889libmysql_r/.deps/my_time.Plo
890libmysql_r/.deps/my_vsnprintf.Plo
891libmysql_r/.deps/my_write.Plo
892libmysql_r/.deps/net.Plo
893libmysql_r/.deps/pack.Plo
894libmysql_r/.deps/password.Plo
895libmysql_r/.deps/safemalloc.Plo
896libmysql_r/.deps/sha1.Plo
897libmysql_r/.deps/str2int.Plo
898libmysql_r/.deps/str_alloc.Plo
899libmysql_r/.deps/strcend.Plo
900libmysql_r/.deps/strcont.Plo
901libmysql_r/.deps/strend.Plo
902libmysql_r/.deps/strfill.Plo
903libmysql_r/.deps/string.Plo
904libmysql_r/.deps/strinstr.Plo
905libmysql_r/.deps/strmake.Plo
906libmysql_r/.deps/strmov.Plo
907libmysql_r/.deps/strnlen.Plo
908libmysql_r/.deps/strnmov.Plo
909libmysql_r/.deps/strtod.Plo
910libmysql_r/.deps/strtoll.Plo
911libmysql_r/.deps/strtoull.Plo
912libmysql_r/.deps/strxmov.Plo
913libmysql_r/.deps/strxnmov.Plo
914libmysql_r/.deps/thr_mutex.Plo
915libmysql_r/.deps/typelib.Plo
916libmysql_r/.deps/vio.Plo
917libmysql_r/.deps/viosocket.Plo
918libmysql_r/.deps/viossl.Plo
919libmysql_r/.deps/viosslfactories.Plo
920libmysql_r/.deps/xml.Plo
921libmysql_r/.libs/libmysqlclient_r.lai
922libmysql_r/.libs/libmysqlclient_r.so.15
923libmysql_r/.libs/libmysqlclient_r.so.15.0.0
924libmysql_r/acconfig.h
925libmysql_r/client_settings.h
926libmysql_r/conf_to_src
927libmysql_r/link_sources
928libmysql_r/my_static.h
929libmysql_r/mysys_priv.h
930libmysql_r/vio_priv.h
931libmysqld/*.ds?
932libmysqld/*.vcproj
933libmysqld/.deps/client.Po
934libmysqld/.deps/derror.Po
935libmysqld/.deps/discover.Po
936libmysqld/.deps/emb_qcache.Po
937libmysqld/.deps/errmsg.Po
938libmysqld/.deps/event_data_objects.Po
939libmysqld/.deps/event_db_repository.Po
940libmysqld/.deps/event_queue.Po
941libmysqld/.deps/event_scheduler.Po
942libmysqld/.deps/events.Po
943libmysqld/.deps/field.Po
944libmysqld/.deps/field_conv.Po
945libmysqld/.deps/filesort.Po
946libmysqld/.deps/get_password.Po
947libmysqld/.deps/gstream.Po
948libmysqld/.deps/ha_berkeley.Po
949libmysqld/.deps/ha_federated.Po
950libmysqld/.deps/ha_heap.Po
951libmysqld/.deps/ha_innodb.Po
952libmysqld/.deps/ha_myisam.Po
953libmysqld/.deps/ha_myisammrg.Po
954libmysqld/.deps/ha_ndbcluster.Po
955libmysqld/.deps/ha_ndbcluster_binlog.Po
956libmysqld/.deps/ha_partition.Po
957libmysqld/.deps/handler.Po
958libmysqld/.deps/hash_filo.Po
959libmysqld/.deps/hostname.Po
960libmysqld/.deps/init.Po
961libmysqld/.deps/item.Po
962libmysqld/.deps/item_buff.Po
963libmysqld/.deps/item_cmpfunc.Po
964libmysqld/.deps/item_create.Po
965libmysqld/.deps/item_func.Po
966libmysqld/.deps/item_geofunc.Po
967libmysqld/.deps/item_row.Po
968libmysqld/.deps/item_strfunc.Po
969libmysqld/.deps/item_subselect.Po
970libmysqld/.deps/item_sum.Po
971libmysqld/.deps/item_timefunc.Po
972libmysqld/.deps/item_uniq.Po
973libmysqld/.deps/item_xmlfunc.Po
974libmysqld/.deps/key.Po
975libmysqld/.deps/lib_sql.Po
976libmysqld/.deps/libmysql.Po
977libmysqld/.deps/libmysqld.Po
978libmysqld/.deps/lock.Po
979libmysqld/.deps/log.Po
980libmysqld/.deps/log_event.Po
981libmysqld/.deps/my_decimal.Po
982libmysqld/.deps/my_time.Po
983libmysqld/.deps/my_user.Po
984libmysqld/.deps/net_serv.Po
985libmysqld/.deps/opt_range.Po
986libmysqld/.deps/opt_sum.Po
987libmysqld/.deps/pack.Po
988libmysqld/.deps/parse_file.Po
989libmysqld/.deps/partition_info.Po
990libmysqld/.deps/password.Po
991libmysqld/.deps/procedure.Po
992libmysqld/.deps/protocol.Po
993libmysqld/.deps/records.Po
994libmysqld/.deps/rpl_filter.Po
995libmysqld/.deps/rpl_injector.Po
996libmysqld/.deps/set_var.Po
997libmysqld/.deps/sp.Po
998libmysqld/.deps/sp_cache.Po
999libmysqld/.deps/sp_head.Po
1000libmysqld/.deps/sp_pcontext.Po
1001libmysqld/.deps/sp_rcontext.Po
1002libmysqld/.deps/spatial.Po
1003libmysqld/.deps/sql_acl.Po
1004libmysqld/.deps/sql_analyse.Po
1005libmysqld/.deps/sql_base.Po
1006libmysqld/.deps/sql_builtin.Po
1007libmysqld/.deps/sql_cache.Po
1008libmysqld/.deps/sql_class.Po
1009libmysqld/.deps/sql_crypt.Po
1010libmysqld/.deps/sql_cursor.Po
1011libmysqld/.deps/sql_db.Po
1012libmysqld/.deps/sql_delete.Po
1013libmysqld/.deps/sql_truncate.Po
1014libmysqld/.deps/sql_reload.Po
1015libmysqld/.deps/datadict.Po
1016libmysqld/.deps/sql_derived.Po
1017libmysqld/.deps/sql_do.Po
1018libmysqld/.deps/sql_error.Po
1019libmysqld/.deps/sql_handler.Po
1020libmysqld/.deps/sql_help.Po
1021libmysqld/.deps/sql_insert.Po
1022libmysqld/.deps/sql_lex.Po
1023libmysqld/.deps/sql_list.Po
1024libmysqld/.deps/sql_load.Po
1025libmysqld/.deps/sql_manager.Po
1026libmysqld/.deps/sql_map.Po
1027libmysqld/.deps/sql_parse.Po
1028libmysqld/.deps/sql_partition.Po
1029libmysqld/.deps/sql_plugin.Po
1030libmysqld/.deps/sql_prepare.Po
1031libmysqld/.deps/sql_rename.Po
1032libmysqld/.deps/sql_select.Po
1033libmysqld/.deps/sql_show.Po
1034libmysqld/.deps/sql_state.Po
1035libmysqld/.deps/sql_string.Po
1036libmysqld/.deps/sql_table.Po
1037libmysqld/.deps/sql_tablespace.Po
1038libmysqld/.deps/sql_test.Po
1039libmysqld/.deps/sql_trigger.Po
1040libmysqld/.deps/sql_udf.Po
1041libmysqld/.deps/sql_union.Po
1042libmysqld/.deps/sql_update.Po
1043libmysqld/.deps/sql_view.Po
1044libmysqld/.deps/sql_yacc.Po
1045libmysqld/.deps/stacktrace.Po
1046libmysqld/.deps/strfunc.Po
1047libmysqld/.deps/table.Po
1048libmysqld/.deps/thr_malloc.Po
1049libmysqld/.deps/time.Po
1050libmysqld/.deps/tztime.Po
1051libmysqld/.deps/uniques.Po
1052libmysqld/.deps/unireg.Po
1053libmysqld/backup_dir
1054libmysqld/client.c
1055libmysqld/client_settings.h
1056libmysqld/cmake_dummy.c
1057libmysqld/convert.cc
1058libmysqld/derror.cc
1059libmysqld/discover.cc
1060libmysqld/emb_qcache.cpp
1061libmysqld/errmsg.c
1062libmysqld/event.cc
1063libmysqld/event_data_objects.cc
1064libmysqld/event_db_repository.cc
1065libmysqld/event_executor.cc
1066libmysqld/event_queue.cc
1067libmysqld/event_scheduler.cc
1068libmysqld/event_timed.cc
1069libmysqld/events.cc
1070libmysqld/examples/.deps/completion_hash.Po
1071libmysqld/examples/.deps/mysql.Po
1072libmysqld/examples/.deps/mysql_client_test.Po
1073libmysqld/examples/.deps/mysqltest.Po
1074libmysqld/examples/.deps/readline.Po
1075libmysqld/examples/client_test.c
1076libmysqld/examples/client_test.cc
1077libmysqld/examples/completion_hash.cc
1078libmysqld/examples/completion_hash.h
1079libmysqld/examples/link_sources
1080libmysqld/examples/my_readline.h
1081libmysqld/examples/mysql
1082libmysqld/examples/mysql.cc
1083libmysqld/examples/mysql_client_test.c
1084libmysqld/examples/mysql_client_test_embedded
1085libmysqld/examples/mysqltest
1086libmysqld/examples/mysqltest.c
1087libmysqld/examples/mysqltest_embedded
1088libmysqld/examples/readline.cc
1089libmysqld/examples/sql_string.cc
1090libmysqld/examples/sql_string.h
1091libmysqld/examples/test-gdbinit
1092libmysqld/field.cc
1093libmysqld/field_conv.cc
1094libmysqld/filesort.cc
1095libmysqld/get_password.c
1096libmysqld/gstream.cc
1097libmysqld/ha_archive.cc
1098libmysqld/ha_berkeley.cc
1099libmysqld/ha_blackhole.cc
1100libmysqld/ha_example.cc
1101libmysqld/ha_federated.cc
1102libmysqld/ha_heap.cc
1103libmysqld/ha_innobase.cc
1104libmysqld/ha_innodb.cc
1105libmysqld/ha_isam.cc
1106libmysqld/ha_isammrg.cc
1107libmysqld/ha_myisam.cc
1108libmysqld/ha_myisammrg.cc
1109libmysqld/ha_ndbcluster.cc
1110libmysqld/ha_ndbcluster_binlog.cc
1111libmysqld/ha_ndbcluster_cond.cc
1112libmysqld/ha_partition.cc
1113libmysqld/ha_tina.cc
1114libmysqld/handler.cc
1115libmysqld/handlerton.cc
1116libmysqld/hash_filo.cc
1117libmysqld/hostname.cc
1118libmysqld/init.cc
1119libmysqld/item.cc
1120libmysqld/item_buff.cc
1121libmysqld/item_cmpfunc.cc
1122libmysqld/item_create.cc
1123libmysqld/item_func.cc
1124libmysqld/item_geofunc.cc
1125libmysqld/item_row.cc
1126libmysqld/item_strfunc.cc
1127libmysqld/item_subselect.cc
1128libmysqld/item_sum.cc
1129libmysqld/item_timefunc.cc
1130libmysqld/item_uniq.cc
1131libmysqld/key.cc
1132libmysqld/lex_hash.h
1133libmysqld/lib_sql.cpp
1134libmysqld/libmysql.c
1135libmysqld/link_sources
1136libmysqld/lock.cc
1137libmysqld/log.cc
1138libmysqld/log_event.cc
1139libmysqld/log_event_old.cc
1140libmysqld/md5.c
1141libmysqld/message.h
1142libmysqld/message.rc
1143libmysqld/mf_iocache.cc
1144libmysqld/mini_client.cc
1145libmysqld/my_decimal.cc
1146libmysqld/my_time.c
1147libmysqld/my_user.c
1148libmysqld/net_pkg.cc
1149libmysqld/net_serv.cc
1150libmysqld/opt_ft.cc
1151libmysqld/opt_range.cc
1152libmysqld/opt_sum.cc
1153libmysqld/pack.c
1154libmysqld/parse_file.cc
1155libmysqld/partition_info.cc
1156libmysqld/password.c
1157libmysqld/procedure.cc
1158libmysqld/protocol.cc
1159libmysqld/protocol_cursor.cc
1160libmysqld/records.cc
1161libmysqld/repl_failsafe.cc
1162libmysqld/rpl_filter.cc
1163libmysqld/rpl_handler.cc
1164libmysqld/rpl_injector.cc
1165libmysqld/rpl_record.cc
1166libmysqld/rpl_record_old.cc
1167libmysqld/rpl_utility.cc
1168libmysqld/scheduler.cc
1169libmysqld/set_var.cc
1170libmysqld/sha2.cc
1171libmysqld/simple-test
1172libmysqld/slave.cc
1173libmysqld/sp.cc
1174libmysqld/sp_cache.cc
1175libmysqld/sp_head.cc
1176libmysqld/sp_pcontext.cc
1177libmysqld/sp_rcontext.cc
1178libmysqld/spatial.cc
1179libmysqld/sql_acl.cc
1180libmysqld/sql_alloc_error_handler.cc
1181libmysqld/sql_analyse.cc
1182libmysqld/sql_base.cc
1183libmysqld/sql_builtin.cc
1184libmysqld/sql_cache.cc
1185libmysqld/sql_class.cc
1186libmysqld/sql_command
1187libmysqld/sql_connect.cc
1188libmysqld/sql_crypt.cc
1189libmysqld/sql_cursor.cc
1190libmysqld/sql_cursor.h
1191libmysqld/sql_db.cc
1192libmysqld/sql_delete.cc
1193libmysqld/sql_truncate.cc
1194libmysqld/sql_reload.cc
1195libmysqld/datadict.cc
1196libmysqld/sql_derived.cc
1197libmysqld/sql_do.cc
1198libmysqld/sql_error.cc
1199libmysqld/sql_handler.cc
1200libmysqld/sql_help.cc
1201libmysqld/sql_insert.cc
1202libmysqld/sql_lex.cc
1203libmysqld/sql_list.cc
1204libmysqld/sql_load.cc
1205libmysqld/sql_locale.cc
1206libmysqld/sql_manager.cc
1207libmysqld/sql_map.cc
1208libmysqld/sql_olap.cc
1209libmysqld/sql_parse.cc
1210libmysqld/sql_partition.cc
1211libmysqld/sql_plugin.cc
1212libmysqld/sql_prepare.cc
1213libmysqld/sql_profile.cc
1214libmysqld/sql_rename.cc
1215libmysqld/sql_repl.cc
1216libmysqld/sql_select.cc
1217libmysqld/sql_servers.cc
1218libmysqld/sql_show.cc
1219libmysqld/sql_state.c
1220libmysqld/sql_string.cc
1221libmysqld/sql_table.cc
1222libmysqld/sql_tablespace.cc
1223libmysqld/sql_test.cc
1224libmysqld/sql_trigger.cc
1225libmysqld/sql_udf.cc
1226libmysqld/sql_union.cc
1227libmysqld/sql_unions.cc
1228libmysqld/sql_update.cc
1229libmysqld/sql_view.cc
1230libmysqld/sql_yacc.cc
1231libmysqld/sql_yacc.cpp
1232libmysqld/sql_yacc.h
1233libmysqld/stacktrace.c
1234libmysqld/strfunc.cc
1235libmysqld/table.cc
1236libmysqld/thr_malloc.cc
1237libmysqld/sql_time.cc
1238libmysqld/tztime.cc
1239libmysqld/uniques.cc
1240libmysqld/unireg.cc
1241libmysqltest/*.ds?
1242libmysqltest/*.vcproj
1243libmysqltest/mytest.c
1244libtool
1245linked_client_sources
1246linked_include_sources
1247linked_libmysql_r_sources
1248linked_libmysql_sources
1249linked_libmysqld_sources
1250linked_libmysqldex_sources
1251linked_server_sources
1252linked_tools_sources
1253locked
1254ltmain.sh
1255man/*.1
1256merge/*.ds?
1257merge/*.vcproj
1258missing
1259mit-pthreads/config.flags
1260mit-pthreads/include/bits
1261mit-pthreads/include/pthread/machdep.h
1262mit-pthreads/include/pthread/posix.h
1263mit-pthreads/include/sys
1264mit-pthreads/machdep.c
1265mit-pthreads/pg++
1266mit-pthreads/pgcc
1267mit-pthreads/syscall.S
1268mkinstalldirs
1269my_print_defaults/*.ds?
1270my_print_defaults/*.vcproj
1271myisam/*.ds?
1272myisam/*.vcproj
1273myisam/FT1.MYD
1274myisam/FT1.MYI
1275myisam/ft_dump
1276myisam/ft_eval
1277myisam/ft_test1
1278myisam/ftbench/data
1279myisam/ftbench/t
1280myisam/ftbench/var/*
1281myisam/mi_test1
1282myisam/mi_test2
1283myisam/mi_test3
1284myisam/mi_test_all
1285myisam/myisam.log
1286myisam/myisam_ftdump
1287myisam/myisamchk
1288myisam/myisamlog
1289myisam/myisampack
1290myisam/rt_test
1291myisam/rt_test.MYD
1292myisam/rt_test.MYI
1293myisam/sp_test
1294myisam/test1.MYD
1295myisam/test1.MYI
1296myisam/test2.MYD
1297myisam/test2.MYI
1298myisam_ftdump/*.ds?
1299myisam_ftdump/*.vcproj
1300myisamchk/*.ds?
1301myisamchk/*.vcproj
1302myisamlog/*.ds?
1303myisamlog/*.vcproj
1304myisammrg/*.ds?
1305myisammrg/*.vcproj
1306myisampack/*.ds?
1307myisampack/*.vcproj
1308mysql-4.0.2-alpha-pc-linux-gnu-i686.tar.gz
1309mysql-4.0.2-alpha.tar.gz
1310mysql-4.1.8-win-src.zip
1311mysql-5.0.2-alpha.tar.gz
1312mysql-max-4.0.2-alpha-pc-linux-gnu-i686.tar.gz
1313mysql-test/*.ds?
1314mysql-test/*.vcproj
1315mysql-test/.DS_Store
1316mysql-test/collections/default.release
1317mysql-test/collections/default.release.done
1318mysql-test/funcs_1.log
1319mysql-test/funcs_1.tar
1320mysql-test/gmon.out
1321mysql-test/install_test_db
1322mysql-test/lib/My/SafeProcess/my_safe_process
1323mysql-test/lib/init_db.sql
1324mysql-test/linux_sys_vars.inc
1325mysql-test/load_sysvars.inc
1326mysql-test/mtr
1327mysql-test/mysql-test-run
1328mysql-test/mysql-test-gcov.err
1329mysql-test/mysql-test-gcov.msg
1330mysql-test/mysql-test-run-shell
1331mysql-test/mysql-test-run.log
1332mysql-test/mysql_test_run_new
1333mysql-test/ndb/ndbcluster
1334mysql-test/partitions.log
1335mysql-test/r/*.err
1336mysql-test/r/*.log
1337mysql-test/r/*.out
1338mysql-test/r/*.reject
1339mysql-test/r/index_merge_load.result
1340mysql-test/r/max_allowed_packet_func.result
1341mysql-test/r/rpl000001.eval
1342mysql-test/r/rpl000002.eval
1343mysql-test/r/rpl000014.eval
1344mysql-test/r/rpl000015.eval
1345mysql-test/r/rpl000016.eval
1346mysql-test/r/rpl_log.eval
1347mysql-test/r/slave-running.eval
1348mysql-test/r/slave-stopped.eval
1349mysql-test/r/tmp.result
1350mysql-test/reg.log
1351mysql-test/rpl.log
1352mysql-test/share/mysql
1353mysql-test/std_data/*.pem
1354mysql-test/suite/funcs_1.tar.gz
1355mysql-test/suite/funcs_1.tar.zip
1356mysql-test/suite/funcs_1/r/innodb_trig_03e.warnings
1357mysql-test/suite/funcs_1/r/innodb_views.warnings
1358mysql-test/suite/funcs_1/r/memory_trig_03e.warnings
1359mysql-test/suite/funcs_1/r/memory_views.warnings
1360mysql-test/suite/funcs_1/r/myisam_trig_03e.warnings
1361mysql-test/suite/funcs_1/r/myisam_views.warnings
1362mysql-test/suite/funcs_1/r/ndb_trig_03e.warnings
1363mysql-test/suite/funcs_1/r/ndb_views.warnings
1364mysql-test/suite/partitions/r/dif
1365mysql-test/suite/partitions/r/diff
1366mysql-test/suite/partitions/r/partition.result
1367mysql-test/suite/partitions/r/partition_bit_ndb.warnings
1368mysql-test/suite/partitions/r/partition_special_innodb.warnings
1369mysql-test/suite/partitions/r/partition_special_myisam.warnings
1370mysql-test/suite/partitions/r/partition_t55.out
1371mysql-test/suite/partitions/r/partition_t55.refout
1372mysql-test/suite/partitions/t/partition.test
1373mysql-test/t/index_merge.load
1374mysql-test/t/tmp.test
1375mysql-test/var
1376mysql-test/var/*
1377mysql-test/windows_sys_vars.inc
1378mysql.kdevprj
1379mysql.proj
1380sql_priv.h
1381mysqlbinlog/*.ds?
1382mysqlbinlog/*.vcproj
1383mysqlcheck/*.ds?
1384mysqlcheck/*.vcproj
1385mysqld.S
1386mysqld.sym
1387mysqldemb/*.ds?
1388mysqldemb/*.vcproj
1389mysqlserver/*.ds?
1390mysqlserver/*.vcproj
1391mysys/#mf_iocache.c#
1392mysys/*.ds?
1393mysys/*.vcproj
1394mysys/.deps/array.Po
1395mysys/.deps/base64.Po
1396mysys/.deps/charset-def.Po
1397mysys/.deps/charset.Po
1398mysys/.deps/checksum.Po
1399mysys/.deps/default.Po
1400mysys/.deps/default_modify.Po
1401mysys/.deps/errors.Po
1402mysys/.deps/hash.Po
1403mysys/.deps/list.Po
1404mysys/.deps/md5.Po
1405mysys/.deps/mf_brkhant.Po
1406mysys/.deps/mf_cache.Po
1407mysys/.deps/mf_dirname.Po
1408mysys/.deps/mf_fn_ext.Po
1409mysys/.deps/mf_format.Po
1410mysys/.deps/mf_getdate.Po
1411mysys/.deps/mf_iocache.Po
1412mysys/.deps/mf_iocache2.Po
1413mysys/.deps/mf_keycache.Po
1414mysys/.deps/mf_keycaches.Po
1415mysys/.deps/mf_loadpath.Po
1416mysys/.deps/mf_pack.Po
1417mysys/.deps/mf_path.Po
1418mysys/.deps/mf_qsort.Po
1419mysys/.deps/mf_qsort2.Po
1420mysys/.deps/mf_radix.Po
1421mysys/.deps/mf_same.Po
1422mysys/.deps/mf_sort.Po
1423mysys/.deps/mf_strip.Po
1424mysys/.deps/mf_tempdir.Po
1425mysys/.deps/mf_tempfile.Po
1426mysys/.deps/mf_unixpath.Po
1427mysys/.deps/mf_wcomp.Po
1428mysys/.deps/mf_wfile.Po
1429mysys/.deps/mulalloc.Po
1430mysys/.deps/my_access.Po
1431mysys/.deps/my_aes.Po
1432mysys/.deps/my_alarm.Po
1433mysys/.deps/my_alloc.Po
1434mysys/.deps/my_append.Po
1435mysys/.deps/my_atomic.Po
1436mysys/.deps/my_bit.Po
1437mysys/.deps/my_bitmap.Po
1438mysys/.deps/my_chsize.Po
1439mysys/.deps/my_clock.Po
1440mysys/.deps/my_compress.Po
1441mysys/.deps/my_copy.Po
1442mysys/.deps/my_crc32.Po
1443mysys/.deps/my_create.Po
1444mysys/.deps/my_delete.Po
1445mysys/.deps/my_div.Po
1446mysys/.deps/my_dup.Po
1447mysys/.deps/my_error.Po
1448mysys/.deps/my_file.Po
1449mysys/.deps/my_fopen.Po
1450mysys/.deps/my_fstream.Po
1451mysys/.deps/my_gethostbyname.Po
1452mysys/.deps/my_gethwaddr.Po
1453mysys/.deps/my_getncpus.Po
1454mysys/.deps/my_getopt.Po
1455mysys/.deps/my_getsystime.Po
1456mysys/.deps/my_getwd.Po
1457mysys/.deps/my_handler.Po
1458mysys/.deps/my_init.Po
1459mysys/.deps/my_largepage.Po
1460mysys/.deps/my_lib.Po
1461mysys/.deps/my_libwrap.Po
1462mysys/.deps/my_lock.Po
1463mysys/.deps/my_lockmem.Po
1464mysys/.deps/my_lread.Po
1465mysys/.deps/my_lwrite.Po
1466mysys/.deps/my_malloc.Po
1467mysys/.deps/my_memmem.Po
1468mysys/.deps/my_messnc.Po
1469mysys/.deps/my_mkdir.Po
1470mysys/.deps/my_mmap.Po
1471mysys/.deps/my_net.Po
1472mysys/.deps/my_netware.Po
1473mysys/.deps/my_new.Po
1474mysys/.deps/my_once.Po
1475mysys/.deps/my_open.Po
1476mysys/.deps/my_port.Po
1477mysys/.deps/my_pread.Po
1478mysys/.deps/my_pthread.Po
1479mysys/.deps/my_quick.Po
1480mysys/.deps/my_read.Po
1481mysys/.deps/my_realloc.Po
1482mysys/.deps/my_redel.Po
1483mysys/.deps/my_rename.Po
1484mysys/.deps/my_seek.Po
1485mysys/.deps/my_semaphore.Po
1486mysys/.deps/my_sleep.Po
1487mysys/.deps/my_static.Po
1488mysys/.deps/my_symlink.Po
1489mysys/.deps/my_symlink2.Po
1490mysys/.deps/my_sync.Po
1491mysys/.deps/my_thr_init.Po
1492mysys/.deps/my_vle.Po
1493mysys/.deps/my_windac.Po
1494mysys/.deps/my_write.Po
1495mysys/.deps/ptr_cmp.Po
1496mysys/.deps/queues.Po
1497mysys/.deps/rijndael.Po
1498mysys/.deps/safemalloc.Po
1499mysys/.deps/sha1.Po
1500mysys/.deps/string.Po
1501mysys/.deps/thr_alarm.Po
1502mysys/.deps/thr_lock.Po
1503mysys/.deps/thr_mutex.Po
1504mysys/.deps/thr_rwlock.Po
1505mysys/.deps/tree.Po
1506mysys/.deps/trie.Po
1507mysys/.deps/typelib.Po
1508mysys/getopt.c
1509mysys/getopt1.c
1510mysys/main.cc
1511mysys/my_new.cpp
1512mysys/raid.cpp
1513mysys/ste5KbMa
1514mysys/test_atomic
1515mysys/test_bitmap
1516mysys/test_charset
1517mysys/test_dir
1518mysys/test_gethwaddr
1519mysys/test_io_cache
1520mysys/test_thr_alarm
1521mysys/test_thr_lock
1522mysys/test_vsnprintf
1523mysys/testhash
1524ndb/bin/DbAsyncGenerator
1525ndb/bin/DbCreate
1526ndb/bin/acid
1527ndb/bin/async-lmc-bench-l-p10.sh
1528ndb/bin/async-lmc-bench-l.sh
1529ndb/bin/async-lmc-bench-p10.sh
1530ndb/bin/async-lmc-bench.sh
1531ndb/bin/atrt
1532ndb/bin/atrt-analyze-result.sh
1533ndb/bin/atrt-clear-result.sh
1534ndb/bin/atrt-gather-result.sh
1535ndb/bin/atrt-setup.sh
1536ndb/bin/bankCreator
1537ndb/bin/bankMakeGL
1538ndb/bin/bankSumAccounts
1539ndb/bin/bankTimer
1540ndb/bin/bankTransactionMaker
1541ndb/bin/bankValidateAllGLs
1542ndb/bin/basicTransporterTest
1543ndb/bin/benchronja
1544ndb/bin/bulk_copy
1545ndb/bin/copy_tab
1546ndb/bin/create_all_tabs
1547ndb/bin/create_index
1548ndb/bin/create_tab
1549ndb/bin/delete_all
1550ndb/bin/desc
1551ndb/bin/drop_all_tabs
1552ndb/bin/drop_index
1553ndb/bin/drop_tab
1554ndb/bin/flexAsynch
1555ndb/bin/flexBench
1556ndb/bin/flexHammer
1557ndb/bin/flexScan
1558ndb/bin/flexTT
1559ndb/bin/hugoCalculator
1560ndb/bin/hugoFill
1561ndb/bin/hugoLoad
1562ndb/bin/hugoLockRecords
1563ndb/bin/hugoPkDelete
1564ndb/bin/hugoPkRead
1565ndb/bin/hugoPkReadRecord
1566ndb/bin/hugoPkUpdate
1567ndb/bin/hugoScanRead
1568ndb/bin/hugoScanUpdate
1569ndb/bin/index
1570ndb/bin/index2
1571ndb/bin/initronja
1572ndb/bin/interpreterInTup
1573ndb/bin/list_tables
1574ndb/bin/make-config.sh
1575ndb/bin/mgmtclient
1576ndb/bin/mgmtsrvr
1577ndb/bin/mkconfig
1578ndb/bin/ndb
1579ndb/bin/ndb_cpcc
1580ndb/bin/ndb_cpcd
1581ndb/bin/ndb_rep
1582ndb/bin/ndbsql
1583ndb/bin/newton_basic
1584ndb/bin/newton_br
1585ndb/bin/newton_pb
1586ndb/bin/newton_perf
1587ndb/bin/perfTransporterTest
1588ndb/bin/printConfig
1589ndb/bin/printSchemafile
1590ndb/bin/printSysfile
1591ndb/bin/redoLogFileReader
1592ndb/bin/restart
1593ndb/bin/restarter
1594ndb/bin/restarter2
1595ndb/bin/restarts
1596ndb/bin/restore
1597ndb/bin/select_all
1598ndb/bin/select_count
1599ndb/bin/telco
1600ndb/bin/testBackup
1601ndb/bin/testBank
1602ndb/bin/testBasic
1603ndb/bin/testBasicAsynch
1604ndb/bin/testCopy
1605ndb/bin/testDataBuffers
1606ndb/bin/testDict
1607ndb/bin/testGrep
1608ndb/bin/testGrepVerify
1609ndb/bin/testIndex
1610ndb/bin/testInterpreter
1611ndb/bin/testKernelDataBuffer
1612ndb/bin/testLongSig
1613ndb/bin/testMgm
1614ndb/bin/testMgmapi
1615ndb/bin/testNdbApi
1616ndb/bin/testNodeRestart
1617ndb/bin/testOIBasic
1618ndb/bin/testOdbcDriver
1619ndb/bin/testOperations
1620ndb/bin/testRestartGci
1621ndb/bin/testScan
1622ndb/bin/testScanInterpreter
1623ndb/bin/testSimplePropertiesSection
1624ndb/bin/testSystemRestart
1625ndb/bin/testTimeout
1626ndb/bin/testTransactions
1627ndb/bin/test_cpcd
1628ndb/bin/test_event
1629ndb/bin/verify_index
1630ndb/bin/waiter
1631ndb/config/autom4te.cache/*
1632ndb/config/config.mk
1633ndb/examples/ndbapi_example1/ndbapi_example1
1634ndb/examples/ndbapi_example2/ndbapi_example2
1635ndb/examples/ndbapi_example3/ndbapi_example3
1636ndb/examples/ndbapi_example5/ndbapi_example5
1637ndb/examples/select_all/select_all
1638ndb/include/ndb_global.h
1639ndb/include/ndb_types.h
1640ndb/include/ndb_version.h
1641ndb/lib/libMGM_API.so
1642ndb/lib/libNDB_API.so
1643ndb/lib/libNDB_ODBC.so
1644ndb/lib/libNEWTON_API.so
1645ndb/lib/libNEWTON_BASICTEST_COMMON.so
1646ndb/lib/libREP_API.so
1647ndb/lib/libndbclient.so
1648ndb/lib/libndbclient_extra.so
1649ndb/src/common/debugger/libtrace.dsp
1650ndb/src/common/debugger/signaldata/libsignaldataprint.dsp
1651ndb/src/common/logger/liblogger.dsp
1652ndb/src/common/mgmcommon/libmgmsrvcommon.dsp
1653ndb/src/common/mgmcommon/printConfig/*.d
1654ndb/src/common/portlib/libportlib.dsp
1655ndb/src/common/transporter/libtransporter.dsp
1656ndb/src/common/util/libgeneral.dsp
1657ndb/src/common/util/testBitmask.cpp
1658ndb/src/cw/cpcd/ndb_cpcd
1659ndb/src/dummy.cpp
1660ndb/src/kernel/blocks/backup/libbackup.dsp
1661ndb/src/kernel/blocks/backup/restore/ndb_restore
1662ndb/src/kernel/blocks/cmvmi/libcmvmi.dsp
1663ndb/src/kernel/blocks/dbacc/libdbacc.dsp
1664ndb/src/kernel/blocks/dbdict/libdbdict.dsp
1665ndb/src/kernel/blocks/dbdih/libdbdih.dsp
1666ndb/src/kernel/blocks/dblqh/libdblqh.dsp
1667ndb/src/kernel/blocks/dbtc/libdbtc.dsp
1668ndb/src/kernel/blocks/dbtup/libdbtup.dsp
1669ndb/src/kernel/blocks/dbtux/libdbtux.dsp
1670ndb/src/kernel/blocks/dbutil/libdbutil.dsp
1671ndb/src/kernel/blocks/grep/libgrep.dsp
1672ndb/src/kernel/blocks/ndbcntr/libndbcntr.dsp
1673ndb/src/kernel/blocks/ndbfs/libndbfs.dsp
1674ndb/src/kernel/blocks/qmgr/libqmgr.dsp
1675ndb/src/kernel/blocks/suma/libsuma.dsp
1676ndb/src/kernel/blocks/trix/libtrix.dsp
1677ndb/src/kernel/error/liberror.dsp
1678ndb/src/kernel/ndbd
1679ndb/src/kernel/ndbd.dsp
1680ndb/src/kernel/vm/libkernel.dsp
1681ndb/src/libndb.ver
1682ndb/src/libndbclient.dsp
1683ndb/src/mgmapi/libmgmapi.dsp
1684ndb/src/mgmclient/libndbmgmclient.dsp
1685ndb/src/mgmclient/ndb_mgm
1686ndb/src/mgmclient/ndb_mgm.dsp
1687ndb/src/mgmclient/test_cpcd/*.d
1688ndb/src/mgmsrv/ndb_mgmd
1689ndb/src/mgmsrv/ndb_mgmd.dsp
1690ndb/src/ndbapi/libndbapi.dsp
1691ndb/test/ndbapi/bank/bankCreator
1692ndb/test/ndbapi/bank/bankMakeGL
1693ndb/test/ndbapi/bank/bankSumAccounts
1694ndb/test/ndbapi/bank/bankTimer
1695ndb/test/ndbapi/bank/bankTransactionMaker
1696ndb/test/ndbapi/bank/bankValidateAllGLs
1697ndb/test/ndbapi/bank/testBank
1698ndb/test/ndbapi/create_all_tabs
1699ndb/test/ndbapi/create_tab
1700ndb/test/ndbapi/drop_all_tabs
1701ndb/test/ndbapi/flexAsynch
1702ndb/test/ndbapi/flexBench
1703ndb/test/ndbapi/flexBench.dsp
1704ndb/test/ndbapi/flexHammer
1705ndb/test/ndbapi/flexTT
1706ndb/test/ndbapi/testBackup
1707ndb/test/ndbapi/testBasic
1708ndb/test/ndbapi/testBasic.dsp
1709ndb/test/ndbapi/testBasicAsynch
1710ndb/test/ndbapi/testBlobs
1711ndb/test/ndbapi/testBlobs.dsp
1712ndb/test/ndbapi/testDataBuffers
1713ndb/test/ndbapi/testDeadlock
1714ndb/test/ndbapi/testDict
1715ndb/test/ndbapi/testIndex
1716ndb/test/ndbapi/testMgm
1717ndb/test/ndbapi/testNdbApi
1718ndb/test/ndbapi/testNodeRestart
1719ndb/test/ndbapi/testOIBasic
1720ndb/test/ndbapi/testOperations
1721ndb/test/ndbapi/testRestartGci
1722ndb/test/ndbapi/testSRBank
1723ndb/test/ndbapi/testScan
1724ndb/test/ndbapi/testScan.dsp
1725ndb/test/ndbapi/testScanInterpreter
1726ndb/test/ndbapi/testScanPerf
1727ndb/test/ndbapi/testSystemRestart
1728ndb/test/ndbapi/testTimeout
1729ndb/test/ndbapi/testTransactions
1730ndb/test/ndbapi/test_event
1731ndb/test/run-test/atrt
1732ndb/test/src/libNDBT.dsp
1733ndb/test/tools/copy_tab
1734ndb/test/tools/create_index
1735ndb/test/tools/hugoCalculator
1736ndb/test/tools/hugoFill
1737ndb/test/tools/hugoLoad
1738ndb/test/tools/hugoLockRecords
1739ndb/test/tools/hugoPkDelete
1740ndb/test/tools/hugoPkRead
1741ndb/test/tools/hugoPkReadRecord
1742ndb/test/tools/hugoPkUpdate
1743ndb/test/tools/hugoScanRead
1744ndb/test/tools/hugoScanUpdate
1745ndb/test/tools/ndb_cpcc
1746ndb/test/tools/restart
1747ndb/test/tools/verify_index
1748ndb/tools/ndb_config
1749ndb/tools/ndb_delete_all
1750ndb/tools/ndb_delete_all.dsp
1751ndb/tools/ndb_desc
1752ndb/tools/ndb_desc.dsp
1753ndb/tools/ndb_drop_index
1754ndb/tools/ndb_drop_index.dsp
1755ndb/tools/ndb_drop_table
1756ndb/tools/ndb_drop_table.dsp
1757ndb/tools/ndb_restore
1758ndb/tools/ndb_select_all
1759ndb/tools/ndb_select_all.dsp
1760ndb/tools/ndb_select_count
1761ndb/tools/ndb_select_count.dsp
1762ndb/tools/ndb_show_tables
1763ndb/tools/ndb_show_tables.dsp
1764ndb/tools/ndb_test_platform
1765ndb/tools/ndb_waiter
1766ndb/tools/ndb_waiter.dsp
1767ndbcluster-1186
1768ndbcluster-1186/SCCS
1769ndbcluster-1186/config.ini
1770ndbcluster-1186/ndb_1.pid
1771ndbcluster-1186/ndb_1_out.log
1772ndbcluster-1186/ndb_1_signal.log
1773ndbcluster-1186/ndb_2.pid
1774ndbcluster-1186/ndb_2_out.log
1775ndbcluster-1186/ndb_2_signal.log
1776ndbcluster-1186/ndb_3.pid
1777ndbcluster-1186/ndb_3_cluster.log
1778ndbcluster-1186/ndb_3_out.log
1779ndbcluster-1186/ndbcluster.pid
1780netware/.deps/libmysqlmain.Po
1781netware/.deps/my_manage.Po
1782netware/.deps/mysql_install_db.Po
1783netware/.deps/mysql_test_run.Po
1784netware/.deps/mysqld_safe.Po
1785netware/init_db.sql
1786netware/libmysql.imp
1787netware/test_db.sql
1788pack_isam/*.ds?
1789perror/*.ds?
1790perror/*.vcproj
1791plugin/fulltext/.deps/mypluglib_la-plugin_example.Plo
1792plugin/fulltext/.libs/mypluglib.lai
1793plugin/fulltext/.libs/mypluglib.so.0
1794plugin/fulltext/.libs/mypluglib.so.0.0.0
1795pstack/.deps/bucomm.Po
1796pstack/.deps/debug.Po
1797pstack/.deps/filemode.Po
1798pstack/.deps/ieee.Po
1799pstack/.deps/linuxthreads.Po
1800pstack/.deps/pstack.Po
1801pstack/.deps/rddbg.Po
1802pstack/.deps/stabs.Po
1803pull.log
1804regex/*.ds?
1805regex/*.vcproj
1806regex/.deps/debug.Po
1807regex/.deps/main.Po
1808regex/.deps/regcomp.Po
1809regex/.deps/regerror.Po
1810regex/.deps/regexec.Po
1811regex/.deps/regfree.Po
1812regex/.deps/reginit.Po
1813regex/.deps/split.Po
1814regex/re
1815repl-tests/test-repl-ts/repl-timestamp.master.reject
1816repl-tests/test-repl/foo-dump-slave.master.
1817repl-tests/test-repl/sum-wlen-slave.master.
1818repl-tests/test-repl/sum-wlen-slave.master.re
1819repl-tests/test-repl/sum-wlen-slave.master.reje
1820replace/*.ds?
1821replace/*.vcproj
1822scripts/comp_sql
1823scripts/fill_func_tables
1824scripts/fill_func_tables.sql
1825scripts/fill_help_tables
1826scripts/fill_help_tables.sql
1827scripts/make_binary_distribution
1828scripts/make_sharedlib_distribution
1829scripts/make_win_binary_distribution
1830scripts/make_win_src_distribution
1831scripts/make_win_src_distribution_old
1832scripts/msql2mysql
1833scripts/mysql_config
1834scripts/mysql_convert_table_format
1835scripts/mysql_create_system_tables
1836scripts/mysql_explain_log
1837scripts/mysql_find_rows
1838scripts/mysql_fix_extensions
1839scripts/mysql_fix_privilege_tables
1840scripts/mysql_fix_privilege_tables.sql
1841scripts/mysql_fix_privilege_tables.sql.rule
1842scripts/mysql_fix_privilege_tables_sql.c
1843scripts/mysql_fix_privilege_tables_sql.c.rule
1844scripts/mysql_install_db
1845scripts/mysql_secure_installation
1846scripts/mysql_setpermission
1847scripts/mysql_tableinfo
1848scripts/mysql_upgrade
1849scripts/mysql_upgrade_shell
1850scripts/mysql_zap
1851scripts/mysqlaccess
1852scripts/mysqlbug
1853scripts/mysqld_multi
1854scripts/mysqld_safe
1855scripts/mysqldumpslow
1856scripts/mysqlhotcopy
1857scripts/mysqlhotcopy.sh.rej
1858scripts/safe_mysqld
1859select_test
1860server-tools/instance-manager/.deps/buffer.Po
1861server-tools/instance-manager/.deps/command.Po
1862server-tools/instance-manager/.deps/commands.Po
1863server-tools/instance-manager/.deps/guardian.Po
1864server-tools/instance-manager/.deps/instance.Po
1865server-tools/instance-manager/.deps/instance_map.Po
1866server-tools/instance-manager/.deps/instance_options.Po
1867server-tools/instance-manager/.deps/liboptions_la-options.Plo
1868server-tools/instance-manager/.deps/liboptions_la-priv.Plo
1869server-tools/instance-manager/.deps/listener.Po
1870server-tools/instance-manager/.deps/log.Po
1871server-tools/instance-manager/.deps/manager.Po
1872server-tools/instance-manager/.deps/messages.Po
1873server-tools/instance-manager/.deps/mysql_connection.Po
1874server-tools/instance-manager/.deps/mysqlmanager.Po
1875server-tools/instance-manager/.deps/net_serv.Po
1876server-tools/instance-manager/.deps/parse.Po
1877server-tools/instance-manager/.deps/parse_output.Po
1878server-tools/instance-manager/.deps/protocol.Po
1879server-tools/instance-manager/.deps/thread_registry.Po
1880server-tools/instance-manager/.deps/user_management_commands.Po
1881server-tools/instance-manager/.deps/user_map.Po
1882server-tools/instance-manager/buffer.cpp
1883server-tools/instance-manager/client.c
1884server-tools/instance-manager/client_settings.h
1885server-tools/instance-manager/command.cpp
1886server-tools/instance-manager/commands.cpp
1887server-tools/instance-manager/errmsg.c
1888server-tools/instance-manager/guardian.cpp
1889server-tools/instance-manager/instance.cpp
1890server-tools/instance-manager/instance_map.cpp
1891server-tools/instance-manager/instance_options.cpp
1892server-tools/instance-manager/listener.cpp
1893server-tools/instance-manager/log.cpp
1894server-tools/instance-manager/manager.cpp
1895server-tools/instance-manager/messages.cpp
1896server-tools/instance-manager/mysql_connection.cpp
1897server-tools/instance-manager/mysqlmanager
1898server-tools/instance-manager/mysqlmanager.cpp
1899server-tools/instance-manager/net_serv.cc
1900server-tools/instance-manager/options.cpp
1901server-tools/instance-manager/parse.cpp
1902server-tools/instance-manager/parse_output.cpp
1903server-tools/instance-manager/priv.cpp
1904server-tools/instance-manager/protocol.cpp
1905server-tools/instance-manager/thr_alarm.c
1906server-tools/instance-manager/thread_registry.cpp
1907server-tools/instance-manager/user_map.cpp
1908sql-bench/Results-linux/ATIS-mysql_bdb-Linux_2.2.14_my_SMP_i686
1909sql-bench/bench-count-distinct
1910sql-bench/bench-init.pl
1911sql-bench/compare-results
1912sql-bench/compare-results-all
1913sql-bench/copy-db
1914sql-bench/crash-me
1915sql-bench/gif/*
1916sql-bench/graph-compare-results
1917sql-bench/innotest1
1918sql-bench/innotest1a
1919sql-bench/innotest1b
1920sql-bench/innotest2
1921sql-bench/innotest2a
1922sql-bench/innotest2b
1923sql-bench/output/*
1924sql-bench/run-all-tests
1925sql-bench/server-cfg
1926sql-bench/template.html
1927sql-bench/test-ATIS
1928sql-bench/test-alter-table
1929sql-bench/test-big-tables
1930sql-bench/test-connect
1931sql-bench/test-create
1932sql-bench/test-insert
1933sql-bench/test-select
1934sql-bench/test-transactions
1935sql-bench/test-wisconsin
1936sql/*.cpp
1937sql/*.ds?
1938sql/*.def
1939sql/*.vcproj
1940sql/.deps/client.Po
1941sql/.deps/derror.Po
1942sql/.deps/des_key_file.Po
1943sql/.deps/discover.Po
1944sql/.deps/event_data_objects.Po
1945sql/.deps/event_db_repository.Po
1946sql/.deps/event_queue.Po
1947sql/.deps/event_scheduler.Po
1948sql/.deps/events.Po
1949sql/.deps/field.Po
1950sql/.deps/field_conv.Po
1951sql/.deps/filesort.Po
1952sql/.deps/gen_lex_hash.Po
1953sql/.deps/gstream.Po
1954sql/.deps/ha_berkeley.Po
1955sql/.deps/ha_federated.Po
1956sql/.deps/ha_heap.Po
1957sql/.deps/ha_innodb.Po
1958sql/.deps/ha_myisam.Po
1959sql/.deps/ha_myisammrg.Po
1960sql/.deps/ha_ndbcluster.Po
1961sql/.deps/ha_ndbcluster_binlog.Po
1962sql/.deps/ha_partition.Po
1963sql/.deps/handler.Po
1964sql/.deps/hash_filo.Po
1965sql/.deps/hostname.Po
1966sql/.deps/init.Po
1967sql/.deps/item.Po
1968sql/.deps/item_buff.Po
1969sql/.deps/item_cmpfunc.Po
1970sql/.deps/item_create.Po
1971sql/.deps/item_func.Po
1972sql/.deps/item_geofunc.Po
1973sql/.deps/item_row.Po
1974sql/.deps/item_strfunc.Po
1975sql/.deps/item_subselect.Po
1976sql/.deps/item_sum.Po
1977sql/.deps/item_timefunc.Po
1978sql/.deps/item_uniq.Po
1979sql/.deps/item_xmlfunc.Po
1980sql/.deps/key.Po
1981sql/.deps/lock.Po
1982sql/.deps/log.Po
1983sql/.deps/log_event.Po
1984sql/.deps/mf_iocache.Po
1985sql/.deps/mini_client_errors.Po
1986sql/.deps/my_decimal.Po
1987sql/.deps/my_lock.Po
1988sql/.deps/my_time.Po
1989sql/.deps/my_user.Po
1990sql/.deps/mysql_tzinfo_to_sql.Po
1991sql/.deps/mysqld.Po
1992sql/.deps/net_serv.Po
1993sql/.deps/opt_range.Po
1994sql/.deps/opt_sum.Po
1995sql/.deps/pack.Po
1996sql/.deps/parse_file.Po
1997sql/.deps/partition_info.Po
1998sql/.deps/password.Po
1999sql/.deps/procedure.Po
2000sql/.deps/protocol.Po
2001sql/.deps/records.Po
2002sql/.deps/repl_failsafe.Po
2003sql/.deps/rpl_filter.Po
2004sql/.deps/rpl_injector.Po
2005sql/.deps/rpl_tblmap.Po
2006sql/.deps/set_var.Po
2007sql/.deps/slave.Po
2008sql/.deps/sp.Po
2009sql/.deps/sp_cache.Po
2010sql/.deps/sp_head.Po
2011sql/.deps/sp_pcontext.Po
2012sql/.deps/sp_rcontext.Po
2013sql/.deps/spatial.Po
2014sql/.deps/sql_acl.Po
2015sql/.deps/sql_analyse.Po
2016sql/.deps/sql_base.Po
2017sql/.deps/sql_binlog.Po
2018sql/.deps/sql_builtin.Po
2019sql/.deps/sql_cache.Po
2020sql/.deps/sql_class.Po
2021sql/.deps/sql_client.Po
2022sql/.deps/sql_crypt.Po
2023sql/.deps/sql_cursor.Po
2024sql/.deps/sql_db.Po
2025sql/.deps/sql_delete.Po
2026sql/.deps/sql_truncate.Po
2027sql/.deps/sql_reload.Po
2028sql/.deps/datadict.Po
2029sql/.deps/sql_derived.Po
2030sql/.deps/sql_do.Po
2031sql/.deps/sql_error.Po
2032sql/.deps/sql_handler.Po
2033sql/.deps/sql_help.Po
2034sql/.deps/sql_insert.Po
2035sql/.deps/sql_lex.Po
2036sql/.deps/sql_list.Po
2037sql/.deps/sql_load.Po
2038sql/.deps/sql_manager.Po
2039sql/.deps/sql_map.Po
2040sql/.deps/sql_olap.Po
2041sql/.deps/sql_parse.Po
2042sql/.deps/sql_partition.Po
2043sql/.deps/sql_plugin.Po
2044sql/.deps/sql_prepare.Po
2045sql/.deps/sql_rename.Po
2046sql/.deps/sql_repl.Po
2047sql/.deps/sql_select.Po
2048sql/.deps/sql_show.Po
2049sql/.deps/sql_state.Po
2050sql/.deps/sql_string.Po
2051sql/.deps/sql_table.Po
2052sql/.deps/sql_tablespace.Po
2053sql/.deps/sql_test.Po
2054sql/.deps/sql_trigger.Po
2055sql/.deps/sql_udf.Po
2056sql/.deps/sql_union.Po
2057sql/.deps/sql_update.Po
2058sql/.deps/sql_view.Po
2059sql/.deps/sql_yacc.Po
2060sql/.deps/stacktrace.Po
2061sql/.deps/strfunc.Po
2062sql/.deps/table.Po
2063sql/.deps/thr_malloc.Po
2064sql/.deps/time.Po
2065sql/.deps/tztime.Po
2066sql/.deps/udf_example.Plo
2067sql/.deps/uniques.Po
2068sql/.deps/unireg.Po
2069sql/.gdbinit
2070sql/.libs/udf_example.lai
2071sql/.libs/udf_example.so.0
2072sql/.libs/udf_example.so.0.0.0
2073sql/client.c
2074sql/cmake_dummy.cc
2075sql/Doxyfile
2076sql/cscope.out
2077sql/f.c
2078sql/gen_lex_hash
2079sql/gmon.out
2080sql/handlerton.cc
2081sql/html
2082sql/latex
2083sql/lex_hash.h
2084sql/lex_hash.h.rule
2085sql/link_sources
2086sql/max/*
2087sql/message.h
2088sql/message.mc
2089sql/message.rc
2090sql/mini_client_errors.c
2091sql/my_time.c
2092sql/my_user.c
2093sql/mysql_tzinfo_to_sql
2094sql/mysql_tzinfo_to_sql.cc
2095sql/mysql_tzinfo_to_sql_tztime.cc
2096sql/mysqlbinlog
2097sql/mysqld
2098sql/mysqld-purecov
2099sql/mysqld-purify
2100sql/mysqld-quantify
2101sql/new.cc
2102sql/pack.c
2103sql/safe_to_cache_query.txt
2104sql/share/*.sys
2105sql/share/charsets/gmon.out
2106sql/share/fixerrmsg.pl
2107sql/share/gmon.out
2108sql/share/iso639-2.txt
2109sql/share/mysql
2110sql/share/norwegian-ny/errmsg.sys
2111sql/share/norwegian/errmsg.sys
2112sql/sql_builtin.cc
2113sql/sql_select.cc.orig
2114sql/sql_yacc.cc
2115sql/sql_yacc.h
2116sql/sql_yacc.h.rule
2117sql/sql_yacc.output
2118sql/sql_yacc.yy.orig
2119sql/test_time
2120sql/udf_example.so
2121sql_error.cc
2122sql_prepare.cc
2123stamp-h
2124stamp-h.in
2125stamp-h1
2126stamp-h1.in
2127stamp-h2
2128stamp-h2.in
2129stamp-h3
2130stamp-h4
2131start_mysqld.sh
2132storage/archive/.deps/archive_test-archive_test.Po
2133storage/archive/.deps/archive_test-azio.Po
2134storage/archive/.deps/ha_archive_la-azio.Plo
2135storage/archive/.deps/ha_archive_la-ha_archive.Plo
2136storage/archive/.deps/libarchive_a-azio.Po
2137storage/archive/.deps/libarchive_a-ha_archive.Po
2138storage/archive/archive_reader
2139storage/archive/archive_test
2140storage/bdb/*.ds?
2141storage/bdb/*.vcproj
2142storage/bdb/README
2143storage/bdb/btree/btree_auto.c
2144storage/bdb/btree/btree_autop.c
2145storage/bdb/build_unix/*
2146storage/bdb/build_vxworks/BerkeleyDB20.wpj
2147storage/bdb/build_vxworks/BerkeleyDB20small.wpj
2148storage/bdb/build_vxworks/BerkeleyDB22.wpj
2149storage/bdb/build_vxworks/BerkeleyDB22small.wpj
2150storage/bdb/build_vxworks/db.h
2151storage/bdb/build_vxworks/db_config.h
2152storage/bdb/build_vxworks/db_config_small.h
2153storage/bdb/build_vxworks/db_deadlock/db_deadlock20.wpj
2154storage/bdb/build_vxworks/db_deadlock/db_deadlock22.wpj
2155storage/bdb/build_vxworks/db_int.h
2156storage/bdb/build_vxworks/dbdemo/dbdemo.c
2157storage/bdb/build_vxworks/dbdemo/dbdemo20.wpj
2158storage/bdb/build_vxworks/dbdemo/dbdemo22.wpj
2159storage/bdb/build_win32/*.dsp
2160storage/bdb/build_win32/*.h
2161storage/bdb/build_win32/db.h
2162storage/bdb/build_win32/db_archive.dsp
2163storage/bdb/build_win32/db_checkpoint.dsp
2164storage/bdb/build_win32/db_config.h
2165storage/bdb/build_win32/db_cxx.h
2166storage/bdb/build_win32/db_deadlock.dsp
2167storage/bdb/build_win32/db_dll.dsp
2168storage/bdb/build_win32/db_dump.dsp
2169storage/bdb/build_win32/db_int.h
2170storage/bdb/build_win32/db_java.dsp
2171storage/bdb/build_win32/db_load.dsp
2172storage/bdb/build_win32/db_perf.dsp
2173storage/bdb/build_win32/db_printlog.dsp
2174storage/bdb/build_win32/db_recover.dsp
2175storage/bdb/build_win32/db_stat.dsp
2176storage/bdb/build_win32/db_static.dsp
2177storage/bdb/build_win32/db_tcl.dsp
2178storage/bdb/build_win32/db_test.dsp
2179storage/bdb/build_win32/db_upgrade.dsp
2180storage/bdb/build_win32/db_verify.dsp
2181storage/bdb/build_win32/ex_access.dsp
2182storage/bdb/build_win32/ex_btrec.dsp
2183storage/bdb/build_win32/ex_env.dsp
2184storage/bdb/build_win32/ex_lock.dsp
2185storage/bdb/build_win32/ex_mpool.dsp
2186storage/bdb/build_win32/ex_tpcb.dsp
2187storage/bdb/build_win32/excxx_access.dsp
2188storage/bdb/build_win32/excxx_btrec.dsp
2189storage/bdb/build_win32/excxx_env.dsp
2190storage/bdb/build_win32/excxx_lock.dsp
2191storage/bdb/build_win32/excxx_mpool.dsp
2192storage/bdb/build_win32/excxx_tpcb.dsp
2193storage/bdb/build_win32/include.tcl
2194storage/bdb/build_win32/libdb.def
2195storage/bdb/build_win32/libdb.rc
2196storage/bdb/build_win64/*.dsp
2197storage/bdb/build_win64/*.dsw
2198storage/bdb/build_win64/*.h
2199storage/bdb/db/crdel_auto.c
2200storage/bdb/db/crdel_autop.c
2201storage/bdb/db/db_auto.c
2202storage/bdb/db/db_autop.c
2203storage/bdb/dbinc_auto/*.*
2204storage/bdb/dbreg/dbreg_auto.c
2205storage/bdb/dbreg/dbreg_autop.c
2206storage/bdb/dist/autom4te-2.53.cache/*
2207storage/bdb/dist/autom4te-2.53.cache/output.0
2208storage/bdb/dist/autom4te-2.53.cache/requests
2209storage/bdb/dist/autom4te-2.53.cache/traces.0
2210storage/bdb/dist/autom4te.cache/*
2211storage/bdb/dist/autom4te.cache/output.0
2212storage/bdb/dist/autom4te.cache/requests
2213storage/bdb/dist/autom4te.cache/traces.0
2214storage/bdb/dist/config.hin
2215storage/bdb/dist/configure
2216storage/bdb/dist/tags
2217storage/bdb/dist/template/db_server_proc
2218storage/bdb/dist/template/gen_client_ret
2219storage/bdb/dist/template/rec_btree
2220storage/bdb/dist/template/rec_crdel
2221storage/bdb/dist/template/rec_db
2222storage/bdb/dist/template/rec_dbreg
2223storage/bdb/dist/template/rec_fileops
2224storage/bdb/dist/template/rec_hash
2225storage/bdb/dist/template/rec_log
2226storage/bdb/dist/template/rec_qam
2227storage/bdb/dist/template/rec_txn
2228storage/bdb/examples_c/ex_apprec/ex_apprec_auto.c
2229storage/bdb/examples_c/ex_apprec/ex_apprec_auto.h
2230storage/bdb/examples_c/ex_apprec/ex_apprec_template
2231storage/bdb/examples_java
2232storage/bdb/fileops/fileops_auto.c
2233storage/bdb/fileops/fileops_autop.c
2234storage/bdb/hash/hash_auto.c
2235storage/bdb/hash/hash_autop.c
2236storage/bdb/include/btree_auto.h
2237storage/bdb/include/btree_ext.h
2238storage/bdb/include/clib_ext.h
2239storage/bdb/include/common_ext.h
2240storage/bdb/include/crdel_auto.h
2241storage/bdb/include/db_auto.h
2242storage/bdb/include/db_ext.h
2243storage/bdb/include/db_server.h
2244storage/bdb/include/env_ext.h
2245storage/bdb/include/gen_client_ext.h
2246storage/bdb/include/gen_server_ext.h
2247storage/bdb/include/hash_auto.h
2248storage/bdb/include/hash_ext.h
2249storage/bdb/include/lock_ext.h
2250storage/bdb/include/log_auto.h
2251storage/bdb/include/log_ext.h
2252storage/bdb/include/mp_ext.h
2253storage/bdb/include/mutex_ext.h
2254storage/bdb/include/os_ext.h
2255storage/bdb/include/qam_auto.h
2256storage/bdb/include/qam_ext.h
2257storage/bdb/include/rpc_client_ext.h
2258storage/bdb/include/rpc_server_ext.h
2259storage/bdb/include/tcl_ext.h
2260storage/bdb/include/txn_auto.h
2261storage/bdb/include/txn_ext.h
2262storage/bdb/include/xa_ext.h
2263storage/bdb/java/src/com/sleepycat/db/Db.java
2264storage/bdb/java/src/com/sleepycat/db/DbBtreeStat.java
2265storage/bdb/java/src/com/sleepycat/db/DbConstants.java
2266storage/bdb/java/src/com/sleepycat/db/DbHashStat.java
2267storage/bdb/java/src/com/sleepycat/db/DbLockStat.java
2268storage/bdb/java/src/com/sleepycat/db/DbLogStat.java
2269storage/bdb/java/src/com/sleepycat/db/DbMpoolFStat.java
2270storage/bdb/java/src/com/sleepycat/db/DbQueueStat.java
2271storage/bdb/java/src/com/sleepycat/db/DbRepStat.java
2272storage/bdb/java/src/com/sleepycat/db/DbTxnStat.java
2273storage/bdb/libdb_java/java_stat_auto.c
2274storage/bdb/libdb_java/java_stat_auto.h
2275storage/bdb/libdb_java/java_util.i
2276storage/bdb/log/log_auto.c
2277storage/bdb/qam/qam_auto.c
2278storage/bdb/qam/qam_autop.c
2279storage/bdb/rep/rep_auto.c
2280storage/bdb/rep/rep_autop.c
2281storage/bdb/rpc_client/db_server_clnt.c
2282storage/bdb/rpc_client/gen_client.c
2283storage/bdb/rpc_server/c/db_server_proc.c
2284storage/bdb/rpc_server/c/db_server_proc.sed
2285storage/bdb/rpc_server/c/db_server_svc.c
2286storage/bdb/rpc_server/c/db_server_xdr.c
2287storage/bdb/rpc_server/c/gen_db_server.c
2288storage/bdb/rpc_server/db_server.x
2289storage/bdb/rpc_server/db_server_proc.sed
2290storage/bdb/rpc_server/db_server_svc.c
2291storage/bdb/rpc_server/db_server_xdr.c
2292storage/bdb/rpc_server/gen_db_server.c
2293storage/bdb/test/TESTS
2294storage/bdb/test/include.tcl
2295storage/bdb/test/logtrack.list
2296storage/bdb/txn/txn_auto.c
2297storage/bdb/txn/txn_autop.c
2298storage/blackhole/.deps/ha_blackhole_la-ha_blackhole.Plo
2299storage/blackhole/.deps/libblackhole_a-ha_blackhole.Po
2300storage/csv/.deps/ha_csv_la-ha_tina.Plo
2301storage/csv/.deps/libcsv_a-ha_tina.Po
2302storage/example/.deps/ha_example_la-ha_example.Plo
2303storage/example/.deps/libexample_a-ha_example.Po
2304storage/heap/.deps/_check.Po
2305storage/heap/.deps/_rectest.Po
2306storage/heap/.deps/hp_block.Po
2307storage/heap/.deps/hp_clear.Po
2308storage/heap/.deps/hp_close.Po
2309storage/heap/.deps/hp_create.Po
2310storage/heap/.deps/hp_delete.Po
2311storage/heap/.deps/hp_extra.Po
2312storage/heap/.deps/hp_hash.Po
2313storage/heap/.deps/hp_info.Po
2314storage/heap/.deps/hp_open.Po
2315storage/heap/.deps/hp_panic.Po
2316storage/heap/.deps/hp_rename.Po
2317storage/heap/.deps/hp_rfirst.Po
2318storage/heap/.deps/hp_rkey.Po
2319storage/heap/.deps/hp_rlast.Po
2320storage/heap/.deps/hp_rnext.Po
2321storage/heap/.deps/hp_rprev.Po
2322storage/heap/.deps/hp_rrnd.Po
2323storage/heap/.deps/hp_rsame.Po
2324storage/heap/.deps/hp_scan.Po
2325storage/heap/.deps/hp_static.Po
2326storage/heap/.deps/hp_test1.Po
2327storage/heap/.deps/hp_test2.Po
2328storage/heap/.deps/hp_update.Po
2329storage/heap/.deps/hp_write.Po
2330storage/heap/hp_test1
2331storage/heap/hp_test2
2332storage/innobase/autom4te-2.53.cache/*
2333storage/innobase/autom4te-2.53.cache/output.0
2334storage/innobase/autom4te-2.53.cache/requests
2335storage/innobase/autom4te-2.53.cache/traces.0
2336storage/innobase/autom4te.cache/*
2337storage/innobase/autom4te.cache/output.0
2338storage/innobase/autom4te.cache/requests
2339storage/innobase/autom4te.cache/traces.0
2340storage/innobase/btr/.deps/btr0btr.Po
2341storage/innobase/btr/.deps/btr0cur.Po
2342storage/innobase/btr/.deps/btr0pcur.Po
2343storage/innobase/btr/.deps/btr0sea.Po
2344storage/innobase/buf/.deps/buf0buf.Po
2345storage/innobase/buf/.deps/buf0flu.Po
2346storage/innobase/buf/.deps/buf0lru.Po
2347storage/innobase/buf/.deps/buf0rea.Po
2348storage/innobase/configure.lineno
2349storage/innobase/conftest.s1
2350storage/innobase/conftest.subs
2351storage/innobase/data/.deps/data0data.Po
2352storage/innobase/data/.deps/data0type.Po
2353storage/innobase/dict/.deps/dict0boot.Po
2354storage/innobase/dict/.deps/dict0crea.Po
2355storage/innobase/dict/.deps/dict0dict.Po
2356storage/innobase/dict/.deps/dict0load.Po
2357storage/innobase/dict/.deps/dict0mem.Po
2358storage/innobase/dyn/.deps/dyn0dyn.Po
2359storage/innobase/eval/.deps/eval0eval.Po
2360storage/innobase/eval/.deps/eval0proc.Po
2361storage/innobase/fil/.deps/fil0fil.Po
2362storage/innobase/fsp/.deps/fsp0fsp.Po
2363storage/innobase/fut/.deps/fut0fut.Po
2364storage/innobase/fut/.deps/fut0lst.Po
2365storage/innobase/ha/.deps/ha0ha.Po
2366storage/innobase/ha/.deps/hash0hash.Po
2367storage/innobase/ib_config.h
2368storage/innobase/ib_config.h.in
2369storage/innobase/ibuf/.deps/ibuf0ibuf.Po
2370storage/innobase/lock/.deps/lock0lock.Po
2371storage/innobase/log/.deps/log0log.Po
2372storage/innobase/log/.deps/log0recv.Po
2373storage/innobase/mach/.deps/mach0data.Po
2374storage/innobase/mem/.deps/mem0mem.Po
2375storage/innobase/mem/.deps/mem0pool.Po
2376storage/innobase/mkinstalldirs
2377storage/innobase/mtr/.deps/mtr0log.Po
2378storage/innobase/mtr/.deps/mtr0mtr.Po
2379storage/innobase/os/.deps/os0file.Po
2380storage/innobase/os/.deps/os0proc.Po
2381storage/innobase/os/.deps/os0sync.Po
2382storage/innobase/os/.deps/os0thread.Po
2383storage/innobase/page/.deps/page0cur.Po
2384storage/innobase/page/.deps/page0page.Po
2385storage/innobase/pars/.deps/lexyy.Po
2386storage/innobase/pars/.deps/pars0grm.Po
2387storage/innobase/pars/.deps/pars0opt.Po
2388storage/innobase/pars/.deps/pars0pars.Po
2389storage/innobase/pars/.deps/pars0sym.Po
2390storage/innobase/que/.deps/que0que.Po
2391storage/innobase/read/.deps/read0read.Po
2392storage/innobase/rem/.deps/rem0cmp.Po
2393storage/innobase/rem/.deps/rem0rec.Po
2394storage/innobase/row/.deps/row0ins.Po
2395storage/innobase/row/.deps/row0mysql.Po
2396storage/innobase/row/.deps/row0purge.Po
2397storage/innobase/row/.deps/row0row.Po
2398storage/innobase/row/.deps/row0sel.Po
2399storage/innobase/row/.deps/row0uins.Po
2400storage/innobase/row/.deps/row0umod.Po
2401storage/innobase/row/.deps/row0undo.Po
2402storage/innobase/row/.deps/row0upd.Po
2403storage/innobase/row/.deps/row0vers.Po
2404storage/innobase/srv/.deps/srv0que.Po
2405storage/innobase/srv/.deps/srv0srv.Po
2406storage/innobase/srv/.deps/srv0start.Po
2407storage/innobase/stamp-h1
2408storage/innobase/sync/.deps/sync0arr.Po
2409storage/innobase/sync/.deps/sync0rw.Po
2410storage/innobase/sync/.deps/sync0sync.Po
2411storage/innobase/thr/.deps/thr0loc.Po
2412storage/innobase/trx/.deps/trx0purge.Po
2413storage/innobase/trx/.deps/trx0rec.Po
2414storage/innobase/trx/.deps/trx0roll.Po
2415storage/innobase/trx/.deps/trx0rseg.Po
2416storage/innobase/trx/.deps/trx0sys.Po
2417storage/innobase/trx/.deps/trx0trx.Po
2418storage/innobase/trx/.deps/trx0undo.Po
2419storage/innobase/usr/.deps/usr0sess.Po
2420storage/innobase/ut/.deps/ut0byte.Po
2421storage/innobase/ut/.deps/ut0dbg.Po
2422storage/innobase/ut/.deps/ut0list.Po
2423storage/innobase/ut/.deps/ut0mem.Po
2424storage/innobase/ut/.deps/ut0rnd.Po
2425storage/innobase/ut/.deps/ut0ut.Po
2426storage/innobase/ut/.deps/ut0vec.Po
2427storage/innobase/ut/.deps/ut0wqueue.Po
2428storage/myisam/.deps/ft_boolean_search.Po
2429storage/myisam/.deps/ft_nlq_search.Po
2430storage/myisam/.deps/ft_parser.Po
2431storage/myisam/.deps/ft_static.Po
2432storage/myisam/.deps/ft_stopwords.Po
2433storage/myisam/.deps/ft_update.Po
2434storage/myisam/.deps/mi_cache.Po
2435storage/myisam/.deps/mi_changed.Po
2436storage/myisam/.deps/mi_check.Po
2437storage/myisam/.deps/mi_checksum.Po
2438storage/myisam/.deps/mi_close.Po
2439storage/myisam/.deps/mi_create.Po
2440storage/myisam/.deps/mi_dbug.Po
2441storage/myisam/.deps/mi_delete.Po
2442storage/myisam/.deps/mi_delete_all.Po
2443storage/myisam/.deps/mi_delete_table.Po
2444storage/myisam/.deps/mi_dynrec.Po
2445storage/myisam/.deps/mi_extra.Po
2446storage/myisam/.deps/mi_info.Po
2447storage/myisam/.deps/mi_key.Po
2448storage/myisam/.deps/mi_keycache.Po
2449storage/myisam/.deps/mi_locking.Po
2450storage/myisam/.deps/mi_log.Po
2451storage/myisam/.deps/mi_open.Po
2452storage/myisam/.deps/mi_packrec.Po
2453storage/myisam/.deps/mi_page.Po
2454storage/myisam/.deps/mi_panic.Po
2455storage/myisam/.deps/mi_preload.Po
2456storage/myisam/.deps/mi_range.Po
2457storage/myisam/.deps/mi_rename.Po
2458storage/myisam/.deps/mi_rfirst.Po
2459storage/myisam/.deps/mi_rkey.Po
2460storage/myisam/.deps/mi_rlast.Po
2461storage/myisam/.deps/mi_rnext.Po
2462storage/myisam/.deps/mi_rnext_same.Po
2463storage/myisam/.deps/mi_rprev.Po
2464storage/myisam/.deps/mi_rrnd.Po
2465storage/myisam/.deps/mi_rsame.Po
2466storage/myisam/.deps/mi_rsamepos.Po
2467storage/myisam/.deps/mi_scan.Po
2468storage/myisam/.deps/mi_search.Po
2469storage/myisam/.deps/mi_static.Po
2470storage/myisam/.deps/mi_statrec.Po
2471storage/myisam/.deps/mi_test1.Po
2472storage/myisam/.deps/mi_test2.Po
2473storage/myisam/.deps/mi_test3.Po
2474storage/myisam/.deps/mi_unique.Po
2475storage/myisam/.deps/mi_update.Po
2476storage/myisam/.deps/mi_write.Po
2477storage/myisam/.deps/myisam_ftdump.Po
2478storage/myisam/.deps/myisamchk.Po
2479storage/myisam/.deps/myisamlog.Po
2480storage/myisam/.deps/myisampack.Po
2481storage/myisam/.deps/rt_index.Po
2482storage/myisam/.deps/rt_key.Po
2483storage/myisam/.deps/rt_mbr.Po
2484storage/myisam/.deps/rt_split.Po
2485storage/myisam/.deps/rt_test.Po
2486storage/myisam/.deps/sort.Po
2487storage/myisam/.deps/sp_key.Po
2488storage/myisam/.deps/sp_test.Po
2489storage/myisam/FT1.MYD
2490storage/myisam/FT1.MYI
2491storage/myisam/ft_dump
2492storage/myisam/ft_eval
2493storage/myisam/ft_test1
2494storage/myisam/ftbench/data
2495storage/myisam/ftbench/t
2496storage/myisam/ftbench/var/*
2497storage/myisam/mi_test1
2498storage/myisam/mi_test2
2499storage/myisam/mi_test3
2500storage/myisam/mi_test_all
2501storage/myisam/myisam.log
2502storage/myisam/myisam_ftdump
2503storage/myisam/myisamchk
2504storage/myisam/myisamlog
2505storage/myisam/myisampack
2506storage/myisam/rt_test
2507storage/myisam/rt_test.MYD
2508storage/myisam/rt_test.MYI
2509storage/myisam/sp_test
2510storage/myisam/test1.MYD
2511storage/myisam/test1.MYI
2512storage/myisam/test2.MYD
2513storage/myisam/test2.MYI
2514storage/myisammrg/.deps/myrg_close.Po
2515storage/myisammrg/.deps/myrg_create.Po
2516storage/myisammrg/.deps/myrg_delete.Po
2517storage/myisammrg/.deps/myrg_extra.Po
2518storage/myisammrg/.deps/myrg_info.Po
2519storage/myisammrg/.deps/myrg_locking.Po
2520storage/myisammrg/.deps/myrg_open.Po
2521storage/myisammrg/.deps/myrg_panic.Po
2522storage/myisammrg/.deps/myrg_queue.Po
2523storage/myisammrg/.deps/myrg_range.Po
2524storage/myisammrg/.deps/myrg_rfirst.Po
2525storage/myisammrg/.deps/myrg_rkey.Po
2526storage/myisammrg/.deps/myrg_rlast.Po
2527storage/myisammrg/.deps/myrg_rnext.Po
2528storage/myisammrg/.deps/myrg_rnext_same.Po
2529storage/myisammrg/.deps/myrg_rprev.Po
2530storage/myisammrg/.deps/myrg_rrnd.Po
2531storage/myisammrg/.deps/myrg_rsame.Po
2532storage/myisammrg/.deps/myrg_static.Po
2533storage/myisammrg/.deps/myrg_update.Po
2534storage/myisammrg/.deps/myrg_write.Po
2535storage/ndb/bin/DbAsyncGenerator
2536storage/ndb/bin/DbCreate
2537storage/ndb/bin/acid
2538storage/ndb/bin/async-lmc-bench-l-p10.sh
2539storage/ndb/bin/async-lmc-bench-l.sh
2540storage/ndb/bin/async-lmc-bench-p10.sh
2541storage/ndb/bin/async-lmc-bench.sh
2542storage/ndb/bin/atrt
2543storage/ndb/bin/atrt-analyze-result.sh
2544storage/ndb/bin/atrt-clear-result.sh
2545storage/ndb/bin/atrt-gather-result.sh
2546storage/ndb/bin/atrt-setup.sh
2547storage/ndb/bin/bankCreator
2548storage/ndb/bin/bankMakeGL
2549storage/ndb/bin/bankSumAccounts
2550storage/ndb/bin/bankTimer
2551storage/ndb/bin/bankTransactionMaker
2552storage/ndb/bin/bankValidateAllGLs
2553storage/ndb/bin/basicTransporterTest
2554storage/ndb/bin/benchronja
2555storage/ndb/bin/bulk_copy
2556storage/ndb/bin/copy_tab
2557storage/ndb/bin/create_all_tabs
2558storage/ndb/bin/create_index
2559storage/ndb/bin/create_tab
2560storage/ndb/bin/delete_all
2561storage/ndb/bin/desc
2562storage/ndb/bin/drop_all_tabs
2563storage/ndb/bin/drop_index
2564storage/ndb/bin/drop_tab
2565storage/ndb/bin/flexAsynch
2566storage/ndb/bin/flexBench
2567storage/ndb/bin/flexHammer
2568storage/ndb/bin/flexScan
2569storage/ndb/bin/flexTT
2570storage/ndb/bin/hugoCalculator
2571storage/ndb/bin/hugoFill
2572storage/ndb/bin/hugoLoad
2573storage/ndb/bin/hugoLockRecords
2574storage/ndb/bin/hugoPkDelete
2575storage/ndb/bin/hugoPkRead
2576storage/ndb/bin/hugoPkReadRecord
2577storage/ndb/bin/hugoPkUpdate
2578storage/ndb/bin/hugoScanRead
2579storage/ndb/bin/hugoScanUpdate
2580storage/ndb/bin/index
2581storage/ndb/bin/index2
2582storage/ndb/bin/initronja
2583storage/ndb/bin/interpreterInTup
2584storage/ndb/bin/list_tables
2585storage/ndb/bin/make-config.sh
2586storage/ndb/bin/mgmtclient
2587storage/ndb/bin/mgmtsrvr
2588storage/ndb/bin/mkconfig
2589storage/ndb/bin/ndb
2590storage/ndb/bin/ndb_cpcc
2591storage/ndb/bin/ndb_cpcd
2592storage/ndb/bin/ndb_rep
2593storage/ndb/bin/ndbsql
2594storage/ndb/bin/newton_basic
2595storage/ndb/bin/newton_br
2596storage/ndb/bin/newton_pb
2597storage/ndb/bin/newton_perf
2598storage/ndb/bin/perfTransporterTest
2599storage/ndb/bin/printConfig
2600storage/ndb/bin/printSchemafile
2601storage/ndb/bin/printSysfile
2602storage/ndb/bin/redoLogFileReader
2603storage/ndb/bin/restart
2604storage/ndb/bin/restarter
2605storage/ndb/bin/restarter2
2606storage/ndb/bin/restarts
2607storage/ndb/bin/restore
2608storage/ndb/bin/select_all
2609storage/ndb/bin/select_count
2610storage/ndb/bin/telco
2611storage/ndb/bin/testBackup
2612storage/ndb/bin/testBank
2613storage/ndb/bin/testBasic
2614storage/ndb/bin/testBasicAsynch
2615storage/ndb/bin/testCopy
2616storage/ndb/bin/testDataBuffers
2617storage/ndb/bin/testDict
2618storage/ndb/bin/testGrep
2619storage/ndb/bin/testGrepVerify
2620storage/ndb/bin/testIndex
2621storage/ndb/bin/testInterpreter
2622storage/ndb/bin/testKernelDataBuffer
2623storage/ndb/bin/testLongSig
2624storage/ndb/bin/testMgm
2625storage/ndb/bin/testMgmapi
2626storage/ndb/bin/testNdbApi
2627storage/ndb/bin/testNodeRestart
2628storage/ndb/bin/testOIBasic
2629storage/ndb/bin/testOdbcDriver
2630storage/ndb/bin/testOperations
2631storage/ndb/bin/testRestartGci
2632storage/ndb/bin/testScan
2633storage/ndb/bin/testScanInterpreter
2634storage/ndb/bin/testSimplePropertiesSection
2635storage/ndb/bin/testSystemRestart
2636storage/ndb/bin/testTimeout
2637storage/ndb/bin/testTransactions
2638storage/ndb/bin/test_cpcd
2639storage/ndb/bin/test_event
2640storage/ndb/bin/verify_index
2641storage/ndb/bin/waiter
2642storage/ndb/config/autom4te.cache/*
2643storage/ndb/config/config.mk
2644storage/ndb/examples/ndbapi_example1/ndbapi_example1
2645storage/ndb/examples/ndbapi_example2/ndbapi_example2
2646storage/ndb/examples/ndbapi_example3/ndbapi_example3
2647storage/ndb/examples/ndbapi_example5/ndbapi_example5
2648storage/ndb/examples/select_all/select_all
2649storage/ndb/include/ndb_global.h
2650storage/ndb/include/ndb_types.h
2651storage/ndb/include/ndb_version.h
2652storage/ndb/lib/libMGM_API.so
2653storage/ndb/lib/libNDB_API.so
2654storage/ndb/lib/libNDB_ODBC.so
2655storage/ndb/lib/libNEWTON_API.so
2656storage/ndb/lib/libNEWTON_BASICTEST_COMMON.so
2657storage/ndb/lib/libREP_API.so
2658storage/ndb/lib/libndbclient.so
2659storage/ndb/lib/libndbclient_extra.so
2660storage/ndb/ndbapi-examples/mgmapi_logevent/mgmapi_logevent
2661storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2
2662storage/ndb/ndbapi-examples/ndbapi_async/ndbapi_async
2663storage/ndb/ndbapi-examples/ndbapi_async1/ndbapi_async1
2664storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event
2665storage/ndb/ndbapi-examples/ndbapi_retries/ndbapi_retries
2666storage/ndb/ndbapi-examples/ndbapi_scan/ndbapi_scan
2667storage/ndb/ndbapi-examples/ndbapi_simple/ndbapi_simple
2668storage/ndb/ndbapi-examples/ndbapi_simple_dual/ndbapi_simple_dual
2669storage/ndb/ndbapi-examples/ndbapi_simple_index/ndbapi_simple_index
2670storage/ndb/src/common/debugger/libtrace.dsp
2671storage/ndb/src/common/debugger/signaldata/libsignaldataprint.dsp
2672storage/ndb/src/common/logger/liblogger.dsp
2673storage/ndb/src/common/mgmcommon/libmgmsrvcommon.dsp
2674storage/ndb/src/common/mgmcommon/printConfig/*.d
2675storage/ndb/src/common/portlib/libportlib.dsp
2676storage/ndb/src/common/transporter/libtransporter.dsp
2677storage/ndb/src/common/util/libgeneral.dsp
2678storage/ndb/src/common/util/testBitmask.cpp
2679storage/ndb/src/cw/cpcd/ndb_cpcd
2680storage/ndb/src/dummy.cpp
2681storage/ndb/src/kernel/blocks/backup/libbackup.dsp
2682storage/ndb/src/kernel/blocks/backup/ndb_print_backup_file
2683storage/ndb/src/kernel/blocks/backup/restore/ndb_restore
2684storage/ndb/src/kernel/blocks/cmvmi/libcmvmi.dsp
2685storage/ndb/src/kernel/blocks/dbacc/libdbacc.dsp
2686storage/ndb/src/kernel/blocks/dbdict/libdbdict.dsp
2687storage/ndb/src/kernel/blocks/dbdict/ndb_print_schema_file
2688storage/ndb/src/kernel/blocks/dbdih/libdbdih.dsp
2689storage/ndb/src/kernel/blocks/dbdih/ndb_print_sys_file
2690storage/ndb/src/kernel/blocks/dblqh/libdblqh.dsp
2691storage/ndb/src/kernel/blocks/dbtc/libdbtc.dsp
2692storage/ndb/src/kernel/blocks/dbtup/libdbtup.dsp
2693storage/ndb/src/kernel/blocks/dbtup/test_varpage
2694storage/ndb/src/kernel/blocks/dbtux/libdbtux.dsp
2695storage/ndb/src/kernel/blocks/dbutil/libdbutil.dsp
2696storage/ndb/src/kernel/blocks/grep/libgrep.dsp
2697storage/ndb/src/kernel/blocks/ndb_print_file
2698storage/ndb/src/kernel/blocks/ndbcntr/libndbcntr.dsp
2699storage/ndb/src/kernel/blocks/ndbfs/libndbfs.dsp
2700storage/ndb/src/kernel/blocks/qmgr/libqmgr.dsp
2701storage/ndb/src/kernel/blocks/suma/libsuma.dsp
2702storage/ndb/src/kernel/blocks/trix/libtrix.dsp
2703storage/ndb/src/kernel/error/liberror.dsp
2704storage/ndb/src/kernel/ndbd
2705storage/ndb/src/kernel/ndbd.dsp
2706storage/ndb/src/kernel/vm/libkernel.dsp
2707storage/ndb/src/libndb.ver
2708storage/ndb/src/libndbclient.dsp
2709storage/ndb/src/mgmapi/libmgmapi.dsp
2710storage/ndb/src/mgmclient/libndbmgmclient.dsp
2711storage/ndb/src/mgmclient/ndb_mgm
2712storage/ndb/src/mgmclient/ndb_mgm.dsp
2713storage/ndb/src/mgmclient/test_cpcd/*.d
2714storage/ndb/src/mgmsrv/ndb_mgmd
2715storage/ndb/src/mgmsrv/ndb_mgmd.dsp
2716storage/ndb/src/ndbapi/libndbapi.dsp
2717storage/ndb/src/ndbapi/ndberror_check
2718storage/ndb/test/ndbapi/DbAsyncGenerator
2719storage/ndb/test/ndbapi/DbCreate
2720storage/ndb/test/ndbapi/bank/bankCreator
2721storage/ndb/test/ndbapi/bank/bankMakeGL
2722storage/ndb/test/ndbapi/bank/bankSumAccounts
2723storage/ndb/test/ndbapi/bank/bankTimer
2724storage/ndb/test/ndbapi/bank/bankTransactionMaker
2725storage/ndb/test/ndbapi/bank/bankValidateAllGLs
2726storage/ndb/test/ndbapi/bank/testBank
2727storage/ndb/test/ndbapi/create_all_tabs
2728storage/ndb/test/ndbapi/create_tab
2729storage/ndb/test/ndbapi/drop_all_tabs
2730storage/ndb/test/ndbapi/flexAsynch
2731storage/ndb/test/ndbapi/flexBench
2732storage/ndb/test/ndbapi/flexBench.dsp
2733storage/ndb/test/ndbapi/flexHammer
2734storage/ndb/test/ndbapi/flexTT
2735storage/ndb/test/ndbapi/ndbapi_slow_select
2736storage/ndb/test/ndbapi/testBackup
2737storage/ndb/test/ndbapi/testBasic
2738storage/ndb/test/ndbapi/testBasic.dsp
2739storage/ndb/test/ndbapi/testBasicAsynch
2740storage/ndb/test/ndbapi/testBitfield
2741storage/ndb/test/ndbapi/testBlobs
2742storage/ndb/test/ndbapi/testBlobs.dsp
2743storage/ndb/test/ndbapi/testDataBuffers
2744storage/ndb/test/ndbapi/testDeadlock
2745storage/ndb/test/ndbapi/testDict
2746storage/ndb/test/ndbapi/testIndex
2747storage/ndb/test/ndbapi/testIndexStat
2748storage/ndb/test/ndbapi/testInterpreter
2749storage/ndb/test/ndbapi/testLcp
2750storage/ndb/test/ndbapi/testMgm
2751storage/ndb/test/ndbapi/testNdbApi
2752storage/ndb/test/ndbapi/testNodeRestart
2753storage/ndb/test/ndbapi/testOIBasic
2754storage/ndb/test/ndbapi/testOperations
2755storage/ndb/test/ndbapi/testPartitioning
2756storage/ndb/test/ndbapi/testReadPerf
2757storage/ndb/test/ndbapi/testRestartGci
2758storage/ndb/test/ndbapi/testSRBank
2759storage/ndb/test/ndbapi/testScan
2760storage/ndb/test/ndbapi/testScan.dsp
2761storage/ndb/test/ndbapi/testScanInterpreter
2762storage/ndb/test/ndbapi/testScanPerf
2763storage/ndb/test/ndbapi/testSystemRestart
2764storage/ndb/test/ndbapi/testTimeout
2765storage/ndb/test/ndbapi/testTransactions
2766storage/ndb/test/ndbapi/test_event
2767storage/ndb/test/ndbapi/test_event_merge
2768storage/ndb/test/run-test/atrt
2769storage/ndb/test/src/libNDBT.dsp
2770storage/ndb/test/tools/copy_tab
2771storage/ndb/test/tools/create_index
2772storage/ndb/test/tools/hugoCalculator
2773storage/ndb/test/tools/hugoFill
2774storage/ndb/test/tools/hugoLoad
2775storage/ndb/test/tools/hugoLockRecords
2776storage/ndb/test/tools/hugoPkDelete
2777storage/ndb/test/tools/hugoPkRead
2778storage/ndb/test/tools/hugoPkReadRecord
2779storage/ndb/test/tools/hugoPkUpdate
2780storage/ndb/test/tools/hugoScanRead
2781storage/ndb/test/tools/hugoScanUpdate
2782storage/ndb/test/tools/listen_event
2783storage/ndb/test/tools/ndb_cpcc
2784storage/ndb/test/tools/rep_latency
2785storage/ndb/test/tools/restart
2786storage/ndb/test/tools/verify_index
2787storage/ndb/tools/ndb_config
2788storage/ndb/tools/ndb_delete_all
2789storage/ndb/tools/ndb_delete_all.dsp
2790storage/ndb/tools/ndb_desc
2791storage/ndb/tools/ndb_desc.dsp
2792storage/ndb/tools/ndb_drop_index
2793storage/ndb/tools/ndb_drop_index.dsp
2794storage/ndb/tools/ndb_drop_table
2795storage/ndb/tools/ndb_drop_table.dsp
2796storage/ndb/tools/ndb_restore
2797storage/ndb/tools/ndb_select_all
2798storage/ndb/tools/ndb_select_all.dsp
2799storage/ndb/tools/ndb_select_count
2800storage/ndb/tools/ndb_select_count.dsp
2801storage/ndb/tools/ndb_show_tables
2802storage/ndb/tools/ndb_show_tables.dsp
2803storage/ndb/tools/ndb_test_platform
2804storage/ndb/tools/ndb_waiter
2805storage/ndb/tools/ndb_waiter.dsp
2806strings/*.ds?
2807strings/*.vcproj
2808strings/.deps/bchange.Po
2809strings/.deps/bcmp.Po
2810strings/.deps/bfill.Po
2811strings/.deps/bmove.Po
2812strings/.deps/bmove512.Po
2813strings/.deps/bmove_upp.Po
2814strings/.deps/conf_to_src.Po
2815strings/.deps/ctype-big5.Po
2816strings/.deps/ctype-bin.Po
2817strings/.deps/ctype-cp932.Po
2818strings/.deps/ctype-czech.Po
2819strings/.deps/ctype-euc_kr.Po
2820strings/.deps/ctype-eucjpms.Po
2821strings/.deps/ctype-extra.Po
2822strings/.deps/ctype-gb2312.Po
2823strings/.deps/ctype-gbk.Po
2824strings/.deps/ctype-latin1.Po
2825strings/.deps/ctype-mb.Po
2826strings/.deps/ctype-simple.Po
2827strings/.deps/ctype-sjis.Po
2828strings/.deps/ctype-tis620.Po
2829strings/.deps/ctype-uca.Po
2830strings/.deps/ctype-ucs2.Po
2831strings/.deps/ctype-ujis.Po
2832strings/.deps/ctype-utf8.Po
2833strings/.deps/ctype-win1250ch.Po
2834strings/.deps/ctype.Po
2835strings/.deps/decimal.Po
2836strings/.deps/int2str.Po
2837strings/.deps/is_prefix.Po
2838strings/.deps/llstr.Po
2839strings/.deps/longlong2str.Po
2840strings/.deps/longlong2str_asm.Po
2841strings/.deps/my_strchr.Po
2842strings/.deps/my_strtoll10.Po
2843strings/.deps/my_vsnprintf.Po
2844strings/.deps/r_strinstr.Po
2845strings/.deps/str2int.Po
2846strings/.deps/str_alloc.Po
2847strings/.deps/strappend.Po
2848strings/.deps/strcend.Po
2849strings/.deps/strcont.Po
2850strings/.deps/strend.Po
2851strings/.deps/strfill.Po
2852strings/.deps/strinstr.Po
2853strings/.deps/strmake.Po
2854strings/.deps/strmov.Po
2855strings/.deps/strnlen.Po
2856strings/.deps/strnmov.Po
2857strings/.deps/strstr.Po
2858strings/.deps/strtod.Po
2859strings/.deps/strtol.Po
2860strings/.deps/strtoll.Po
2861strings/.deps/strtoul.Po
2862strings/.deps/strtoull.Po
2863strings/.deps/strxmov.Po
2864strings/.deps/strxnmov.Po
2865strings/.deps/xml.Po
2866strings/conf_to_src
2867strings/ctype_autoconf.c
2868strings/ctype_extra_sources.c
2869strings/str_test
2870strings/test_decimal
2871support-files/*.ini
2872support-files/MacOSX/Description.plist
2873support-files/MacOSX/Info.plist
2874support-files/MacOSX/ReadMe.txt
2875support-files/MacOSX/StartupParameters.plist
2876support-files/MacOSX/postflight
2877support-files/MacOSX/postinstall
2878support-files/MacOSX/preflight
2879support-files/MacOSX/preinstall
2880support-files/binary-configure
2881support-files/my-huge.cnf
2882support-files/my-innodb-heavy-4G.cnf
2883support-files/my-large.cnf
2884support-files/my-medium.cnf
2885support-files/my-small.cnf
2886support-files/mysql-3.23.25-beta.spec
2887support-files/mysql-3.23.26-beta.spec
2888support-files/mysql-3.23.27-beta.spec
2889support-files/mysql-3.23.28-gamma.spec
2890support-files/mysql-3.23.29-gamma.spec
2891support-files/mysql-log-rotate
2892support-files/mysql.server
2893support-files/mysql.spec
2894support-files/mysqld_multi.server
2895support-files/ndb-config-2-node.ini
2896tags
2897test/ndbapi/bank/bankCreator
2898test/ndbapi/bank/bankMakeGL
2899test/ndbapi/bank/bankSumAccounts
2900test/ndbapi/bank/bankTimer
2901test/ndbapi/bank/bankTransactionMaker
2902test/ndbapi/bank/bankValidateAllGLs
2903test/ndbapi/bank/testBank
2904test/ndbapi/create_all_tabs
2905test/ndbapi/create_tab
2906test/ndbapi/drop_all_tabs
2907test/ndbapi/flexAsynch
2908test/ndbapi/flexBench
2909test/ndbapi/flexHammer
2910test/ndbapi/flexTT
2911test/ndbapi/testBackup
2912test/ndbapi/testBasic
2913test/ndbapi/testBasicAsynch
2914test/ndbapi/testBlobs
2915test/ndbapi/testDataBuffers
2916test/ndbapi/testDeadlock
2917test/ndbapi/testDict
2918test/ndbapi/testIndex
2919test/ndbapi/testMgm
2920test/ndbapi/testNdbApi
2921test/ndbapi/testNodeRestart
2922test/ndbapi/testOIBasic
2923test/ndbapi/testOperations
2924test/ndbapi/testRestartGci
2925test/ndbapi/testScan
2926test/ndbapi/testScanInterpreter
2927test/ndbapi/testScanPerf
2928test/ndbapi/testSystemRestart
2929test/ndbapi/testTimeout
2930test/ndbapi/testTransactions
2931test/ndbapi/test_event
2932test/run-test/atrt
2933test/tools/copy_tab
2934test/tools/create_index
2935test/tools/hugoCalculator
2936test/tools/hugoFill
2937test/tools/hugoLoad
2938test/tools/hugoLockRecords
2939test/tools/hugoPkDelete
2940test/tools/hugoPkRead
2941test/tools/hugoPkReadRecord
2942test/tools/hugoPkUpdate
2943test/tools/hugoScanRead
2944test/tools/hugoScanUpdate
2945test/tools/ndb_cpcc
2946test/tools/restart
2947test/tools/verify_index
2948test1/*
2949test_xml
2950tests/*.ds?
2951tests/*.vcproj
2952tests/.deps/dummy.Po
2953tests/.deps/insert_test.Po
2954tests/.deps/mysql_client_test.Po
2955tests/.deps/select_test.Po
2956tests/.deps/thread_test.Po
2957tests/.libs -prune
2958tests/.libs/lt-mysql_client_test
2959tests/.libs/mysql_client_test
2960tests/bug25714
2961tests/client_test
2962tests/connect_test
2963tests/mysql_client_test
2964thr_insert_test/*
2965thr_test/*
2966thread_test
2967tmp/*
2968tools/.libs -prune
2969tools/my_vsnprintf.c
2970tools/mysqlmanager
2971tools/mysqlmngd
2972tools/mysqltestmanager
2973tools/mysys_priv.h
2974unittest/examples/*.t
2975unittest/examples/.deps/no_plan-t.Po
2976unittest/examples/.deps/simple-t.Po
2977unittest/examples/.deps/skip-t.Po
2978unittest/examples/.deps/skip_all-t.Po
2979unittest/examples/.deps/todo-t.Po
2980unittest/gunit/merge_large_tests.cc
2981unittest/gunit/merge_small_tests.cc
2982unittest/mysys/*.t
2983unittest/mysys/.deps/base64-t.Po
2984unittest/mysys/.deps/my_atomic-t.Po
2985unittest/mytap/.deps/tap.Po
2986unittest/mytap/t/*.t
2987unittest/mytap/t/.deps/basic-t.Po
2988unittest/unit
2989vi.h
2990vio/*.ds?
2991vio/*.vcproj
2992vio/.deps/dummy.Po
2993vio/.deps/test-ssl.Po
2994vio/.deps/test-sslclient.Po
2995vio/.deps/test-sslserver.Po
2996vio/.deps/vio.Po
2997vio/.deps/viosocket.Po
2998vio/.deps/viossl.Po
2999vio/.deps/viosslfactories.Po
3000vio/test-ssl
3001vio/test-sslclient
3002vio/test-sslserver
3003vio/viotest-ssl
3004vio/viotest-sslconnect.cpp
3005vio/viotest.cpp
3006win/configure.data
3007win/vs71cache.txt
3008win/vs8cache.txt
3009win/nmake_cache.txt
3010ylwrap
3011zlib/*.ds?
3012zlib/*.vcproj
3013mysql-test/bug36522-64.tar
3014mysql-test/bug36522.tar
3015mysql-test/t.log
3016mysql-test/tps.log
3017libmysqld/event_parse_data.cc
3018autom4te.cache
3019sql/share/czech
3020sql/share/danish
3021sql/share/dutch
3022sql/share/english
3023sql/share/estonian
3024sql/share/french
3025sql/share/german
3026sql/share/greek
3027sql/share/hungarian
3028sql/share/italian
3029sql/share/japanese
3030sql/share/japanese-sjis
3031sql/share/korean
3032sql/share/norwegian
3033sql/share/norwegian-ny
3034sql/share/polish
3035sql/share/portuguese
3036sql/share/romanian
3037sql/share/russian
3038sql/share/serbian
3039sql/share/slovak
3040sql/share/spanish
3041sql/share/swedish
3042sql/share/ukrainian
3043*.jar
3044*.dylib
3045*.stamp
3046storage/ndb/**/*.dir
3047storage/ndb/**/CMakeFiles
3048storage/ndb/**/target
3049storage/ndb/**/*.class
3050storage/ndb/src/ndbjtie/**/*.sh
3051storage/ndb/src/ndbjtie/**/*.log
3052storage/ndb/src/ndbjtie/jtie/test/myapi/myapi_test
3053storage/ndb/clusterj/**/*MANIFEST.MF
3054storage/ndb/clusterj/**/*manifest.mf
3055storage/ndb/test/crund/*.cnf
3056storage/ndb/test/crund/*.ini*
3057storage/ndb/test/crund/*.properties
3058storage/ndb/test/crund/build/
3059storage/ndb/test/crund/javadoc/
3060storage/ndb/test/crund/lib/
3061storage/ndb/test/crund/**/log*
3062storage/ndb/test/crund/martins_little_helpers/src/utils/Properties_test
3063storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch_test
3064storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils_test
3065storage/ndb/test/crund/martins_little_helpers/src/utils/utils_HrtStopwatch.h
3066storage/ndb/test/crund/martins_little_helpers/src/utils/utils_JniInstrumentationTest.h
3067storage/ndb/test/crund/scripts/ndblog
3068storage/ndb/test/crund/scripts/results
3069storage/ndb/test/crund/src/crundndb/NdbApiDriver
3070storage/ndb/test/crund/src/crundndb/com_mysql_cluster_crund_NdbApiLoad.h
3071storage/ndb/test/crund/tws/tws_java/build/
3072storage/ndb/test/crund/tws/tws_java/nbproject/configs/
3073storage/ndb/test/crund/tws/tws_java/nbproject/private/
3074storage/ndb/test/crund/tws/tws_java/run.properties
3075storage/ndb/test/crund/tws/*.properties
3076storage/ndb/test/crund/tws/tws_cpp/TwsDriver
3077
3078libmysqld/examples/mysqltest.cc
3079libmysqld/sql_signal.cc
3080libmysqld/debug_sync.cc
3081dbug/tests
3082libmysqld/mdl.cc
3083client/transaction.h
3084libmysqld/transaction.cc
3085libmysqld/sys_vars.cc
3086libmysqld/keycaches.cc
3087client/dtoa.c
3088libmysqld/opt_trace.cc
3089libmysqld/sql_audit.cc
3090storage/archive/archive_performance
3091storage/archive/concurrency_test
3092libmysql_r/client_settings.h
3093libmysqld/scheduler.cc
3094libmysqld/sql_connect.cc
3095libmysqld/sql_tablespace.cc
3096mysql-test/dump.txt
3097configure.am
3098run_collection*.cmake
3099configure.am
3100run_collection*.cmake
3101cmake_install.cmake
3102CMakeFiles.cmake
3103CPackConfig.cmake
3104CPackSourceConfig.cmake
3105CTestTestfile.cmake
3106make_dist.cmake
3107_CPack_Packages
3108merge_archives*.cmake
3109libmysqld/des_key_file.cc
3110CPackConfig.cmake
3111CPackSourceConfig.cmake
3112make_dist.cmake
3113client/echo
3114libmysql/libmysql_exports_file.cc
3115libmysql/merge_archives_mysqlclient.cmake
3116libmysqld/merge_archives_mysqlserver.cmake
3117libmysqld/mysqlserver_depends.c
3118libmysqld/examples/mysql_embedded
3119libmysqld/sql_bootstrap.cc
3120sql/dummy.bak
3121mysys/thr_lock
3122mysys/queues
3123libmysqld/binlog.cc
3124libmysqld/sql_alter.cc
3125libmysqld/sql_partition_admin.cc
3126generated
3127doxyerror.log
3128VERSION.dep
3129info_macros.cmake
3130Docs/INFO_BIN
3131Docs/INFO_SRC
3132Testing
3133FilesCopied
3134source_downloads
3135client/mysql_plugin
3136support-files/plugins.files
3137storage/perfschema/pfs_lex_token.h
3138storage/perfschema/gen_pfs_lex_token
3139sql/share/bulgarian
03140
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2014-09-15 08:52:36 +0000
+++ CMakeLists.txt 2014-12-29 06:33:41 +0000
@@ -27,10 +27,12 @@
2727
28# We use the LOCATION target property (CMP0026)28# We use the LOCATION target property (CMP0026)
29# and get_target_property() for non-existent targets (CMP0045)29# and get_target_property() for non-existent targets (CMP0045)
30# and INSTALL_NAME_DIR (CMP0042)
30IF(CMAKE_VERSION VERSION_EQUAL "3.0.0" OR31IF(CMAKE_VERSION VERSION_EQUAL "3.0.0" OR
31 CMAKE_VERSION VERSION_GREATER "3.0.0")32 CMAKE_VERSION VERSION_GREATER "3.0.0")
32 CMAKE_POLICY(SET CMP0026 OLD)33 CMAKE_POLICY(SET CMP0026 OLD)
33 CMAKE_POLICY(SET CMP0045 OLD)34 CMAKE_POLICY(SET CMP0045 OLD)
35 CMAKE_POLICY(SET CMP0042 OLD)
34ENDIF()36ENDIF()
3537
36MESSAGE(STATUS "Running cmake version ${CMAKE_VERSION}")38MESSAGE(STATUS "Running cmake version ${CMAKE_VERSION}")
@@ -74,15 +76,8 @@
74 "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or76 "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
75 CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel")77 CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel")
7678
77# Possibly temporary fix: Clang on 32 bit causes non-debug server to crash
78IF(CMAKE_OSX_ARCHITECTURES MATCHES "i386")
79 SET(CMAKE_CXX_COMPILER g++)
80ENDIF()
81
82IF(WITH_DEBUG)79IF(WITH_DEBUG)
83 SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING ${BUILDTYPE_DOCSTRING} FORCE)80 SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING ${BUILDTYPE_DOCSTRING} FORCE)
84 SET(MYSQL_MAINTAINER_MODE ON CACHE BOOL
85 "MySQL maintainer-specific development environment")
86 IF(UNIX AND NOT APPLE)81 IF(UNIX AND NOT APPLE)
87 # Compiling with PIC speeds up embedded build, on PIC sensitive systems 82 # Compiling with PIC speeds up embedded build, on PIC sensitive systems
88 # Predefine it to ON, in case user chooses to build embedded. 83 # Predefine it to ON, in case user chooses to build embedded.
@@ -112,6 +107,15 @@
112ENDIF()107ENDIF()
113PROJECT(${MYSQL_PROJECT_NAME})108PROJECT(${MYSQL_PROJECT_NAME})
114109
110# Maintainer mode is default on only for Linux debug builds using GCC/G++
111IF(CMAKE_BUILD_TYPE MATCHES "Debug" OR WITH_DEBUG)
112 IF(CMAKE_SYSTEM_NAME MATCHES "Linux" AND
113 CMAKE_COMPILER_IS_GNUCC AND CMAKE_COMPILER_IS_GNUCXX)
114 SET(MYSQL_MAINTAINER_MODE ON CACHE BOOL
115 "MySQL maintainer-specific development environment")
116 ENDIF()
117ENDIF()
118
115OPTION(WITH_DEFAULT_COMPILER_OPTIONS119OPTION(WITH_DEFAULT_COMPILER_OPTIONS
116 "Use flags from cmake/build_configurations/compiler_options.cmake"120 "Use flags from cmake/build_configurations/compiler_options.cmake"
117 ON)121 ON)
@@ -168,31 +172,6 @@
168 INCLUDE(${CMAKE_SOURCE_DIR}/cmake/build_configurations/feature_set.cmake)172 INCLUDE(${CMAKE_SOURCE_DIR}/cmake/build_configurations/feature_set.cmake)
169ENDIF()173ENDIF()
170174
171#
172# Control aspects of the development environment which are
173# specific to MySQL maintainers and developers.
174#
175INCLUDE(maintainer)
176
177OPTION(MYSQL_MAINTAINER_MODE
178 "MySQL maintainer-specific development environment" OFF)
179
180# Whether the maintainer mode compiler options should be enabled.
181IF(MYSQL_MAINTAINER_MODE)
182 IF(CMAKE_C_COMPILER_ID MATCHES "GNU")
183 SET_MYSQL_MAINTAINER_GNU_C_OPTIONS()
184 ENDIF()
185 IF(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
186 SET_MYSQL_MAINTAINER_GNU_CXX_OPTIONS()
187 ENDIF()
188 IF(CMAKE_C_COMPILER_ID MATCHES "Intel")
189 SET_MYSQL_MAINTAINER_INTEL_C_OPTIONS()
190 ENDIF()
191 IF(CMAKE_CXX_COMPILER_ID MATCHES "Intel")
192 SET_MYSQL_MAINTAINER_INTEL_CXX_OPTIONS()
193 ENDIF()
194ENDIF()
195
196# Add macros175# Add macros
197INCLUDE(character_sets)176INCLUDE(character_sets)
198INCLUDE(cpu_info)177INCLUDE(cpu_info)
@@ -449,21 +428,10 @@
449# Why doesn't these flags affect the entire build?428# Why doesn't these flags affect the entire build?
450# Because things may already have been included with ADD_SUBDIRECTORY429# Because things may already have been included with ADD_SUBDIRECTORY
451#430#
452IF(MYSQL_MAINTAINER_MODE)431OPTION(MYSQL_MAINTAINER_MODE
453 # Set compiler flags required under maintainer mode.432 "MySQL maintainer-specific development environment" OFF)
454 MESSAGE(STATUS "C warning options: ${MY_MAINTAINER_C_WARNINGS}")
455 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${MY_MAINTAINER_C_WARNINGS}")
456 MESSAGE(STATUS "C++ warning options: ${MY_MAINTAINER_CXX_WARNINGS}")
457 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MY_MAINTAINER_CXX_WARNINGS}")
458ENDIF()
459433
460IF(CMAKE_COMPILER_IS_GNUCXX)434INCLUDE(maintainer)
461 STRING(REGEX MATCH "-Werror"
462 BUILD_WITH_WERROR ${CMAKE_CXX_FLAGS})
463 IF(BUILD_WITH_WERROR)
464 SET("COMPILE_FLAG_WERROR" 1)
465 ENDIF()
466ENDIF()
467435
468IF(WITH_UNIT_TESTS)436IF(WITH_UNIT_TESTS)
469 ENABLE_TESTING()437 ENABLE_TESTING()
@@ -559,3 +527,37 @@
559ENDIF()527ENDIF()
560528
561INCLUDE(CPack)529INCLUDE(CPack)
530
531# C compiler flags consist of:
532# CPPFLAGS Taken from environment, see above.
533# ADD_DEFINITIONS In each individual CMakeLists.txt
534# CMAKE_C_FLAGS From command line.
535# We extend these in maintainer.cmake
536# ENV{CFLAGS} From environment, but environment is ignored if
537# CMAKE_C_FLAGS is also given on command line
538# CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE}
539# We extend these in compiler_options.cmake
540#
541# Note that CMakeCache.txt contains cmake builtins for these variables,
542# *not* the values that will actually be used:
543
544IF(CMAKE_GENERATOR MATCHES "Makefiles")
545 MESSAGE(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
546ENDIF()
547GET_PROPERTY(cwd_definitions DIRECTORY PROPERTY COMPILE_DEFINITIONS)
548MESSAGE(STATUS "COMPILE_DEFINITIONS: ${cwd_definitions}")
549MESSAGE(STATUS "CMAKE_C_FLAGS: ${CMAKE_C_FLAGS}")
550MESSAGE(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")
551IF(CMAKE_BUILD_TYPE AND CMAKE_GENERATOR MATCHES "Makefiles")
552 STRING(TOUPPER "${CMAKE_BUILD_TYPE}" CMAKEBT)
553 MESSAGE(STATUS "CMAKE_C_FLAGS_${CMAKEBT}: ${CMAKE_C_FLAGS_${CMAKEBT}}")
554 MESSAGE(STATUS "CMAKE_CXX_FLAGS_${CMAKEBT}: ${CMAKE_CXX_FLAGS_${CMAKEBT}}")
555ENDIF()
556IF(NOT CMAKE_GENERATOR MATCHES "Makefiles")
557 MESSAGE(STATUS "CMAKE_C_FLAGS_DEBUG: ${CMAKE_C_FLAGS_DEBUG}")
558 MESSAGE(STATUS "CMAKE_CXX_FLAGS_DEBUG: ${CMAKE_CXX_FLAGS_DEBUG}")
559 MESSAGE(STATUS
560 "CMAKE_C_FLAGS_RELWITHDEBINFO: ${CMAKE_C_FLAGS_RELWITHDEBINFO}")
561 MESSAGE(STATUS
562 "CMAKE_CXX_FLAGS_RELWITHDEBINFO: ${CMAKE_CXX_FLAGS_RELWITHDEBINFO}")
563ENDIF()
562564
=== modified file 'VERSION'
--- VERSION 2014-09-25 12:52:51 +0000
+++ VERSION 2014-12-29 06:33:41 +0000
@@ -1,4 +1,4 @@
1MYSQL_VERSION_MAJOR=51MYSQL_VERSION_MAJOR=5
2MYSQL_VERSION_MINOR=62MYSQL_VERSION_MINOR=6
3MYSQL_VERSION_PATCH=213MYSQL_VERSION_PATCH=22
4MYSQL_VERSION_EXTRA=4MYSQL_VERSION_EXTRA=
55
=== modified file 'client/mysqlbinlog.cc'
--- client/mysqlbinlog.cc 2014-09-25 12:52:51 +0000
+++ client/mysqlbinlog.cc 2014-12-29 06:33:41 +0000
@@ -2917,16 +2917,17 @@
2917 DBUG_PROCESS(argv[0]);2917 DBUG_PROCESS(argv[0]);
29182918
2919 my_init_time(); // for time functions2919 my_init_time(); // for time functions
2920 /*2920 tzset(); // set tzname
2921 /*
2921 A pointer of type Log_event can point to2922 A pointer of type Log_event can point to
2922 INTVAR2923 INTVAR
2923 USER_VAR2924 USER_VAR
2924 RANDOM2925 RANDOM
2925 events, when we allocate a element of sizeof(Log_event*) 2926 events, when we allocate a element of sizeof(Log_event*)
2926 for the DYNAMIC_ARRAY.2927 for the DYNAMIC_ARRAY.
2927 */2928 */
29282929
2929 if((my_init_dynamic_array(&buff_ev, sizeof(buff_event_info), 2930 if((my_init_dynamic_array(&buff_ev, sizeof(buff_event_info),
2930 INTVAR_DYNAMIC_INIT, INTVAR_DYNAMIC_INCR)))2931 INTVAR_DYNAMIC_INIT, INTVAR_DYNAMIC_INCR)))
2931 exit(1);2932 exit(1);
29322933
29332934
=== modified file 'client/mysqldump.c'
--- client/mysqldump.c 2014-09-25 12:52:51 +0000
+++ client/mysqldump.c 2014-12-29 06:33:41 +0000
@@ -614,7 +614,7 @@
614614
615void check_io(FILE *file)615void check_io(FILE *file)
616{616{
617 if (ferror(file))617 if (ferror(file) || errno == 5)
618 die(EX_EOF, "Got errno %d on write", errno);618 die(EX_EOF, "Got errno %d on write", errno);
619}619}
620620
@@ -5755,7 +5755,7 @@
5755int main(int argc, char **argv)5755int main(int argc, char **argv)
5756{5756{
5757 char bin_log_name[FN_REFLEN];5757 char bin_log_name[FN_REFLEN];
5758 int exit_code;5758 int exit_code, md_result_fd;
5759 MY_INIT("mysqldump");5759 MY_INIT("mysqldump");
57605760
5761 compatible_mode_normal_str[0]= 0;5761 compatible_mode_normal_str[0]= 0;
@@ -5900,8 +5900,19 @@
5900 if (opt_slave_apply && add_slave_statements())5900 if (opt_slave_apply && add_slave_statements())
5901 goto err;5901 goto err;
59025902
5903 /* ensure dumped data flushed */5903 if (md_result_file)
5904 if (md_result_file && fflush(md_result_file))5904 md_result_fd= my_fileno(md_result_file);
5905
5906 /*
5907 Ensure dumped data flushed.
5908 First we will flush the file stream data to kernel buffers with fflush().
5909 Second we will flush the kernel buffers data to physical disk file with
5910 my_sync(), this will make sure the data succeessfully dumped to disk file.
5911 fsync() fails with EINVAL if stdout is not redirected to any file, hence
5912 MY_IGNORE_BADFD is passed to ingnore that error.
5913 */
5914 if (md_result_file &&
5915 (fflush(md_result_file) || my_sync(md_result_fd, MYF(MY_IGNORE_BADFD))))
5905 {5916 {
5906 if (!first_error)5917 if (!first_error)
5907 first_error= EX_MYSQLERR;5918 first_error= EX_MYSQLERR;
59085919
=== modified file 'cmake/build_configurations/compiler_options.cmake'
--- cmake/build_configurations/compiler_options.cmake 2014-09-15 08:52:36 +0000
+++ cmake/build_configurations/compiler_options.cmake 2014-12-29 06:33:41 +0000
@@ -43,47 +43,16 @@
43 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 ${COMMON_CXX_FLAGS}")43 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 ${COMMON_CXX_FLAGS}")
44 ENDIF()44 ENDIF()
4545
46 # HPUX flags46 # Default Clang flags
47 IF(CMAKE_SYSTEM_NAME MATCHES "HP-UX")47 IF(CMAKE_C_COMPILER_ID MATCHES "Clang")
48 IF(CMAKE_C_COMPILER_ID MATCHES "HP")48 SET(COMMON_C_FLAGS "-g -fno-omit-frame-pointer -fno-strict-aliasing")
49 IF(CMAKE_SYSTEM_PROCESSOR MATCHES "ia64")49 SET(CMAKE_C_FLAGS_DEBUG "${COMMON_C_FLAGS}")
50 SET(COMMON_C_FLAGS "+DSitanium2 -mt -AC99")50 SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-O3 ${COMMON_C_FLAGS}")
51 SET(COMMON_CXX_FLAGS "+DSitanium2 -mt -Aa")51 ENDIF()
52 SET(CMAKE_C_FLAGS_DEBUG "+O0 -g ${COMMON_C_FLAGS}")52 IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
53 SET(CMAKE_CXX_FLAGS_DEBUG "+O0 -g ${COMMON_CXX_FLAGS}")53 SET(COMMON_CXX_FLAGS "-g -fno-omit-frame-pointer -fno-strict-aliasing")
54 # We have seen compiler bugs with optimisation and -g, so disabled for now
55 SET(CMAKE_C_FLAGS_RELWITHDEBINFO "+O2 ${COMMON_C_FLAGS}")
56 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "+O2 ${COMMON_CXX_FLAGS}")
57 ENDIF()
58 ENDIF()
59 SET(WITH_SSL no)
60 ENDIF()
61
62 # Linux flags
63 IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
64 IF(CMAKE_C_COMPILER_ID MATCHES "Intel")
65 SET(COMMON_C_FLAGS "-static-intel -static-libgcc -g -mp -restrict")
66 SET(COMMON_CXX_FLAGS "-static-intel -static-libgcc -g -mp -restrict")
67 IF(CMAKE_SYSTEM_PROCESSOR MATCHES "ia64")
68 SET(COMMON_C_FLAGS "${COMMON_C_FLAGS} -no-ftz -no-prefetch")
69 SET(COMMON_CXX_FLAGS "${COMMON_CXX_FLAGS} -no-ftz -no-prefetch")
70 ENDIF()
71 SET(CMAKE_C_FLAGS_DEBUG "${COMMON_C_FLAGS}")
72 SET(CMAKE_CXX_FLAGS_DEBUG "${COMMON_CXX_FLAGS}")
73 SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-O3 -unroll2 -ip ${COMMON_C_FLAGS}")
74 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -unroll2 -ip ${COMMON_CXX_FLAGS}")
75 SET(WITH_SSL no)
76 ENDIF()
77 ENDIF()
78
79 # OSX flags
80 IF(APPLE)
81 SET(COMMON_C_FLAGS "-g -fno-strict-aliasing")
82 SET(COMMON_CXX_FLAGS "-g -fno-strict-aliasing")
83 SET(CMAKE_C_FLAGS_DEBUG "${COMMON_C_FLAGS}")
84 SET(CMAKE_CXX_FLAGS_DEBUG "${COMMON_CXX_FLAGS}")54 SET(CMAKE_CXX_FLAGS_DEBUG "${COMMON_CXX_FLAGS}")
85 SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-Os ${COMMON_C_FLAGS}")55 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 ${COMMON_CXX_FLAGS}")
86 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-Os ${COMMON_CXX_FLAGS}")
87 ENDIF()56 ENDIF()
8857
89 # Solaris flags58 # Solaris flags
9059
=== modified file 'cmake/build_configurations/feature_set.cmake'
--- cmake/build_configurations/feature_set.cmake 2014-09-14 04:53:30 +0000
+++ cmake/build_configurations/feature_set.cmake 2014-12-29 06:33:41 +0000
@@ -77,6 +77,5 @@
77 ENDFOREACH()77 ENDFOREACH()
78ENDIF()78ENDIF()
7979
80OPTION(ENABLED_LOCAL_INFILE "" ON)
81SET(WITH_SSL bundled CACHE STRING "")80SET(WITH_SSL bundled CACHE STRING "")
82SET(WITH_ZLIB system CACHE STRING "")81SET(WITH_ZLIB system CACHE STRING "")
8382
=== modified file 'cmake/build_configurations/mysql_release.cmake'
--- cmake/build_configurations/mysql_release.cmake 2013-11-27 08:36:11 +0000
+++ cmake/build_configurations/mysql_release.cmake 2014-12-29 06:33:41 +0000
@@ -19,6 +19,7 @@
19INCLUDE(CheckLibraryExists)19INCLUDE(CheckLibraryExists)
2020
21OPTION(DEBUG_EXTNAME "" ON)21OPTION(DEBUG_EXTNAME "" ON)
22OPTION(ENABLED_LOCAL_INFILE "" ON)
2223
23IF(NOT COMPILATION_COMMENT)24IF(NOT COMPILATION_COMMENT)
24 SET(COMPILATION_COMMENT "MySQL Community Server (GPL)")25 SET(COMPILATION_COMMENT "MySQL Community Server (GPL)")
2526
=== added file 'cmake/compile_flags.cmake'
--- cmake/compile_flags.cmake 1970-01-01 00:00:00 +0000
+++ cmake/compile_flags.cmake 2014-12-29 06:33:41 +0000
@@ -0,0 +1,44 @@
1# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
2#
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by
5# the Free Software Foundation; version 2 of the License.
6#
7# This program is distributed in the hope that it will be useful,
8# but WITHOUT ANY WARRANTY; without even the implied warranty of
9# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10# GNU General Public License for more details.
11#
12# You should have received a copy of the GNU General Public License
13# along with this program; if not, write to the Free Software
14# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
15
16
17## ADD_COMPILE_FLAGS(<source files> COMPILE_FLAGS <flags>)
18MACRO(ADD_COMPILE_FLAGS)
19 SET(FILES "")
20 SET(FLAGS "")
21 SET(COMPILE_FLAGS)
22 FOREACH(ARG ${ARGV})
23 IF(ARG STREQUAL "COMPILE_FLAGS")
24 SET(COMPILE_FLAGS "COMPILE_FLAGS")
25 ELSEIF(COMPILE_FLAGS)
26 LIST(APPEND FLAGS ${ARG})
27 ELSE()
28 LIST(APPEND FILES ${ARG})
29 ENDIF()
30 ENDFOREACH()
31 FOREACH(FILE ${FILES})
32 FOREACH(FLAG ${FLAGS})
33 GET_SOURCE_FILE_PROPERTY(PROP ${FILE} COMPILE_FLAGS)
34 IF(NOT PROP)
35 SET(PROP ${FLAG})
36 ELSE()
37 SET(PROP "${PROP} ${FLAG}")
38 ENDIF()
39 SET_SOURCE_FILES_PROPERTIES(
40 ${FILE} PROPERTIES COMPILE_FLAGS "${PROP}"
41 )
42 ENDFOREACH()
43 ENDFOREACH()
44ENDMACRO()
045
=== modified file 'cmake/dtrace.cmake'
--- cmake/dtrace.cmake 2014-09-25 12:52:51 +0000
+++ cmake/dtrace.cmake 2014-12-29 06:33:41 +0000
@@ -43,10 +43,11 @@
43 EXECUTE_PROCESS(43 EXECUTE_PROCESS(
44 COMMAND ${DTRACE} -V44 COMMAND ${DTRACE} -V
45 OUTPUT_VARIABLE out)45 OUTPUT_VARIABLE out)
46 IF(out MATCHES "Sun D" AND46 IF(out MATCHES "Sun D" OR out MATCHES "Oracle D")
47 NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD" AND47 IF(NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD" AND
48 NOT CMAKE_SYSTEM_NAME MATCHES "Darwin")48 NOT CMAKE_SYSTEM_NAME MATCHES "Darwin")
49 SET(HAVE_REAL_DTRACE_INSTRUMENTING ON CACHE BOOL "Real DTrace detected")49 SET(HAVE_REAL_DTRACE_INSTRUMENTING ON CACHE BOOL "Real DTrace detected")
50 ENDIF()
50 ENDIF()51 ENDIF()
51 IF(HAVE_REAL_DTRACE_INSTRUMENTING)52 IF(HAVE_REAL_DTRACE_INSTRUMENTING)
52 IF(CMAKE_SIZEOF_VOID_P EQUAL 4)53 IF(CMAKE_SIZEOF_VOID_P EQUAL 4)
5354
=== modified file 'cmake/maintainer.cmake'
--- cmake/maintainer.cmake 2013-12-03 02:09:33 +0000
+++ cmake/maintainer.cmake 2014-12-29 06:33:41 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
2#2#
3# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by4# it under the terms of the GNU General Public License as published by
@@ -13,44 +13,39 @@
13# along with this program; if not, write to the Free Software13# along with this program; if not, write to the Free Software
14# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA14# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1515
16INCLUDE(CheckCCompilerFlag)16# Common warning flags for GCC, G++, Clang and Clang++
1717SET(MY_WARNING_FLAGS "-Wall -Wextra -Wformat-security")
18# Setup GCC (GNU C compiler) warning options.18MY_CHECK_C_COMPILER_FLAG("-Wvla" HAVE_WVLA) # Requires GCC 4.3+ or Clang
19MACRO(SET_MYSQL_MAINTAINER_GNU_C_OPTIONS)19IF(HAVE_WVLA)
20 SET(MY_MAINTAINER_WARNINGS20 SET(MY_WARNING_FLAGS "${MY_WARNING_FLAGS} -Wvla")
21 "-Wall -Wextra -Wunused -Wwrite-strings -Wno-strict-aliasing -Werror")21ENDIF()
2222
23 CHECK_C_COMPILER_FLAG("-Wdeclaration-after-statement"23# Common warning flags for GCC and Clang
24 HAVE_DECLARATION_AFTER_STATEMENT)24SET(MY_C_WARNING_FLAGS
25 IF(HAVE_DECLARATION_AFTER_STATEMENT)25 "${MY_WARNING_FLAGS} -Wwrite-strings -Wdeclaration-after-statement")
26 SET(MY_MAINTAINER_DECLARATION_AFTER_STATEMENT26
27 "-Wdeclaration-after-statement")27# Common warning flags for G++ and Clang++
28 ENDIF()28SET(MY_CXX_WARNING_FLAGS
29 SET(MY_MAINTAINER_C_WARNINGS29 "${MY_WARNING_FLAGS} -Woverloaded-virtual -Wno-unused-parameter")
30 "${MY_MAINTAINER_WARNINGS} ${MY_MAINTAINER_DECLARATION_AFTER_STATEMENT}"30
31 CACHE STRING "C warning options used in maintainer builds.")31# Extra warning flags for Clang++
32 # Do not make warnings in checks into errors.32IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
33 SET(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -Wno-error")33 SET(MY_CXX_WARNING_FLAGS
34ENDMACRO()34 "${MY_CXX_WARNING_FLAGS} -Wno-null-conversion -Wno-unused-private-field")
3535ENDIF()
3636
37# Setup G++ (GNU C++ compiler) warning options.37# Turn on Werror (warning => error) when using maintainer mode.
38MACRO(SET_MYSQL_MAINTAINER_GNU_CXX_OPTIONS)38IF(MYSQL_MAINTAINER_MODE)
39 SET(MY_MAINTAINER_CXX_WARNINGS39 SET(MY_C_WARNING_FLAGS "${MY_C_WARNING_FLAGS} -Werror")
40 "${MY_MAINTAINER_WARNINGS} -Wno-unused-parameter -Woverloaded-virtual"40 SET(MY_CXX_WARNING_FLAGS "${MY_CXX_WARNING_FLAGS} -Werror")
41 CACHE STRING "C++ warning options used in maintainer builds.")41 SET(COMPILE_FLAG_WERROR 1)
42ENDMACRO()42ENDIF()
4343
44# Setup ICC (Intel C Compiler) warning options.44# Set warning flags for GCC/Clang
45MACRO(SET_MYSQL_MAINTAINER_INTEL_C_OPTIONS)45IF(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
46 SET(MY_MAINTAINER_WARNINGS "-Wcheck")46 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${MY_C_WARNING_FLAGS}")
47 SET(MY_MAINTAINER_C_WARNINGS "${MY_MAINTAINER_WARNINGS}"47ENDIF()
48 CACHE STRING "C warning options used in maintainer builds.")48# Set warning flags for G++/Clang++
49ENDMACRO()49IF(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
5050 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MY_CXX_WARNING_FLAGS}")
51# Setup ICPC (Intel C++ Compiler) warning options.51ENDIF()
52MACRO(SET_MYSQL_MAINTAINER_INTEL_CXX_OPTIONS)
53 SET(MY_MAINTAINER_CXX_WARNINGS "${MY_MAINTAINER_WARNINGS}"
54 CACHE STRING "C++ warning options used in maintainer builds.")
55ENDMACRO()
56
5752
=== modified file 'cmake/os/Darwin.cmake'
--- cmake/os/Darwin.cmake 2013-02-26 05:45:28 +0000
+++ cmake/os/Darwin.cmake 2014-12-29 06:33:41 +0000
@@ -15,24 +15,6 @@
1515
16# This file includes OSX specific options and quirks, related to system checks16# This file includes OSX specific options and quirks, related to system checks
1717
18# Workaround for CMake bug#9051
19# (CMake does not pass CMAKE_OSX_SYSROOT and CMAKE_OSX_DEPLOYMENT_TARGET when
20# running TRY_COMPILE)
21
22IF(CMAKE_OSX_SYSROOT)
23 SET(ENV{CMAKE_OSX_SYSROOT} ${CMAKE_OSX_SYSROOT})
24ENDIF()
25IF(CMAKE_OSX_SYSROOT)
26 SET(ENV{MACOSX_DEPLOYMENT_TARGET} ${OSX_DEPLOYMENT_TARGET})
27ENDIF()
28
29IF(CMAKE_OSX_DEPLOYMENT_TARGET)
30 # Workaround linker problems on OSX 10.4
31 IF(CMAKE_OSX_DEPLOYMENT_TARGET VERSION_LESS "10.5")
32 ADD_DEFINITIONS(-fno-common)
33 ENDIF()
34ENDIF()
35
36# This is used for the version_compile_machine variable.18# This is used for the version_compile_machine variable.
37IF(CMAKE_SIZEOF_VOID_P MATCHES 8)19IF(CMAKE_SIZEOF_VOID_P MATCHES 8)
38 SET(MYSQL_MACHINE_TYPE "x86_64")20 SET(MYSQL_MACHINE_TYPE "x86_64")
3921
=== modified file 'cmake/os/WindowsCache.cmake'
--- cmake/os/WindowsCache.cmake 2014-09-15 08:52:36 +0000
+++ cmake/os/WindowsCache.cmake 2014-12-29 06:33:41 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
2# 2#
3# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by4# it under the terms of the GNU General Public License as published by
@@ -88,7 +88,7 @@
88SET(HAVE_GETRUSAGE CACHE INTERNAL "")88SET(HAVE_GETRUSAGE CACHE INTERNAL "")
89SET(HAVE_GETTIMEOFDAY CACHE INTERNAL "")89SET(HAVE_GETTIMEOFDAY CACHE INTERNAL "")
90SET(HAVE_GETWD CACHE INTERNAL "")90SET(HAVE_GETWD CACHE INTERNAL "")
91SET(HAVE_GMTIME_R CACHE INTERNAL "")91SET(HAVE_GMTIME_R 1 CACHE INTERNAL "")
92SET(HAVE_GRP_H CACHE INTERNAL "")92SET(HAVE_GRP_H CACHE INTERNAL "")
93SET(HAVE_IA64INTRIN_H CACHE INTERNAL "")93SET(HAVE_IA64INTRIN_H CACHE INTERNAL "")
94SET(HAVE_IEEEFP_H CACHE INTERNAL "")94SET(HAVE_IEEEFP_H CACHE INTERNAL "")
@@ -111,7 +111,7 @@
111SET(HAVE_LDIV 1 CACHE INTERNAL "")111SET(HAVE_LDIV 1 CACHE INTERNAL "")
112SET(HAVE_LIMITS_H 1 CACHE INTERNAL "")112SET(HAVE_LIMITS_H 1 CACHE INTERNAL "")
113SET(HAVE_LOCALE_H 1 CACHE INTERNAL "")113SET(HAVE_LOCALE_H 1 CACHE INTERNAL "")
114SET(HAVE_LOCALTIME_R CACHE INTERNAL "")114SET(HAVE_LOCALTIME_R 1 CACHE INTERNAL "")
115SET(HAVE_LOG2 CACHE INTERNAL "")115SET(HAVE_LOG2 CACHE INTERNAL "")
116SET(HAVE_LONGJMP 1 CACHE INTERNAL "")116SET(HAVE_LONGJMP 1 CACHE INTERNAL "")
117SET(HAVE_LRAND48 CACHE INTERNAL "")117SET(HAVE_LRAND48 CACHE INTERNAL "")
118118
=== modified file 'config.h.cmake'
--- config.h.cmake 2014-09-15 08:52:36 +0000
+++ config.h.cmake 2014-12-29 06:33:41 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
2 2
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'configure.cmake'
--- configure.cmake 2014-09-20 17:05:56 +0000
+++ configure.cmake 2014-12-29 06:33:41 +0000
@@ -58,25 +58,6 @@
58# other threads.58# other threads.
59SET(SIGNAL_WITH_VIO_SHUTDOWN 1)59SET(SIGNAL_WITH_VIO_SHUTDOWN 1)
6060
61# Always enable -Wall for gnu C/C++
62# Remember to strip off these in scripts/CMakeLists.txt
63IF(CMAKE_COMPILER_IS_GNUCXX)
64 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-unused-parameter")
65ENDIF()
66IF(CMAKE_COMPILER_IS_GNUCC)
67 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
68ENDIF()
69
70# Remember to strip off these in scripts/CMakeLists.txt
71IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
72 SET(CMAKE_CXX_FLAGS
73 "${CMAKE_CXX_FLAGS} -Wall -Wno-null-conversion -Wno-unused-private-field")
74ENDIF()
75IF(CMAKE_C_COMPILER_ID MATCHES "Clang")
76 SET(CMAKE_C_FLAGS
77 "${CMAKE_C_FLAGS} -Wall -Wno-null-conversion -Wno-unused-private-field")
78ENDIF()
79
80# The default C++ library for SunPro is really old, and not standards compliant.61# The default C++ library for SunPro is really old, and not standards compliant.
81# http://www.oracle.com/technetwork/server-storage/solaris10/cmp-stlport-libcstd-142559.html62# http://www.oracle.com/technetwork/server-storage/solaris10/cmp-stlport-libcstd-142559.html
82# Use stlport rather than Rogue Wave.63# Use stlport rather than Rogue Wave.
8364
=== modified file 'extra/replace.c'
--- extra/replace.c 2011-09-07 10:08:09 +0000
+++ extra/replace.c 2014-12-29 06:33:41 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or4 This program is free software; you can redistribute it and/or
5 modify it under the terms of the GNU General Public License5 modify it under the terms of the GNU General Public License
@@ -1020,7 +1020,7 @@
1020 updated=retain=0;1020 updated=retain=0;
1021 reset_buffer();1021 reset_buffer();
10221022
1023 while ((error=fill_buffer_retaining(fileno(in),retain)) > 0)1023 while ((error=fill_buffer_retaining(my_fileno(in),retain)) > 0)
1024 {1024 {
1025 end_of_line=buffer ;1025 end_of_line=buffer ;
1026 buffer[bufbytes]=0; /* Sentinel */1026 buffer[bufbytes]=0; /* Sentinel */
10271027
=== modified file 'extra/yassl/README'
--- extra/yassl/README 2014-08-23 03:34:14 +0000
+++ extra/yassl/README 2014-12-29 06:33:41 +0000
@@ -12,6 +12,15 @@
1212
13*** end Note ***13*** end Note ***
1414
15yaSSL Release notes, version 2.3.5 (9/29/2014)
16
17 This release of yaSSL fixes an RSA Padding check vulnerability reported by
18 Intel Security Advanced Threat Research team
19
20See normal build instructions below under 1.0.6.
21See libcurl build instructions below under 1.3.0 and note in 1.5.8.
22
23
15yaSSL Release notes, version 2.3.4 (8/15/2014)24yaSSL Release notes, version 2.3.4 (8/15/2014)
1625
17 This release of yaSSL adds checking to the input_buffer class itself.26 This release of yaSSL adds checking to the input_buffer class itself.
1827
=== modified file 'extra/yassl/include/openssl/ssl.h'
--- extra/yassl/include/openssl/ssl.h 2014-08-23 03:34:14 +0000
+++ extra/yassl/include/openssl/ssl.h 2014-12-29 06:33:41 +0000
@@ -34,7 +34,7 @@
34#include "rsa.h"34#include "rsa.h"
3535
3636
37#define YASSL_VERSION "2.3.4"37#define YASSL_VERSION "2.3.5"
3838
3939
40#if defined(__cplusplus)40#if defined(__cplusplus)
4141
=== modified file 'extra/yassl/taocrypt/src/rsa.cpp'
--- extra/yassl/taocrypt/src/rsa.cpp 2013-02-26 05:45:28 +0000
+++ extra/yassl/taocrypt/src/rsa.cpp 2014-12-29 06:33:41 +0000
@@ -177,7 +177,7 @@
177177
178 // skip past the padding until we find the separator178 // skip past the padding until we find the separator
179 unsigned i=1;179 unsigned i=1;
180 while (i<pkcsBlockLen && pkcsBlock[i++]) { // null body180 while (i<pkcsBlockLen && pkcsBlock[i++] == 0xFF) { // null body
181 }181 }
182 if (!(i==pkcsBlockLen || pkcsBlock[i-1]==0))182 if (!(i==pkcsBlockLen || pkcsBlock[i-1]==0))
183 return 0;183 return 0;
184184
=== modified file 'include/my_global.h'
--- include/my_global.h 2014-09-15 08:52:36 +0000
+++ include/my_global.h 2014-12-29 06:33:41 +0000
@@ -333,9 +333,6 @@
333#ifdef HAVE_FCNTL_H333#ifdef HAVE_FCNTL_H
334#include <fcntl.h>334#include <fcntl.h>
335#endif335#endif
336#ifdef HAVE_SYS_TIMEB_H
337#include <sys/timeb.h> /* Avoid warnings on SCO */
338#endif
339#if TIME_WITH_SYS_TIME336#if TIME_WITH_SYS_TIME
340# include <sys/time.h>337# include <sys/time.h>
341# include <time.h>338# include <time.h>
342339
=== modified file 'include/my_pthread.h'
--- include/my_pthread.h 2014-09-15 08:52:36 +0000
+++ include/my_pthread.h 2014-12-29 06:33:41 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
@@ -144,8 +144,18 @@
144int pthread_attr_setstacksize(pthread_attr_t *connect_att,DWORD stack);144int pthread_attr_setstacksize(pthread_attr_t *connect_att,DWORD stack);
145int pthread_attr_destroy(pthread_attr_t *connect_att);145int pthread_attr_destroy(pthread_attr_t *connect_att);
146int my_pthread_once(my_pthread_once_t *once_control,void (*init_routine)(void));146int my_pthread_once(my_pthread_once_t *once_control,void (*init_routine)(void));
147struct tm *localtime_r(const time_t *timep,struct tm *tmp);147
148struct tm *gmtime_r(const time_t *timep,struct tm *tmp);148static inline struct tm *localtime_r(const time_t *timep, struct tm *tmp)
149{
150 localtime_s(tmp, timep);
151 return tmp;
152}
153
154static inline struct tm *gmtime_r(const time_t *clock, struct tm *res)
155{
156 gmtime_s(res, clock);
157 return res;
158}
149159
150void pthread_exit(void *a);160void pthread_exit(void *a);
151int pthread_join(pthread_t thread, void **value_ptr);161int pthread_join(pthread_t thread, void **value_ptr);
152162
=== modified file 'libmysqld/lib_sql.cc'
--- libmysqld/lib_sql.cc 2014-09-15 08:52:36 +0000
+++ libmysqld/lib_sql.cc 2014-12-29 06:33:41 +0000
@@ -2,6 +2,9 @@
2 * Copyright (c) 20002 * Copyright (c) 2000
3 * SWsoft company3 * SWsoft company
4 *4 *
5 * Modifications copyright (c) 2001, 2014. Oracle and/or its affiliates.
6 * All rights reserved.
7 *
5 * This material is provided "as is", with absolutely no warranty expressed8 * This material is provided "as is", with absolutely no warranty expressed
6 * or implied. Any use is at your own risk.9 * or implied. Any use is at your own risk.
7 *10 *
811
=== added file 'mysql-test/extra/rpl_tests/rpl_mts_execute_partial_trx_in_relay_log.inc'
--- mysql-test/extra/rpl_tests/rpl_mts_execute_partial_trx_in_relay_log.inc 1970-01-01 00:00:00 +0000
+++ mysql-test/extra/rpl_tests/rpl_mts_execute_partial_trx_in_relay_log.inc 2014-12-29 06:33:41 +0000
@@ -0,0 +1,36 @@
1# ==== Implementation ====
2#
3# 1. Set debug point to rotate relay log after table_map_event.
4# 2. Wait for io thread to receive table_map_event and stop it.
5# 3. Start the io thread after it is stopped.
6# 4. Check that there is no failure on replication.
7#
8
9# Initial setup
10--source include/rpl_connection_master.inc
11CREATE TABLE t1(i INT) ENGINE=InnoDB;
12FLUSH LOGS;
13--source include/sync_slave_sql_with_master.inc
14
15# Set debug point to rotate relay log after table_map_event.
16SET @save_debug=@@global.debug;
17SET GLOBAL DEBUG='d,stop_io_after_reading_table_map_event';
18--source include/rpl_connection_master.inc
19INSERT INTO t1 VALUES (1);
20
21--source include/rpl_connection_slave.inc
22# Wait for io thread to receive table_map_event and stop it.
23--source include/wait_for_slave_io_to_stop.inc
24SET GLOBAL DEBUG= @save_debug;
25
26# Start the io thread after it is stopped.
27--source include/start_slave_io.inc
28
29# Check that their is no failure on replication.
30--source include/rpl_connection_master.inc
31--source include/sync_slave_sql_with_master.inc
32
33# Cleanup
34--source include/rpl_connection_master.inc
35DROP TABLE t1;
36--source include/rpl_end.inc
037
=== added file 'mysql-test/include/have_util_nc.inc'
--- mysql-test/include/have_util_nc.inc 1970-01-01 00:00:00 +0000
+++ mysql-test/include/have_util_nc.inc 2014-12-29 06:33:41 +0000
@@ -0,0 +1,53 @@
1# ==== Purpose ====
2#
3# Check if nc/netcat utility is available
4# The variable $nc contains name of utility
5# (nc or netcat)
6#
7# ==== Usage ====
8#
9# --source include/have_util_nc.inc
10# ...
11# --exec $nc some options
12#
13
14disable_result_log;
15disable_query_log;
16
17--let $nc=
18--let $_outfile= $MYSQLTEST_VARDIR/tmp/have_nc.tmp
19
20# find nc
21
22--error 0,1,127
23--exec nc -h > $_outfile 2>&1
24--eval SET @content = LOAD_FILE('$_outfile')
25--remove_file $_outfile
26
27if (`SELECT LOCATE('usage', @content) > 0`) {
28 --let $nc= nc
29 SET @content="";
30}
31
32# find netcat
33
34if (`SELECT '$nc' = ''`) {
35 --error 0,1,127
36 --exec netcat -h > $_outfile 2>&1
37 --eval SET @content = LOAD_FILE('$_outfile')
38 --remove_file $_outfile
39}
40
41if (`SELECT LOCATE('usage', @content) > 0`) {
42 --let $nc= netcat
43 SET @content="";
44}
45
46# Skip the test case if utility not found
47if (`SELECT '$nc' = ''`) {
48 --skip nc/netcat not found
49}
50
51enable_query_log;
52enable_result_log;
53
054
=== modified file 'mysql-test/include/subquery_mat.inc'
--- mysql-test/include/subquery_mat.inc 2012-07-10 11:59:40 +0000
+++ mysql-test/include/subquery_mat.inc 2014-12-29 06:33:41 +0000
@@ -1417,6 +1417,53 @@
14171417
1418DROP TABLE t1,t2,t3;1418DROP TABLE t1,t2,t3;
14191419
1420--echo #
1421--echo # Bug#19297190 NOT IN DOESN'T RETURN EXPECTED RESULT
1422--echo #
1423
1424CREATE TABLE t1 (a VARCHAR(500) CHARACTER SET UTF8) ENGINE=INNODB;
1425
1426# Fill the table with 32 distinct long rows (>32kB of data)
1427SET @str= repeat("a",450);
1428SET @num=1000;
1429INSERT INTO t1 VALUES (CONCAT((@num:=@num+1), @str));
1430INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1431INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1432INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1433INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1434INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1435SELECT COUNT(*) FROM t1;
1436
1437ANALYZE TABLE t1;
1438
1439let $query=
1440SELECT COUNT(*)
1441FROM t1
1442WHERE t1.a NOT IN (
1443 SELECT t2.a FROM t1 as t2
1444);
1445
1446# If subq-mat is used, this will force MEMORY->MYISAM tmp table conversion:
1447set @save_heap_size= @@max_heap_table_size;
1448set @@max_heap_table_size= 16384;
1449
1450# Uses IN->EXISTS because field too long for subq-materialization:
1451eval EXPLAIN $query;
1452eval $query;
1453
1454# Make field just below the length limit:
1455# Silence truncation warnings:
1456--disable_warnings
1457ALTER TABLE t1 MODIFY a VARCHAR(332) CHARACTER SET UTF8;
1458--enable_warnings
1459
1460# Now subquery materialization can be used, and result is still correct:
1461eval EXPLAIN $query;
1462eval $query;
1463
1464DROP TABLE t1;
1465set @@max_heap_table_size= @save_heap_size;
1466
1420--echo # End of 5.6 tests1467--echo # End of 5.6 tests
14211468
1422set @@optimizer_switch=@old_opt_switch;1469set @@optimizer_switch=@old_opt_switch;
14231470
=== modified file 'mysql-test/mysql-test-run.pl'
--- mysql-test/mysql-test-run.pl 2014-04-28 08:39:59 +0000
+++ mysql-test/mysql-test-run.pl 2014-12-29 06:33:41 +0000
@@ -235,6 +235,7 @@
235our $opt_client_ddd;235our $opt_client_ddd;
236my $opt_boot_ddd;236my $opt_boot_ddd;
237our $opt_manual_gdb;237our $opt_manual_gdb;
238our $opt_manual_lldb;
238our $opt_manual_dbx;239our $opt_manual_dbx;
239our $opt_manual_ddd;240our $opt_manual_ddd;
240our $opt_manual_debug;241our $opt_manual_debug;
@@ -1092,6 +1093,7 @@
1092 'gdb' => \$opt_gdb,1093 'gdb' => \$opt_gdb,
1093 'client-gdb' => \$opt_client_gdb,1094 'client-gdb' => \$opt_client_gdb,
1094 'manual-gdb' => \$opt_manual_gdb,1095 'manual-gdb' => \$opt_manual_gdb,
1096 'manual-lldb' => \$opt_manual_lldb,
1095 'boot-gdb' => \$opt_boot_gdb,1097 'boot-gdb' => \$opt_boot_gdb,
1096 'manual-debug' => \$opt_manual_debug,1098 'manual-debug' => \$opt_manual_debug,
1097 'ddd' => \$opt_ddd,1099 'ddd' => \$opt_ddd,
@@ -1548,8 +1550,9 @@
1548 $opt_debugger= undef;1550 $opt_debugger= undef;
1549 }1551 }
15501552
1551 if ( $opt_gdb || $opt_ddd || $opt_manual_gdb || $opt_manual_ddd ||1553 if ( $opt_gdb || $opt_ddd || $opt_manual_gdb || $opt_manual_lldb ||
1552 $opt_manual_debug || $opt_debugger || $opt_dbx || $opt_manual_dbx)1554 $opt_manual_ddd || $opt_manual_debug || $opt_debugger || $opt_dbx ||
1555 $opt_manual_dbx)
1553 {1556 {
1554 mtr_error("You need to use the client debug options for the",1557 mtr_error("You need to use the client debug options for the",
1555 "embedded server. Ex: --client-gdb");1558 "embedded server. Ex: --client-gdb");
@@ -1575,9 +1578,9 @@
1575 # --------------------------------------------------------------------------1578 # --------------------------------------------------------------------------
1576 # Check debug related options1579 # Check debug related options
1577 # --------------------------------------------------------------------------1580 # --------------------------------------------------------------------------
1578 if ( $opt_gdb || $opt_client_gdb || $opt_ddd || $opt_client_ddd ||1581 if ( $opt_gdb || $opt_client_gdb || $opt_ddd || $opt_client_ddd ||
1579 $opt_manual_gdb || $opt_manual_ddd || $opt_manual_debug ||1582 $opt_manual_gdb || $opt_manual_lldb || $opt_manual_ddd ||
1580 $opt_dbx || $opt_client_dbx || $opt_manual_dbx ||1583 $opt_manual_debug || $opt_dbx || $opt_client_dbx || $opt_manual_dbx ||
1581 $opt_debugger || $opt_client_debugger )1584 $opt_debugger || $opt_client_debugger )
1582 {1585 {
1583 # Indicate that we are using debugger1586 # Indicate that we are using debugger
@@ -2537,6 +2540,14 @@
2537 "$path_client_bindir/perror");2540 "$path_client_bindir/perror");
2538 $ENV{'MY_PERROR'}= native_path($exe_perror);2541 $ENV{'MY_PERROR'}= native_path($exe_perror);
25392542
2543 # ----------------------------------------------------
2544 # replace
2545 # ----------------------------------------------------
2546 my $exe_replace= mtr_exe_exists(vs_config_dirs('extra', 'replace'),
2547 "$basedir/extra/replace",
2548 "$path_client_bindir/replace");
2549 $ENV{'REPLACE'}= native_path($exe_replace);
2550
2540 # Create an environment variable to make it possible2551 # Create an environment variable to make it possible
2541 # to detect that valgrind is being used from test cases2552 # to detect that valgrind is being used from test cases
2542 $ENV{'VALGRIND_TEST'}= $opt_valgrind;2553 $ENV{'VALGRIND_TEST'}= $opt_valgrind;
@@ -5158,10 +5169,17 @@
51585169
5159 my $found_skip_core= 0;5170 my $found_skip_core= 0;
5160 my $found_no_console= 0;5171 my $found_no_console= 0;
5172 my $found_log_error= 0;
5161 foreach my $arg ( @$extra_opts )5173 foreach my $arg ( @$extra_opts )
5162 {5174 {
5163 # Skip --defaults-file option since it's handled above.5175 # Skip --defaults-file option since it's handled above.
5164 next if $arg =~ /^--defaults-file/;5176 next if $arg =~ /^--defaults-file/;
5177
5178
5179 if ($arg eq "--log-error")
5180 {
5181 $found_log_error= 1;
5182 }
51655183
5166 # Allow --skip-core-file to be set in <testname>-[master|slave].opt file5184 # Allow --skip-core-file to be set in <testname>-[master|slave].opt file
5167 if ($arg eq "--skip-core-file")5185 if ($arg eq "--skip-core-file")
@@ -5192,7 +5210,7 @@
5192 }5210 }
5193 }5211 }
5194 $opt_skip_core = $found_skip_core;5212 $opt_skip_core = $found_skip_core;
5195 if (IS_WINDOWS && !$found_no_console)5213 if (IS_WINDOWS && !$found_no_console && !$found_log_error)
5196 {5214 {
5197 # Trick the server to send output to stderr, with --console5215 # Trick the server to send output to stderr, with --console
5198 mtr_add_arg($args, "--console");5216 mtr_add_arg($args, "--console");
@@ -5254,6 +5272,10 @@
5254 {5272 {
5255 gdb_arguments(\$args, \$exe, $mysqld->name());5273 gdb_arguments(\$args, \$exe, $mysqld->name());
5256 }5274 }
5275 elsif ( $opt_manual_lldb )
5276 {
5277 lldb_arguments(\$args, \$exe, $mysqld->name());
5278 }
5257 elsif ( $opt_ddd || $opt_manual_ddd )5279 elsif ( $opt_ddd || $opt_manual_ddd )
5258 {5280 {
5259 ddd_arguments(\$args, \$exe, $mysqld->name());5281 ddd_arguments(\$args, \$exe, $mysqld->name());
@@ -6013,6 +6035,24 @@
6013 return $proc;6035 return $proc;
6014}6036}
60156037
6038sub create_debug_statement {
6039 my $args= shift;
6040 my $input= shift;
6041
6042 # Put $args into a single string
6043 my $str= join(" ", @$$args);
6044 my $runline= $input ? "run $str < $input" : "run $str";
6045
6046 # add quotes to escape ; in plugin_load option
6047 my $pos1 = index($runline, "--plugin_load=");
6048 if ( $pos1 != -1 ) {
6049 my $pos2 = index($runline, " ",$pos1);
6050 substr($runline,$pos1+14,0) = "\"";
6051 substr($runline,$pos2+1,0) = "\"";
6052 }
6053
6054 return $runline;
6055}
60166056
6017#6057#
6018# Modify the exe and args so that program is run in gdb in xterm6058# Modify the exe and args so that program is run in gdb in xterm
@@ -6028,9 +6068,7 @@
6028 # Remove the old gdbinit file6068 # Remove the old gdbinit file
6029 unlink($gdb_init_file);6069 unlink($gdb_init_file);
60306070
6031 # Put $args into a single string6071 my $runline=create_debug_statement($args,$input);
6032 my $str= join(" ", @$$args);
6033 my $runline= $input ? "run $str < $input" : "run $str";
60346072
6035 # write init file for mysqld or client6073 # write init file for mysqld or client
6036 mtr_tofile($gdb_init_file,6074 mtr_tofile($gdb_init_file,
@@ -6066,6 +6104,32 @@
6066 $$exe= "xterm";6104 $$exe= "xterm";
6067}6105}
60686106
6107 #
6108# Modify the exe and args so that program is run in lldb
6109#
6110sub lldb_arguments {
6111 my $args= shift;
6112 my $exe= shift;
6113 my $type= shift;
6114 my $input= shift;
6115
6116 my $lldb_init_file= "$opt_vardir/tmp/lldbinit.$type";
6117 unlink($lldb_init_file);
6118
6119 my $runline=create_debug_statement($args,$input);
6120
6121 # write init file for mysqld or client
6122 mtr_tofile($lldb_init_file,
6123 "b main\n" .
6124 $runline);
6125
6126 print "\nTo start lldb for $type, type in another window:\n";
6127 print "cd $glob_mysql_test_dir && lldb -s $lldb_init_file $$exe\n";
6128
6129 # Indicate the exe should not be started
6130 $$exe= undef;
6131 return;
6132}
60696133
6070#6134#
6071# Modify the exe and args so that program is run in ddd6135# Modify the exe and args so that program is run in ddd
@@ -6081,9 +6145,7 @@
6081 # Remove the old gdbinit file6145 # Remove the old gdbinit file
6082 unlink($gdb_init_file);6146 unlink($gdb_init_file);
60836147
6084 # Put $args into a single string6148 my $runline=create_debug_statement($args,$input);
6085 my $str= join(" ", @$$args);
6086 my $runline= $input ? "run $str < $input" : "run $str";
60876149
6088 # write init file for mysqld or client6150 # write init file for mysqld or client
6089 mtr_tofile($gdb_init_file,6151 mtr_tofile($gdb_init_file,
@@ -6544,6 +6606,8 @@
6544 test(s)6606 test(s)
6545 manual-dbx Let user manually start mysqld in dbx, before running6607 manual-dbx Let user manually start mysqld in dbx, before running
6546 test(s)6608 test(s)
6609 manual-lldb Let user manually start mysqld in lldb, before running
6610 test(s)
6547 strace-client Create strace output for mysqltest client, 6611 strace-client Create strace output for mysqltest client,
6548 strace-server Create strace output for mysqltest server, 6612 strace-server Create strace output for mysqltest server,
6549 max-save-core Limit the number of core files saved (to avoid filling6613 max-save-core Limit the number of core files saved (to avoid filling
65506614
=== modified file 'mysql-test/r/connect.result'
--- mysql-test/r/connect.result 2013-09-13 06:24:17 +0000
+++ mysql-test/r/connect.result 2014-12-29 06:33:41 +0000
@@ -81,12 +81,15 @@
81Warnings:81Warnings:
82Warning 1287 'pre-4.1 password hash' is deprecated and will be removed in a future release. Please use post-4.1 password hash instead82Warning 1287 'pre-4.1 password hash' is deprecated and will be removed in a future release. Please use post-4.1 password hash instead
83update mysql.user set password=old_password("gambling2"), plugin="mysql_old_password" where user=_binary"test";83update mysql.user set password=old_password("gambling2"), plugin="mysql_old_password" where user=_binary"test";
84Warnings:
85Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
84flush privileges;86flush privileges;
85set password="";87set password="";
86set password='gambling3';88set password='gambling3';
87ERROR HY000: Password hash should be a 16-digit hexadecimal number89ERROR HY000: Password hash should be a 16-digit hexadecimal number
88set password=old_password('gambling3');90set password=old_password('gambling3');
89Warnings:91Warnings:
92Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
90Warning 1287 'pre-4.1 password hash' is deprecated and will be removed in a future release. Please use post-4.1 password hash instead93Warning 1287 'pre-4.1 password hash' is deprecated and will be removed in a future release. Please use post-4.1 password hash instead
91show tables;94show tables;
92Tables_in_mysql95Tables_in_mysql
@@ -252,10 +255,12 @@
252CREATE USER old_pwd@localhost IDENTIFIED WITH 'mysql_old_password';255CREATE USER old_pwd@localhost IDENTIFIED WITH 'mysql_old_password';
253SET PASSWORD FOR old_pwd@localhost= OLD_PASSWORD('aha');256SET PASSWORD FOR old_pwd@localhost= OLD_PASSWORD('aha');
254Warnings:257Warnings:
258Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
255Warning 1287 'pre-4.1 password hash' is deprecated and will be removed in a future release. Please use post-4.1 password hash instead259Warning 1287 'pre-4.1 password hash' is deprecated and will be removed in a future release. Please use post-4.1 password hash instead
256#Expect deprecation warning260#Expect deprecation warning
257SET PASSWORD FOR old_pwd@localhost = OLD_PASSWORD('aha2');261SET PASSWORD FOR old_pwd@localhost = OLD_PASSWORD('aha2');
258Warnings:262Warnings:
263Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
259Warning 1287 'pre-4.1 password hash' is deprecated and will be removed in a future release. Please use post-4.1 password hash instead264Warning 1287 'pre-4.1 password hash' is deprecated and will be removed in a future release. Please use post-4.1 password hash instead
260#Expect deprecation warning265#Expect deprecation warning
261GRANT SELECT on test.* TO old_gpwd@localhost 266GRANT SELECT on test.* TO old_gpwd@localhost
@@ -266,6 +271,7 @@
266IDENTIFIED WITH 'mysql_old_password';271IDENTIFIED WITH 'mysql_old_password';
267SET PASSWORD FOR old_gpwd@localhost= OLD_PASSWORD('aha4');272SET PASSWORD FOR old_gpwd@localhost= OLD_PASSWORD('aha4');
268Warnings:273Warnings:
274Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
269Warning 1287 'pre-4.1 password hash' is deprecated and will be removed in a future release. Please use post-4.1 password hash instead275Warning 1287 'pre-4.1 password hash' is deprecated and will be removed in a future release. Please use post-4.1 password hash instead
270#Expected normal flush, no warnings 276#Expected normal flush, no warnings
271FLUSH PRIVILEGES;277FLUSH PRIVILEGES;
272278
=== modified file 'mysql-test/r/ctype_binary.result'
--- mysql-test/r/ctype_binary.result 2012-10-22 08:08:04 +0000
+++ mysql-test/r/ctype_binary.result 2014-12-29 06:33:41 +0000
@@ -494,7 +494,12 @@
494select old_password('a'), hex(old_password('a'));494select old_password('a'), hex(old_password('a'));
495old_password('a') hex(old_password('a'))495old_password('a') hex(old_password('a'))
49660671c896665c3fa 3630363731633839363636356333666149660671c896665c3fa 36303637316338393636363563336661
497Warnings:
498Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
499Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
497create table t1 as select old_password('a') as c1;500create table t1 as select old_password('a') as c1;
501Warnings:
502Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
498show create table t1;503show create table t1;
499Table Create Table504Table Create Table
500t1 CREATE TABLE `t1` (505t1 CREATE TABLE `t1` (
@@ -2578,6 +2583,8 @@
2578charset(@x) collation(@x)2583charset(@x) collation(@x)
2579binary binary2584binary binary
2580SET @x=old_password('a');2585SET @x=old_password('a');
2586Warnings:
2587Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
2581SELECT charset(@x), collation(@x);2588SELECT charset(@x), collation(@x);
2582charset(@x) collation(@x)2589charset(@x) collation(@x)
2583binary binary2590binary binary
25842591
=== modified file 'mysql-test/r/ctype_cp1251.result'
--- mysql-test/r/ctype_cp1251.result 2012-10-22 08:08:04 +0000
+++ mysql-test/r/ctype_cp1251.result 2014-12-29 06:33:41 +0000
@@ -886,7 +886,12 @@
886select old_password('a'), hex(old_password('a'));886select old_password('a'), hex(old_password('a'));
887old_password('a') hex(old_password('a'))887old_password('a') hex(old_password('a'))
88860671c896665c3fa 3630363731633839363636356333666188860671c896665c3fa 36303637316338393636363563336661
889Warnings:
890Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
891Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
889create table t1 as select old_password('a') as c1;892create table t1 as select old_password('a') as c1;
893Warnings:
894Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
890show create table t1;895show create table t1;
891Table Create Table896Table Create Table
892t1 CREATE TABLE `t1` (897t1 CREATE TABLE `t1` (
@@ -2970,6 +2975,8 @@
2970charset(@x) collation(@x)2975charset(@x) collation(@x)
2971cp1251 cp1251_general_ci2976cp1251 cp1251_general_ci
2972SET @x=old_password('a');2977SET @x=old_password('a');
2978Warnings:
2979Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
2973SELECT charset(@x), collation(@x);2980SELECT charset(@x), collation(@x);
2974charset(@x) collation(@x)2981charset(@x) collation(@x)
2975cp1251 cp1251_general_ci2982cp1251 cp1251_general_ci
29762983
=== modified file 'mysql-test/r/ctype_latin1.result'
--- mysql-test/r/ctype_latin1.result 2012-10-22 08:08:04 +0000
+++ mysql-test/r/ctype_latin1.result 2014-12-29 06:33:41 +0000
@@ -913,7 +913,12 @@
913select old_password('a'), hex(old_password('a'));913select old_password('a'), hex(old_password('a'));
914old_password('a') hex(old_password('a'))914old_password('a') hex(old_password('a'))
91560671c896665c3fa 3630363731633839363636356333666191560671c896665c3fa 36303637316338393636363563336661
916Warnings:
917Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
918Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
916create table t1 as select old_password('a') as c1;919create table t1 as select old_password('a') as c1;
920Warnings:
921Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
917show create table t1;922show create table t1;
918Table Create Table923Table Create Table
919t1 CREATE TABLE `t1` (924t1 CREATE TABLE `t1` (
@@ -2997,6 +3002,8 @@
2997charset(@x) collation(@x)3002charset(@x) collation(@x)
2998latin1 latin1_swedish_ci3003latin1 latin1_swedish_ci
2999SET @x=old_password('a');3004SET @x=old_password('a');
3005Warnings:
3006Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
3000SELECT charset(@x), collation(@x);3007SELECT charset(@x), collation(@x);
3001charset(@x) collation(@x)3008charset(@x) collation(@x)
3002latin1 latin1_swedish_ci3009latin1 latin1_swedish_ci
30033010
=== modified file 'mysql-test/r/ctype_ucs.result'
--- mysql-test/r/ctype_ucs.result 2012-10-22 08:08:04 +0000
+++ mysql-test/r/ctype_ucs.result 2014-12-29 06:33:41 +0000
@@ -1831,7 +1831,12 @@
1831select old_password('a'), hex(old_password('a'));1831select old_password('a'), hex(old_password('a'));
1832old_password('a') hex(old_password('a'))1832old_password('a') hex(old_password('a'))
18330705298948d1f92f 003000370030003500320039003800390034003800640031006600390032006618330705298948d1f92f 0030003700300035003200390038003900340038006400310066003900320066
1834Warnings:
1835Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
1836Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
1834create table t1 as select old_password('a') as c1;1837create table t1 as select old_password('a') as c1;
1838Warnings:
1839Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
1835show create table t1;1840show create table t1;
1836Table Create Table1841Table Create Table
1837t1 CREATE TABLE `t1` (1842t1 CREATE TABLE `t1` (
@@ -3915,6 +3920,8 @@
3915charset(@x) collation(@x)3920charset(@x) collation(@x)
3916ucs2 ucs2_general_ci3921ucs2 ucs2_general_ci
3917SET @x=old_password('a');3922SET @x=old_password('a');
3923Warnings:
3924Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
3918SELECT charset(@x), collation(@x);3925SELECT charset(@x), collation(@x);
3919charset(@x) collation(@x)3926charset(@x) collation(@x)
3920ucs2 ucs2_general_ci3927ucs2 ucs2_general_ci
39213928
=== modified file 'mysql-test/r/ctype_utf8.result'
--- mysql-test/r/ctype_utf8.result 2012-10-22 08:08:04 +0000
+++ mysql-test/r/ctype_utf8.result 2014-12-29 06:33:41 +0000
@@ -2740,7 +2740,12 @@
2740select old_password('a'), hex(old_password('a'));2740select old_password('a'), hex(old_password('a'));
2741old_password('a') hex(old_password('a'))2741old_password('a') hex(old_password('a'))
274260671c896665c3fa 36303637316338393636363563336661274260671c896665c3fa 36303637316338393636363563336661
2743Warnings:
2744Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
2745Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
2743create table t1 as select old_password('a') as c1;2746create table t1 as select old_password('a') as c1;
2747Warnings:
2748Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
2744show create table t1;2749show create table t1;
2745Table Create Table2750Table Create Table
2746t1 CREATE TABLE `t1` (2751t1 CREATE TABLE `t1` (
@@ -4824,6 +4829,8 @@
4824charset(@x) collation(@x)4829charset(@x) collation(@x)
4825utf8 utf8_general_ci4830utf8 utf8_general_ci
4826SET @x=old_password('a');4831SET @x=old_password('a');
4832Warnings:
4833Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
4827SELECT charset(@x), collation(@x);4834SELECT charset(@x), collation(@x);
4828charset(@x) collation(@x)4835charset(@x) collation(@x)
4829utf8 utf8_general_ci4836utf8 utf8_general_ci
48304837
=== modified file 'mysql-test/r/func_crypt.result'
--- mysql-test/r/func_crypt.result 2012-07-06 15:16:34 +0000
+++ mysql-test/r/func_crypt.result 2014-12-29 06:33:41 +0000
@@ -20,15 +20,21 @@
20select old_password('abc');20select old_password('abc');
21old_password('abc')21old_password('abc')
227cd2b5942be28759227cd2b5942be28759
23Warnings:
24Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
23select old_password('');25select old_password('');
24old_password('')26old_password('')
2527
28Warnings:
29Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
26select password('gabbagabbahey');30select password('gabbagabbahey');
27password('gabbagabbahey')31password('gabbagabbahey')
28*B0F99D2963660DD7E16B751EC9EE2F17B6A68FA632*B0F99D2963660DD7E16B751EC9EE2F17B6A68FA6
29select old_password('idkfa');33select old_password('idkfa');
30old_password('idkfa')34old_password('idkfa')
315c078dc54ca0fcca355c078dc54ca0fcca
36Warnings:
37Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
32select length(password('1'));38select length(password('1'));
33length(password('1'))39length(password('1'))
34414041
@@ -41,6 +47,8 @@
41select old_password(NULL);47select old_password(NULL);
42old_password(NULL)48old_password(NULL)
43NULL49NULL
50Warnings:
51Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
44select password(NULL);52select password(NULL);
45password(NULL)53password(NULL)
4654
@@ -51,12 +59,16 @@
51select old_password('');59select old_password('');
52old_password('')60old_password('')
5361
62Warnings:
63Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
54select password('idkfa');64select password('idkfa');
55password('idkfa')65password('idkfa')
56*B669C9DAC3AA6F2254B03CDEF8DFDD6B2D1054BA66*B669C9DAC3AA6F2254B03CDEF8DFDD6B2D1054BA
57select old_password('idkfa');67select old_password('idkfa');
58old_password('idkfa')68old_password('idkfa')
595c078dc54ca0fcca695c078dc54ca0fcca
70Warnings:
71Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
60set old_passwords=1;72set old_passwords=1;
61select password('idkfa');73select password('idkfa');
62password('idkfa')74password('idkfa')
@@ -64,6 +76,8 @@
64select old_password('idkfa');76select old_password('idkfa');
65old_password('idkfa')77old_password('idkfa')
665c078dc54ca0fcca785c078dc54ca0fcca
79Warnings:
80Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
67set global old_passwords=0;81set global old_passwords=0;
68select password('idkfa');82select password('idkfa');
69password('idkfa')83password('idkfa')
@@ -71,6 +85,8 @@
71select old_password('idkfa');85select old_password('idkfa');
72old_password('idkfa')86old_password('idkfa')
735c078dc54ca0fcca875c078dc54ca0fcca
88Warnings:
89Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
74set old_passwords=0;90set old_passwords=0;
75select password('idkfa ');91select password('idkfa ');
76password('idkfa ')92password('idkfa ')
@@ -84,13 +100,18 @@
84select old_password('idkfa');100select old_password('idkfa');
85old_password('idkfa')101old_password('idkfa')
865c078dc54ca0fcca1025c078dc54ca0fcca
103Warnings:
104Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
87select old_password(' i d k f a ');105select old_password(' i d k f a ');
88old_password(' i d k f a ')106old_password(' i d k f a ')
895c078dc54ca0fcca1075c078dc54ca0fcca
108Warnings:
109Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
90explain extended select password('idkfa '), old_password('idkfa');110explain extended select password('idkfa '), old_password('idkfa');
91id select_type table type possible_keys key key_len ref rows filtered Extra111id select_type table type possible_keys key key_len ref rows filtered Extra
921 SIMPLE NULL NULL NULL NULL NULL NULL NULL NULL No tables used1121 SIMPLE NULL NULL NULL NULL NULL NULL NULL NULL No tables used
93Warnings:113Warnings:
114Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
94Note 1003 /* select#1 */ select password('idkfa ') AS `password('idkfa ')`,old_password('idkfa') AS `old_password('idkfa')`115Note 1003 /* select#1 */ select password('idkfa ') AS `password('idkfa ')`,old_password('idkfa') AS `old_password('idkfa')`
95select encrypt('1234','_.');116select encrypt('1234','_.');
96encrypt('1234','_.')117encrypt('1234','_.')
@@ -104,6 +125,8 @@
104SELECT OLD_PASSWORD(c1), PASSWORD(c1) FROM t1;125SELECT OLD_PASSWORD(c1), PASSWORD(c1) FROM t1;
105OLD_PASSWORD(c1) PASSWORD(c1)126OLD_PASSWORD(c1) PASSWORD(c1)
10677023ffe214c04ff *82E58A2C08AAFE72C8EB523069CD8ADB33F78F5812777023ffe214c04ff *82E58A2C08AAFE72C8EB523069CD8ADB33F78F58
128Warnings:
129Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
107DROP TABLE t1;130DROP TABLE t1;
108End of 5.0 tests131End of 5.0 tests
109#132#
110133
=== added file 'mysql-test/r/innodb_recovery_with_upper_case_names.result'
--- mysql-test/r/innodb_recovery_with_upper_case_names.result 1970-01-01 00:00:00 +0000
+++ mysql-test/r/innodb_recovery_with_upper_case_names.result 2014-12-29 06:33:41 +0000
@@ -0,0 +1,48 @@
1Bug #18412598 UNCLEAN SYSTEM SHUTDOWN RECOVERY FAILS
2FOR SCHEMA WITH CAPITAL LETTERS
3create database MYDB;
4USE MYDB;
5CREATE TABLE mytable (id int primary key) ENGINE=innodb;
6CREATE TABLE FOO (id int,constraint FOREIGN KEY (id) REFERENCES mytable(id) ON DELETE CASCADE) ENGINE=innodb;
7CREATE TABLE mytable_ref (id int,constraint FOREIGN KEY (id) REFERENCES FOO(id) ON DELETE CASCADE) ENGINE=innodb;
8INSERT INTO mytable VALUES (10),(20),(30),(40);
9INSERT INTO FOO VALUES (20),(10);
10INSERT INTO mytable_ref VALUES (20),(10);
11SHOW VARIABLES LIKE 'innodb_fast_shutdown';
12Variable_name Value
13innodb_fast_shutdown 2
14START TRANSACTION;
15INSERT INTO mytable VALUES (50);
16INSERT INTO FOO VALUES (50);
17INSERT INTO mytable_ref VALUES (50);
18# Restart the server. This will go into crash recovery mode
19USE MYDB;
20SELECT * FROM mytable;
21id
2210
2320
2430
2540
26SELECT * FROM FOO;
27id
2810
2920
30SELECT * FROM mytable_ref;
31id
3210
3320
34DELETE FROM mytable WHERE id =10;
35SELECT * FROM FOO;
36id
3720
38SELECT * FROM mytable_ref;
39id
4020
41CREATE TABLE MYtable (id int) ENGINE=innodb;
42ERROR 42S01: Table 'mytable' already exists
43CREATE TABLE Foo (id int) ENGINE=innodb;
44ERROR 42S01: Table 'foo' already exists
45DROP TABLE mytable_ref,FOO;
46DROP TABLE mytable;
47use test;
48DROP DATABASE MYDB;
049
=== modified file 'mysql-test/r/lock_sync.result'
--- mysql-test/r/lock_sync.result 2014-07-16 16:49:12 +0000
+++ mysql-test/r/lock_sync.result 2014-12-29 06:33:41 +0000
@@ -853,3 +853,54 @@
853#Clean up.853#Clean up.
854DROP TABLE t1;854DROP TABLE t1;
855SET DEBUG_SYNC= 'RESET';855SET DEBUG_SYNC= 'RESET';
856#
857# Bug#19070633 - POSSIBLE ACCESS TO FREED MEMORY IN IS_FREE_LOCK() AND IS_USED_LOCK().
858#
859# Verifying issue for IS_FREE_LOCK() function.
860SELECT GET_LOCK("lock_19070633", 600);
861GET_LOCK("lock_19070633", 600)
8621
863connect con1, localhost, root,,;
864# Waiting after getting user level lock info and releasing mutex.
865SET DEBUG_SYNC= 'after_getting_user_level_lock_info SIGNAL parked WAIT_FOR go';
866# Sending: SELECT IS_FREE_LOCK("lock_19070633");
867SELECT IS_FREE_LOCK("lock_19070633");
868connection default;
869SET DEBUG_SYNC= 'now WAIT_FOR parked';
870SELECT RELEASE_LOCK("lock_19070633");
871RELEASE_LOCK("lock_19070633")
8721
873# Signaling connection con1 after releasing the lock.
874# Without fix, accessing user level lock info in con1 would result in
875# crash or valgrind issue invalid read is reported.
876SET DEBUG_SYNC= 'now SIGNAL go';
877connection con1;
878# Reaping: SELECT IS_FREE_LOCK("lock_19070633");
879IS_FREE_LOCK("lock_19070633")
8800
881connection default;
882# Verifying issue for IS_USED_LOCK() function.
883SELECT GET_LOCK("lock_19070633", 600);
884GET_LOCK("lock_19070633", 600)
8851
886connection con1;
887# Waiting after getting user level lock info and releasing mutex.
888SET DEBUG_SYNC= 'after_getting_user_level_lock_info SIGNAL parked WAIT_FOR go';
889# Sending: SELECT IS_USED_LOCK("lock_19070633");
890SELECT IS_USED_LOCK("lock_19070633");
891connection default;
892SET DEBUG_SYNC= 'now WAIT_FOR parked';
893SELECT RELEASE_LOCK("lock_19070633");
894RELEASE_LOCK("lock_19070633")
8951
896# Signaling connection con1 after releasing the lock.
897# Without fix, accessing user level lock info in con1 would result in
898# crash or valgrind issue invalid read is reported.
899SET DEBUG_SYNC= 'now SIGNAL go';
900connection con1;
901# Reaping: SELECT IS_USED_LOCK("lock_19070633");
902IS_USED_LOCK("lock_19070633")
903#
904connection default;
905SET DEBUG_SYNC= 'RESET';
906disconnect con1;
856907
=== modified file 'mysql-test/r/mysql_upgrade.result'
--- mysql-test/r/mysql_upgrade.result 2014-02-20 09:31:54 +0000
+++ mysql-test/r/mysql_upgrade.result 2014-12-29 06:33:41 +0000
@@ -365,6 +365,7 @@
365CREATE USER 'bug13586336'@'localhost' IDENTIFIED WITH 'mysql_old_password';365CREATE USER 'bug13586336'@'localhost' IDENTIFIED WITH 'mysql_old_password';
366SET PASSWORD FOR 'bug13586336'@'localhost' = OLD_PASSWORD('a');366SET PASSWORD FOR 'bug13586336'@'localhost' = OLD_PASSWORD('a');
367Warnings:367Warnings:
368Warning 1287 'OLD_PASSWORD' is deprecated and will be removed in a future release. Please use PASSWORD instead
368Warning 1287 'pre-4.1 password hash' is deprecated and will be removed in a future release. Please use post-4.1 password hash instead369Warning 1287 'pre-4.1 password hash' is deprecated and will be removed in a future release. Please use post-4.1 password hash instead
369Run mysql_upgrade with all privileges on a user370Run mysql_upgrade with all privileges on a user
370Warning: Using a password on the command line interface can be insecure.371Warning: Using a password on the command line interface can be insecure.
371372
=== added file 'mysql-test/r/mysqlbinlog_mixed_or_statment.result'
--- mysql-test/r/mysqlbinlog_mixed_or_statment.result 1970-01-01 00:00:00 +0000
+++ mysql-test/r/mysqlbinlog_mixed_or_statment.result 2014-12-29 06:33:41 +0000
@@ -0,0 +1,26 @@
1#
2# Bug#18913551 - LOCK TABLES USES INCORRECT LOCK FOR IMPLICITLY USED
3# TABLES.
4#
5SET @org_concurrent_insert= @@global.concurrent_insert;
6SET @@global.concurrent_insert=1;
7CREATE TABLE t1(a INT) ENGINE=MyISAM;
8CREATE FUNCTION f1() RETURNS INT RETURN (SELECT MIN(a) FROM t1);
9CREATE VIEW v1 AS (SELECT 1 FROM dual WHERE f1() = 1);
10LOCK TABLE v1 READ;
11connect con1, localhost, root;
12SET lock_wait_timeout=1;
13# With fix, con1 does not get lock on table "t1" so following insert
14# operation fails after waiting for "lock_wait_timeout" duration.
15INSERT INTO t1 VALUES (1);
16ERROR HY000: Lock wait timeout exceeded; try restarting transaction
17connection default;
18UNLOCK TABLES;
19# V1 should be empty here.
20SELECT * FROM v1;
211
22disconnect con1;
23SET @@global.concurrent_insert= @org_concurrent_insert;
24DROP TABLE t1;
25DROP VIEW v1;
26DROP FUNCTION f1;
027
=== modified file 'mysql-test/r/mysqld--help-notwin.result'
--- mysql-test/r/mysqld--help-notwin.result 2014-09-25 12:52:51 +0000
+++ mysql-test/r/mysqld--help-notwin.result 2014-12-29 06:33:41 +0000
@@ -56,6 +56,10 @@
56 --binlog-do-db=name Tells the master it should log updates for the specified56 --binlog-do-db=name Tells the master it should log updates for the specified
57 database, and exclude all others not explicitly57 database, and exclude all others not explicitly
58 mentioned.58 mentioned.
59 --binlog-error-action=name
60 When statements cannot be written to the binary log due
61 to a fatal error, the server can either ignore the error
62 and let the master continue, or abort.
59 --binlog-format=name 63 --binlog-format=name
60 What form of binary logging the master will use: either64 What form of binary logging the master will use: either
61 ROW for row-based binary logging, STATEMENT for65 ROW for row-based binary logging, STATEMENT for
@@ -106,7 +110,9 @@
106 --binlogging-impossible-mode=name 110 --binlogging-impossible-mode=name
107 On a fatal error when statements cannot be binlogged the111 On a fatal error when statements cannot be binlogged the
108 behaviour can be ignore the error and let the master112 behaviour can be ignore the error and let the master
109 continue or abort the server. 113 continue or abort the server. This variable is deprecated
114 and will be removed in a future release. Please use
115 binlog_error_action instead.
110 --block-encryption-mode=name 116 --block-encryption-mode=name
111 mode for AES_ENCRYPT/AES_DECRYPT117 mode for AES_ENCRYPT/AES_DECRYPT
112 --bootstrap Used by mysql installation scripts.118 --bootstrap Used by mysql installation scripts.
@@ -1016,6 +1022,7 @@
1016binlog-cache-size 327681022binlog-cache-size 32768
1017binlog-checksum CRC321023binlog-checksum CRC32
1018binlog-direct-non-transactional-updates FALSE1024binlog-direct-non-transactional-updates FALSE
1025binlog-error-action IGNORE_ERROR
1019binlog-format STATEMENT1026binlog-format STATEMENT
1020binlog-max-flush-queue-time 01027binlog-max-flush-queue-time 0
1021binlog-order-commits TRUE1028binlog-order-commits TRUE
10221029
=== modified file 'mysql-test/r/mysqld--help-win.result'
--- mysql-test/r/mysqld--help-win.result 2014-09-25 12:52:51 +0000
+++ mysql-test/r/mysqld--help-win.result 2014-12-29 06:33:41 +0000
@@ -56,6 +56,10 @@
56 --binlog-do-db=name Tells the master it should log updates for the specified56 --binlog-do-db=name Tells the master it should log updates for the specified
57 database, and exclude all others not explicitly57 database, and exclude all others not explicitly
58 mentioned.58 mentioned.
59 --binlog-error-action=name
60 When statements cannot be written to the binary log due
61 to a fatal error, the server can either ignore the error
62 and let the master continue, or abort.
59 --binlog-format=name 63 --binlog-format=name
60 What form of binary logging the master will use: either64 What form of binary logging the master will use: either
61 ROW for row-based binary logging, STATEMENT for65 ROW for row-based binary logging, STATEMENT for
@@ -106,7 +110,9 @@
106 --binlogging-impossible-mode=name 110 --binlogging-impossible-mode=name
107 On a fatal error when statements cannot be binlogged the111 On a fatal error when statements cannot be binlogged the
108 behaviour can be ignore the error and let the master112 behaviour can be ignore the error and let the master
109 continue or abort the server. 113 continue or abort the server. This variable is deprecated
114 and will be removed in a future release. Please use
115 binlog_error_action instead.
110 --block-encryption-mode=name 116 --block-encryption-mode=name
111 mode for AES_ENCRYPT/AES_DECRYPT117 mode for AES_ENCRYPT/AES_DECRYPT
112 --bootstrap Used by mysql installation scripts.118 --bootstrap Used by mysql installation scripts.
@@ -1024,6 +1030,7 @@
1024binlog-cache-size 327681030binlog-cache-size 32768
1025binlog-checksum CRC321031binlog-checksum CRC32
1026binlog-direct-non-transactional-updates FALSE1032binlog-direct-non-transactional-updates FALSE
1033binlog-error-action IGNORE_ERROR
1027binlog-format STATEMENT1034binlog-format STATEMENT
1028binlog-max-flush-queue-time 01035binlog-max-flush-queue-time 0
1029binlog-order-commits TRUE1036binlog-order-commits TRUE
10301037
=== modified file 'mysql-test/r/partition_innodb.result'
--- mysql-test/r/partition_innodb.result 2014-07-01 11:22:35 +0000
+++ mysql-test/r/partition_innodb.result 2014-12-29 06:33:41 +0000
@@ -646,3 +646,115 @@
646SELECT b FROM t1 WHERE b = 0;646SELECT b FROM t1 WHERE b = 0;
647ERROR HY000: Table definition has changed, please retry transaction647ERROR HY000: Table definition has changed, please retry transaction
648DROP TABLE t1;648DROP TABLE t1;
649Bug 17896265 PARTITIONED TABLE HAS MISPLACED ROWS, AFTER INPLACE ALTER
650CREATE TABLE t1 (
651f1 INT(11) NOT NULL,
652f2 INT(11) NOT NULL
653)
654ENGINE=InnoDB
655PARTITION BY KEY (f1,f2) PARTITIONS 2;
656INSERT INTO t1 VALUES (9585,5);
657ALTER TABLE t1 CHANGE f1 f1 INT AFTER f2, ALGORITHM=INPLACE;
658ERROR 0A000: ALGORITHM=INPLACE is not supported for this operation. Try ALGORITHM=COPY.
659CREATE TABLE t2 (
660f1 INT(11) NOT NULL,
661f2 INT(11) NOT NULL,
662f3 INT(11) NOT NULL,
663f4 INT(11) NOT NULL
664)
665ENGINE=InnoDB
666PARTITION BY KEY (f2,f3) PARTITIONS 2;
667INSERT INTO t2 VALUES (10,9585,5,20);
668ALTER TABLE t2 CHANGE f3 f3 INT AFTER f4, ALGORITHM=INPLACE;
669CHECK TABLE t2;
670Table Op Msg_type Msg_text
671test.t2 check status OK
672ALTER TABLE t2 CHANGE f3 f3 INT AFTER f1, ALGORITHM=INPLACE;
673ERROR 0A000: ALGORITHM=INPLACE is not supported for this operation. Try ALGORITHM=COPY.
674ALTER TABLE t2 CHANGE f4 f4 INT AFTER f3, ALGORITHM=INPLACE;
675CHECK TABLE t2;
676Table Op Msg_type Msg_text
677test.t2 check status OK
678ALTER TABLE t2 CHANGE f1 f1 INT AFTER f4, ALGORITHM=INPLACE;
679CHECK TABLE t2;
680Table Op Msg_type Msg_text
681test.t2 check status OK
682ALTER TABLE t2 CHANGE f1 f1 INT AFTER f2, ALGORITHM=INPLACE;
683CHECK TABLE t2;
684Table Op Msg_type Msg_text
685test.t2 check status OK
686ALTER TABLE t2 CHANGE f2 f2 INT AFTER f4, ALGORITHM=INPLACE;
687ERROR 0A000: ALGORITHM=INPLACE is not supported for this operation. Try ALGORITHM=COPY.
688CREATE TABLE t3 (f1 INT,f2 INT) ENGINE=INNODB
689PARTITION BY RANGE(f1) (
690PARTITION p0 VALUES LESS THAN (100),
691PARTITION p1 VALUES LESS THAN (200),
692PARTITION p2 VALUES LESS THAN (600),
693PARTITION p3 VALUES LESS THAN MAXVALUE
694);
695insert into t3 values (90,120);
696insert into t3 values (120,300);
697ALTER TABLE t3 CHANGE f1 f1 int AFTER f2, ALGORITHM=INPLACE;
698CHECK TABLE t3;
699Table Op Msg_type Msg_text
700test.t3 check status OK
701CREATE TABLE t4 (
702f1 INT(11) NOT NULL,
703f2 INT(11) NOT NULL
704)
705ENGINE=InnoDB
706PARTITION BY HASH (MOD(f1,f2)) PARTITIONS 2;
707INSERT INTO t4 VALUES (9585,5);
708ALTER TABLE t4 CHANGE f1 f1 INT AFTER f2, ALGORITHM=INPLACE;
709CHECK TABLE t4;
710Table Op Msg_type Msg_text
711test.t4 check status OK
712CREATE TABLE t5 (
713f1 INT,
714f2 INT
715)
716ENGINE=InnoDB
717PARTITION BY RANGE COLUMNS(f1,f2) (
718PARTITION p0 VALUES LESS THAN (10000,12),
719PARTITION p1 VALUES LESS THAN (MAXVALUE, MAXVALUE)
720);
721INSERT INTO t5 VALUES (1,20000);
722ALTER TABLE t5 CHANGE f1 f1 INT AFTER f2, ALGORITHM=INPLACE;
723CHECK TABLE t5;
724Table Op Msg_type Msg_text
725test.t5 check status OK
726CREATE TABLE t6 (
727a INT,
728b INT
729)
730ENGINE=InnoDB
731PARTITION BY RANGE COLUMNS(a,b)
732SUBPARTITION BY KEY(a,b)
733SUBPARTITIONS 2 (
734PARTITION p0 VALUES LESS THAN (10000,12),
735PARTITION p1 VALUES LESS THAN (MAXVALUE, MAXVALUE)
736);
737INSERT INTO t6 VALUES (9585,5);
738ALTER TABLE t6 CHANGE a a INT AFTER b, ALGORITHM=INPLACE;
739ERROR 0A000: ALGORITHM=INPLACE is not supported for this operation. Try ALGORITHM=COPY.
740CREATE TABLE t7 (
741f1 INT(11) NOT NULL,
742f2 INT(11) NOT NULL,
743f3 INT(11) NOT NULL,
744f4 INT(11) NOT NULL,
745f5 INT(11) NOT NULL
746)
747ENGINE=InnoDB
748PARTITION BY KEY (f1,f5) PARTITIONS 2;
749INSERT INTO t7 VALUES (9585,10,20,10,5);
750ALTER TABLE t7 CHANGE f5 f5 INT AFTER f3, ALGORITHM=INPLACE;
751CHECK TABLE t7;
752Table Op Msg_type Msg_text
753test.t7 check status OK
754ALTER TABLE t7 CHANGE f5 f5 INT AFTER f2, ALGORITHM=INPLACE;
755CHECK TABLE t7;
756Table Op Msg_type Msg_text
757test.t7 check status OK
758ALTER TABLE t7 CHANGE f1 f1 INT AFTER f4, ALGORITHM=INPLACE;
759ERROR 0A000: ALGORITHM=INPLACE is not supported for this operation. Try ALGORITHM=COPY.
760DROP TABLE t1,t2,t3,t4,t5,t6,t7;
649761
=== modified file 'mysql-test/r/subquery_mat.result'
--- mysql-test/r/subquery_mat.result 2013-02-26 18:31:16 +0000
+++ mysql-test/r/subquery_mat.result 2014-12-29 06:33:41 +0000
@@ -1863,6 +1863,59 @@
1863AND o.c4=7 XOR o.pk=3 ORDER BY o.pk;1863AND o.c4=7 XOR o.pk=3 ORDER BY o.pk;
1864x1864x
1865DROP TABLE t1,t2,t3;1865DROP TABLE t1,t2,t3;
1866#
1867# Bug#19297190 NOT IN DOESN'T RETURN EXPECTED RESULT
1868#
1869CREATE TABLE t1 (a VARCHAR(500) CHARACTER SET UTF8) ENGINE=INNODB;
1870SET @str= repeat("a",450);
1871SET @num=1000;
1872INSERT INTO t1 VALUES (CONCAT((@num:=@num+1), @str));
1873INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1874INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1875INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1876INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1877INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1878SELECT COUNT(*) FROM t1;
1879COUNT(*)
188032
1881ANALYZE TABLE t1;
1882Table Op Msg_type Msg_text
1883test.t1 analyze status OK
1884set @save_heap_size= @@max_heap_table_size;
1885set @@max_heap_table_size= 16384;
1886EXPLAIN SELECT COUNT(*)
1887FROM t1
1888WHERE t1.a NOT IN (
1889SELECT t2.a FROM t1 as t2
1890);
1891id select_type table type possible_keys key key_len ref rows Extra
18921 PRIMARY t1 ALL NULL NULL NULL NULL 32 Using where
18932 DEPENDENT SUBQUERY t2 ALL NULL NULL NULL NULL 32 Using where
1894SELECT COUNT(*)
1895FROM t1
1896WHERE t1.a NOT IN (
1897SELECT t2.a FROM t1 as t2
1898);
1899COUNT(*)
19000
1901ALTER TABLE t1 MODIFY a VARCHAR(332) CHARACTER SET UTF8;
1902EXPLAIN SELECT COUNT(*)
1903FROM t1
1904WHERE t1.a NOT IN (
1905SELECT t2.a FROM t1 as t2
1906);
1907id select_type table type possible_keys key key_len ref rows Extra
19081 PRIMARY t1 ALL NULL NULL NULL NULL 1 Using where
19092 SUBQUERY t2 ALL NULL NULL NULL NULL 1 NULL
1910SELECT COUNT(*)
1911FROM t1
1912WHERE t1.a NOT IN (
1913SELECT t2.a FROM t1 as t2
1914);
1915COUNT(*)
19160
1917DROP TABLE t1;
1918set @@max_heap_table_size= @save_heap_size;
1866# End of 5.6 tests1919# End of 5.6 tests
1867set @@optimizer_switch=@old_opt_switch;1920set @@optimizer_switch=@old_opt_switch;
1868set optimizer_switch=default;1921set optimizer_switch=default;
18691922
=== modified file 'mysql-test/r/subquery_mat_all.result'
--- mysql-test/r/subquery_mat_all.result 2013-02-26 18:31:16 +0000
+++ mysql-test/r/subquery_mat_all.result 2014-12-29 06:33:41 +0000
@@ -1876,6 +1876,59 @@
1876AND o.c4=7 XOR o.pk=3 ORDER BY o.pk;1876AND o.c4=7 XOR o.pk=3 ORDER BY o.pk;
1877x1877x
1878DROP TABLE t1,t2,t3;1878DROP TABLE t1,t2,t3;
1879#
1880# Bug#19297190 NOT IN DOESN'T RETURN EXPECTED RESULT
1881#
1882CREATE TABLE t1 (a VARCHAR(500) CHARACTER SET UTF8) ENGINE=INNODB;
1883SET @str= repeat("a",450);
1884SET @num=1000;
1885INSERT INTO t1 VALUES (CONCAT((@num:=@num+1), @str));
1886INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1887INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1888INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1889INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1890INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1891SELECT COUNT(*) FROM t1;
1892COUNT(*)
189332
1894ANALYZE TABLE t1;
1895Table Op Msg_type Msg_text
1896test.t1 analyze status OK
1897set @save_heap_size= @@max_heap_table_size;
1898set @@max_heap_table_size= 16384;
1899EXPLAIN SELECT COUNT(*)
1900FROM t1
1901WHERE t1.a NOT IN (
1902SELECT t2.a FROM t1 as t2
1903);
1904id select_type table type possible_keys key key_len ref rows Extra
19051 PRIMARY t1 ALL NULL NULL NULL NULL 32 Using where
19062 DEPENDENT SUBQUERY t2 ALL NULL NULL NULL NULL 32 Using where
1907SELECT COUNT(*)
1908FROM t1
1909WHERE t1.a NOT IN (
1910SELECT t2.a FROM t1 as t2
1911);
1912COUNT(*)
19130
1914ALTER TABLE t1 MODIFY a VARCHAR(332) CHARACTER SET UTF8;
1915EXPLAIN SELECT COUNT(*)
1916FROM t1
1917WHERE t1.a NOT IN (
1918SELECT t2.a FROM t1 as t2
1919);
1920id select_type table type possible_keys key key_len ref rows Extra
19211 PRIMARY t1 ALL NULL NULL NULL NULL 1 Using where
19222 SUBQUERY t2 ALL NULL NULL NULL NULL 1 NULL
1923SELECT COUNT(*)
1924FROM t1
1925WHERE t1.a NOT IN (
1926SELECT t2.a FROM t1 as t2
1927);
1928COUNT(*)
19290
1930DROP TABLE t1;
1931set @@max_heap_table_size= @save_heap_size;
1879# End of 5.6 tests1932# End of 5.6 tests
1880set @@optimizer_switch=@old_opt_switch;1933set @@optimizer_switch=@old_opt_switch;
1881set optimizer_switch=default;1934set optimizer_switch=default;
18821935
=== modified file 'mysql-test/r/subquery_mat_none.result'
--- mysql-test/r/subquery_mat_none.result 2013-02-26 18:31:16 +0000
+++ mysql-test/r/subquery_mat_none.result 2014-12-29 06:33:41 +0000
@@ -1862,6 +1862,59 @@
1862AND o.c4=7 XOR o.pk=3 ORDER BY o.pk;1862AND o.c4=7 XOR o.pk=3 ORDER BY o.pk;
1863x1863x
1864DROP TABLE t1,t2,t3;1864DROP TABLE t1,t2,t3;
1865#
1866# Bug#19297190 NOT IN DOESN'T RETURN EXPECTED RESULT
1867#
1868CREATE TABLE t1 (a VARCHAR(500) CHARACTER SET UTF8) ENGINE=INNODB;
1869SET @str= repeat("a",450);
1870SET @num=1000;
1871INSERT INTO t1 VALUES (CONCAT((@num:=@num+1), @str));
1872INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1873INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1874INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1875INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1876INSERT INTO t1 SELECT CONCAT((@num:=@num+1), @str) FROM t1;
1877SELECT COUNT(*) FROM t1;
1878COUNT(*)
187932
1880ANALYZE TABLE t1;
1881Table Op Msg_type Msg_text
1882test.t1 analyze status OK
1883set @save_heap_size= @@max_heap_table_size;
1884set @@max_heap_table_size= 16384;
1885EXPLAIN SELECT COUNT(*)
1886FROM t1
1887WHERE t1.a NOT IN (
1888SELECT t2.a FROM t1 as t2
1889);
1890id select_type table type possible_keys key key_len ref rows Extra
18911 PRIMARY t1 ALL NULL NULL NULL NULL 32 Using where
18922 DEPENDENT SUBQUERY t2 ALL NULL NULL NULL NULL 32 Using where
1893SELECT COUNT(*)
1894FROM t1
1895WHERE t1.a NOT IN (
1896SELECT t2.a FROM t1 as t2
1897);
1898COUNT(*)
18990
1900ALTER TABLE t1 MODIFY a VARCHAR(332) CHARACTER SET UTF8;
1901EXPLAIN SELECT COUNT(*)
1902FROM t1
1903WHERE t1.a NOT IN (
1904SELECT t2.a FROM t1 as t2
1905);
1906id select_type table type possible_keys key key_len ref rows Extra
19071 PRIMARY t1 ALL NULL NULL NULL NULL 1 Using where
19082 DEPENDENT SUBQUERY t2 ALL NULL NULL NULL NULL 1 Using where
1909SELECT COUNT(*)
1910FROM t1
1911WHERE t1.a NOT IN (
1912SELECT t2.a FROM t1 as t2
1913);
1914COUNT(*)
19150
1916DROP TABLE t1;
1917set @@max_heap_table_size= @save_heap_size;
1865# End of 5.6 tests1918# End of 5.6 tests
1866set @@optimizer_switch=@old_opt_switch;1919set @@optimizer_switch=@old_opt_switch;
1867set optimizer_switch=default;1920set optimizer_switch=default;
18681921
=== modified file 'mysql-test/r/temporal_literal.result'
--- mysql-test/r/temporal_literal.result 2014-02-20 09:31:54 +0000
+++ mysql-test/r/temporal_literal.result 2014-12-29 06:33:41 +0000
@@ -357,3 +357,43 @@
357DATE'2001-01-01'357DATE'2001-01-01'
3582001-01-013582001-01-01
359DROP TABLE t1;359DROP TABLE t1;
360#
361# BUG #16812821: INCONSISTANT RESULTS WHEN ODBC DATE FORMAT IS USED
362#
363CREATE TABLE t1(c1 INT, c2 DATE, c3 TIME, c4 TIMESTAMP);
364CREATE TABLE t2(c11 INT, C12 INT);
365INSERT INTO t1 VALUES (1, '2014-01-02', '01:01:01', '2014-01-02 01:01:01'),
366(2, '2014-01-04', '01:01:01', '2014-01-02 01:01:01');
367INSERT INTO t2 VALUES (3, 4), (5, 6);
368SELECT * FROM t1 LEFT JOIN t2 ON c1 = c11
369WHERE c2 BETWEEN {d'2014-01-01'} AND {d'2014-01-05'};
370c1 c2 c3 c4 c11 C12
3711 2014-01-02 01:01:01 2014-01-02 01:01:01 NULL NULL
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: