Merge lp:~laurynas-biveinis/percona-server/merge-5.5.41 into lp:percona-server/5.5

Proposed by Laurynas Biveinis
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 723
Proposed branch: lp:~laurynas-biveinis/percona-server/merge-5.5.41
Merge into: lp:percona-server/5.5
Diff against target: 10094 lines (+7085/-460)
151 files modified
.gitignore (+3071/-0)
CMakeLists.txt (+54/-39)
VERSION (+2/-2)
client/CMakeLists.txt (+6/-0)
client/mysqlbinlog.cc (+2/-1)
cmake/build_configurations/mysql_release.cmake (+10/-9)
cmake/compile_flags.cmake (+44/-0)
cmake/maintainer.cmake (+37/-40)
cmake/os/Darwin.cmake (+1/-20)
cmake/os/WindowsCache.cmake (+3/-3)
configure.cmake (+0/-9)
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_pthread.h (+13/-3)
libmysqld/CMakeLists.txt (+8/-0)
libmysqld/examples/CMakeLists.txt (+6/-0)
libmysqld/lib_sql.cc (+3/-0)
man/comp_err.1 (+2/-2)
man/innochecksum.1 (+2/-2)
man/msql2mysql.1 (+2/-2)
man/my_print_defaults.1 (+2/-2)
man/myisam_ftdump.1 (+2/-2)
man/myisamchk.1 (+3/-3)
man/myisamlog.1 (+2/-2)
man/myisampack.1 (+2/-2)
man/mysql-stress-test.pl.1 (+2/-2)
man/mysql-test-run.pl.1 (+2/-2)
man/mysql.1 (+3/-3)
man/mysql.server.1 (+2/-2)
man/mysql_client_test.1 (+2/-2)
man/mysql_config.1 (+2/-2)
man/mysql_convert_table_format.1 (+2/-2)
man/mysql_find_rows.1 (+2/-2)
man/mysql_fix_extensions.1 (+2/-2)
man/mysql_install_db.1 (+24/-12)
man/mysql_plugin.1 (+3/-3)
man/mysql_secure_installation.1 (+2/-2)
man/mysql_setpermission.1 (+2/-2)
man/mysql_tzinfo_to_sql.1 (+2/-2)
man/mysql_upgrade.1 (+2/-2)
man/mysql_waitpid.1 (+2/-2)
man/mysql_zap.1 (+2/-2)
man/mysqlaccess.1 (+2/-2)
man/mysqladmin.1 (+3/-3)
man/mysqlbinlog.1 (+3/-3)
man/mysqlbug.1 (+2/-2)
man/mysqlcheck.1 (+3/-3)
man/mysqld.8 (+2/-2)
man/mysqld_multi.1 (+2/-2)
man/mysqld_safe.1 (+19/-17)
man/mysqldump.1 (+4/-4)
man/mysqldumpslow.1 (+2/-2)
man/mysqlhotcopy.1 (+3/-3)
man/mysqlimport.1 (+3/-3)
man/mysqlshow.1 (+3/-3)
man/mysqlslap.1 (+3/-3)
man/mysqltest.1 (+2/-2)
man/ndb-common-options.1 (+2/-8)
man/ndb_blob_tool.1 (+2/-2)
man/ndb_config.1 (+3/-3)
man/ndb_cpcd.1 (+2/-2)
man/ndb_delete_all.1 (+2/-2)
man/ndb_desc.1 (+2/-2)
man/ndb_drop_index.1 (+3/-3)
man/ndb_drop_table.1 (+2/-2)
man/ndb_error_reporter.1 (+2/-2)
man/ndb_index_stat.1 (+2/-2)
man/ndb_mgm.1 (+2/-2)
man/ndb_mgmd.8 (+2/-2)
man/ndb_print_backup_file.1 (+2/-2)
man/ndb_print_schema_file.1 (+4/-4)
man/ndb_print_sys_file.1 (+4/-4)
man/ndb_restore.1 (+3/-3)
man/ndb_select_all.1 (+2/-2)
man/ndb_select_count.1 (+2/-2)
man/ndb_show_tables.1 (+2/-2)
man/ndb_size.pl.1 (+2/-2)
man/ndb_waiter.1 (+2/-2)
man/ndbd.8 (+2/-2)
man/ndbd_redo_log_reader.1 (+4/-4)
man/ndbinfo_select_all.1 (+2/-2)
man/ndbmtd.8 (+2/-2)
man/perror.1 (+2/-2)
man/replace.1 (+2/-2)
man/resolve_stack_dump.1 (+2/-2)
man/resolveip.1 (+2/-2)
mysql-test/mysql-test-run.pl (+64/-15)
mysql-test/r/lock_sync.result (+51/-0)
mysql-test/r/windows.result (+5/-0)
mysql-test/suite/binlog/r/binlog_switch_inside_trans.result (+1/-7)
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/r/foreign-keys.result (+2/-2)
mysql-test/suite/innodb/r/foreign-keys.result.moved (+16/-0)
mysql-test/suite/innodb/r/innodb_corrupt_bit.result (+1/-0)
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/foreign-keys.test (+2/-2)
mysql-test/suite/innodb/t/foreign-keys.test.moved (+26/-0)
mysql-test/suite/innodb/t/innodb_corrupt_bit.test (+9/-3)
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 (+246/-0)
mysql-test/suite/sys_vars/r/sql_log_bin_basic.result (+6/-1)
mysql-test/suite/sys_vars/t/sql_log_bin_basic.test (+5/-1)
mysql-test/t/lock_sync.test (+55/-0)
mysql-test/t/windows.test (+16/-0)
mysys/my_wincond.c (+1/-23)
packaging/rpm-oel/mysql-systemd-start (+19/-3)
packaging/rpm-oel/mysql.init (+6/-2)
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 (+1646/-0)
packaging/rpm-sles/mysqld.service (+48/-0)
plugin/auth/CMakeLists.txt (+3/-1)
scripts/CMakeLists.txt (+8/-4)
scripts/mysql_setpermission.sh (+3/-3)
sql/CMakeLists.txt (+8/-0)
sql/handler.h (+1/-0)
sql/item_func.cc (+22/-9)
sql/item_func.h (+3/-2)
sql/log_event.cc (+13/-9)
sql/log_event.h (+2/-2)
sql/sql_parse.cc (+119/-1)
sql/sql_parse.h (+3/-0)
sql/sql_repl.cc (+4/-1)
sql/sql_table.cc (+12/-0)
sql/sys_vars.cc (+11/-11)
storage/innobase/CMakeLists.txt (+8/-0)
storage/innobase/dict/dict0dict.c (+34/-8)
storage/innobase/handler/ha_innodb.cc (+52/-2)
storage/innobase/include/btr0cur.ic (+2/-2)
storage/innobase/include/dict0dict.h (+8/-0)
storage/innobase/include/dict0dict.ic (+12/-0)
storage/innobase/include/univ.i (+4/-0)
storage/innobase/log/log0log.c (+1/-1)
storage/innobase/log/log0recv.c (+2/-1)
storage/innobase/row/row0mysql.c (+6/-3)
storage/myisam/ftbench/ft-test-run.sh (+1/-1)
support-files/mysql.spec.sh (+14/-12)
tests/fork_big.pl (+1/-1)
tests/fork_big2.pl (+1/-1)
To merge this branch: bzr merge lp:~laurynas-biveinis/percona-server/merge-5.5.41
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+244827@code.launchpad.net

Description of the change

Merge MySQL 5.5.41, implementing
https://blueprints.launchpad.net/percona-server/+spec/merge-5.5.41,
taking the upstream fix for upstream bug 1384561.

Revert our implementation of http://bugs.mysql.com/bug.php?id=73418,
taking the upstream one.

Fix typo of http://bugs.mysql.com/bug.php?id=75160
(s/BDUG_OFF/DBUG_OFF for one DEBUG_SYNC point)

Import man pages from mysql-5.5.41.tar.gz.

    http://jenkins.percona.com/job/percona-server-5.5-param/1078/

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.gitignore'
2--- .gitignore 1970-01-01 00:00:00 +0000
3+++ .gitignore 2014-12-16 07:34:05 +0000
4@@ -0,0 +1,3071 @@
5+*-t
6+*.Plo
7+*.Po
8+*.a
9+*.bb
10+*.bbg
11+*.bin
12+*.cdf
13+*.core
14+*.d
15+*.da
16+*.dir
17+*.dll
18+*.dylib
19+*.exe
20+*.exp
21+*.gcda
22+*.gcno
23+*.gcov
24+*.idb
25+*.ilk
26+*.la
27+*.lai
28+*.lib
29+*.lo
30+*.manifest
31+*.map
32+*.o
33+*.obj
34+*.old
35+*.pch
36+*.pdb
37+*.reject
38+*.res
39+*.rule
40+*.sbr
41+*.so
42+*.so.*
43+*.spec
44+*.user
45+*.vcproj
46+*.vcproj.cmake
47+*.vcxproj
48+*.vcxproj.filters
49+*/*.dir/*
50+Debug
51+MySql.sdf
52+Win32
53+*/*_pure_*warnings
54+*/.deps
55+*/.libs/*
56+*/.pure
57+*/debug/*
58+*/minsizerel/*
59+*/release/*
60+RelWithDebInfo
61+*~
62+.*.swp
63+./CMakeCache.txt
64+./MySql.ncb
65+./MySql.sln
66+./MySql.suo
67+./README.build-files
68+./cmakecache.txt
69+./config.h
70+./copy_mysql_files.bat
71+./fix-project-files
72+./mysql*.ds?
73+./mysql.ncb
74+./mysql.sln
75+./mysql.suo
76+./prepare
77+.DS_Store
78+.defs.mk
79+.depend
80+.depend.mk
81+.deps
82+.gdb_history
83+.gdbinit
84+.libs
85+.o
86+.out
87+.snprj/*
88+.vimrc
89+50
90+=6
91+BUILD/compile-pentium-maintainer
92+BitKeeper/etc/RESYNC_TREE
93+BitKeeper/etc/config
94+BitKeeper/etc/csets
95+BitKeeper/etc/csets-in
96+BitKeeper/etc/csets-out
97+BitKeeper/etc/gone
98+BitKeeper/etc/level
99+BitKeeper/etc/pushed
100+BitKeeper/post-commit
101+BitKeeper/post-commit-manual
102+BitKeeper/tmp/*
103+BitKeeper/tmp/bkr3sAHD
104+BitKeeper/tmp/gone
105+CMakeFiles
106+CMakeFiles/*
107+CTestTestfile.cmake
108+COPYING
109+COPYING.LIB
110+Docs/#manual.texi#
111+Docs/INSTALL-BINARY
112+Docs/Images/myaccess-odbc.txt
113+Docs/Images/myaccess.txt
114+Docs/Images/myarchitecture.txt
115+Docs/Images/mydll-properties.txt
116+Docs/Images/mydsn-example.txt
117+Docs/Images/mydsn-icon.txt
118+Docs/Images/mydsn-options.txt
119+Docs/Images/mydsn-setup.txt
120+Docs/Images/mydsn-test-fail.txt
121+Docs/Images/mydsn-test-success.txt
122+Docs/Images/mydsn-trace.txt
123+Docs/Images/mydsn.txt
124+Docs/Images/myflowchart.txt
125+Docs/include.texi
126+Docs/internals.html
127+Docs/internals.info
128+Docs/internals.pdf
129+Docs/internals.txt
130+Docs/internals_toc.html
131+Docs/manual.aux
132+Docs/manual.cp
133+Docs/manual.cps
134+Docs/manual.de.log
135+Docs/manual.dvi
136+Docs/manual.fn
137+Docs/manual.fns
138+Docs/manual.html
139+Docs/manual.ky
140+Docs/manual.log
141+Docs/manual.pdf
142+Docs/manual.pg
143+Docs/manual.texi.orig
144+Docs/manual.texi.rej
145+Docs/manual.toc
146+Docs/manual.tp
147+Docs/manual.txt
148+Docs/manual.vr
149+Docs/manual_a4.ps
150+Docs/manual_letter.ps
151+Docs/manual_toc.html
152+Docs/my_sys.doc
153+Docs/mysql.info
154+Docs/mysql.xml
155+Docs/safe-mysql.xml
156+Docs/tex.fmt
157+Docs/texi2dvi.out
158+EXCEPTIONS-CLIENT
159+INSTALL-SOURCE
160+INSTALL-WIN-SOURCE
161+Logs/*
162+MIRRORS
163+Makefile
164+Makefile.in
165+Makefile.in'
166+PENDING/*
167+scripts/scripts
168+TAGS
169+VC++Files/client/mysql_amd64.dsp
170+ac_available_languages_fragment
171+acinclude.m4
172+aclocal.m4
173+analyse.test
174+autom4te-2.53.cache/*
175+autom4te-2.53.cache/output.0
176+autom4te-2.53.cache/requests
177+autom4te-2.53.cache/traces.0
178+autom4te.cache/*
179+autom4te.cache/output.0
180+autom4te.cache/requests
181+autom4te.cache/traces.0
182+bdb/*.ds?
183+bdb/*.vcproj
184+bdb/README
185+bdb/btree/btree_auto.c
186+bdb/build_unix/*
187+bdb/build_vxworks/db.h
188+bdb/build_vxworks/db_int.h
189+bdb/build_win32/db.h
190+bdb/build_win32/db_archive.dsp
191+bdb/build_win32/db_checkpoint.dsp
192+bdb/build_win32/db_config.h
193+bdb/build_win32/db_cxx.h
194+bdb/build_win32/db_deadlock.dsp
195+bdb/build_win32/db_dll.dsp
196+bdb/build_win32/db_dump.dsp
197+bdb/build_win32/db_int.h
198+bdb/build_win32/db_java.dsp
199+bdb/build_win32/db_load.dsp
200+bdb/build_win32/db_perf.dsp
201+bdb/build_win32/db_printlog.dsp
202+bdb/build_win32/db_recover.dsp
203+bdb/build_win32/db_stat.dsp
204+bdb/build_win32/db_static.dsp
205+bdb/build_win32/db_tcl.dsp
206+bdb/build_win32/db_test.dsp
207+bdb/build_win32/db_upgrade.dsp
208+bdb/build_win32/db_verify.dsp
209+bdb/build_win32/ex_access.dsp
210+bdb/build_win32/ex_btrec.dsp
211+bdb/build_win32/ex_env.dsp
212+bdb/build_win32/ex_lock.dsp
213+bdb/build_win32/ex_mpool.dsp
214+bdb/build_win32/ex_tpcb.dsp
215+bdb/build_win32/excxx_access.dsp
216+bdb/build_win32/excxx_btrec.dsp
217+bdb/build_win32/excxx_env.dsp
218+bdb/build_win32/excxx_lock.dsp
219+bdb/build_win32/excxx_mpool.dsp
220+bdb/build_win32/excxx_tpcb.dsp
221+bdb/build_win32/include.tcl
222+bdb/build_win32/libdb.def
223+bdb/build_win32/libdb.rc
224+bdb/db/crdel_auto.c
225+bdb/db/db_auto.c
226+bdb/dbinc_auto/*.*
227+bdb/dbreg/dbreg_auto.c
228+bdb/dist/autom4te-2.53.cache/*
229+bdb/dist/autom4te-2.53.cache/output.0
230+bdb/dist/autom4te-2.53.cache/requests
231+bdb/dist/autom4te-2.53.cache/traces.0
232+bdb/dist/autom4te.cache/*
233+bdb/dist/autom4te.cache/output.0
234+bdb/dist/autom4te.cache/requests
235+bdb/dist/autom4te.cache/traces.0
236+bdb/dist/config.hin
237+bdb/dist/configure
238+bdb/dist/db.h
239+bdb/dist/db_config.h
240+bdb/dist/db_cxx.h
241+bdb/dist/db_int.h
242+bdb/dist/include.tcl
243+bdb/dist/tags
244+bdb/dist/template/db_server_proc
245+bdb/dist/template/gen_client_ret
246+bdb/dist/template/rec_btree
247+bdb/dist/template/rec_crdel
248+bdb/dist/template/rec_db
249+bdb/dist/template/rec_dbreg
250+bdb/dist/template/rec_fileops
251+bdb/dist/template/rec_hash
252+bdb/dist/template/rec_log
253+bdb/dist/template/rec_qam
254+bdb/dist/template/rec_txn
255+bdb/examples_c/ex_apprec/ex_apprec_auto.c
256+bdb/examples_c/ex_apprec/ex_apprec_auto.h
257+bdb/examples_c/ex_apprec/ex_apprec_template
258+bdb/examples_java
259+bdb/fileops/fileops_auto.c
260+bdb/hash/hash_auto.c
261+bdb/include/btree_auto.h
262+bdb/include/btree_ext.h
263+bdb/include/clib_ext.h
264+bdb/include/common_ext.h
265+bdb/include/crdel_auto.h
266+bdb/include/db_auto.h
267+bdb/include/db_ext.h
268+bdb/include/db_server.h
269+bdb/include/env_ext.h
270+bdb/include/gen_client_ext.h
271+bdb/include/gen_server_ext.h
272+bdb/include/hash_auto.h
273+bdb/include/hash_ext.h
274+bdb/include/lock_ext.h
275+bdb/include/log_auto.h
276+bdb/include/log_ext.h
277+bdb/include/mp_ext.h
278+bdb/include/mutex_ext.h
279+bdb/include/os_ext.h
280+bdb/include/qam_auto.h
281+bdb/include/qam_ext.h
282+bdb/include/rpc_client_ext.h
283+bdb/include/rpc_server_ext.h
284+bdb/include/tcl_ext.h
285+bdb/include/txn_auto.h
286+bdb/include/txn_ext.h
287+bdb/include/xa_ext.h
288+bdb/java/src/com/sleepycat/db/Db.java
289+bdb/java/src/com/sleepycat/db/DbBtreeStat.java
290+bdb/java/src/com/sleepycat/db/DbConstants.java
291+bdb/java/src/com/sleepycat/db/DbHashStat.java
292+bdb/java/src/com/sleepycat/db/DbLockStat.java
293+bdb/java/src/com/sleepycat/db/DbLogStat.java
294+bdb/java/src/com/sleepycat/db/DbMpoolFStat.java
295+bdb/java/src/com/sleepycat/db/DbQueueStat.java
296+bdb/java/src/com/sleepycat/db/DbRepStat.java
297+bdb/java/src/com/sleepycat/db/DbTxnStat.java
298+bdb/libdb_java/java_stat_auto.c
299+bdb/libdb_java/java_stat_auto.h
300+bdb/log/log_auto.c
301+bdb/qam/qam_auto.c
302+bdb/rpc_client/db_server_clnt.c
303+bdb/rpc_client/gen_client.c
304+bdb/rpc_server/c/db_server_proc.c
305+bdb/rpc_server/c/db_server_proc.sed
306+bdb/rpc_server/c/db_server_svc.c
307+bdb/rpc_server/c/db_server_xdr.c
308+bdb/rpc_server/c/gen_db_server.c
309+bdb/rpc_server/db_server.x
310+bdb/rpc_server/db_server_proc.sed
311+bdb/rpc_server/db_server_svc.c
312+bdb/rpc_server/db_server_xdr.c
313+bdb/rpc_server/gen_db_server.c
314+bdb/test/TESTS
315+bdb/test/include.tcl
316+bdb/test/logtrack.list
317+bdb/txn/txn_auto.c
318+binary/*
319+bkpull.log
320+bkpull.log*
321+bkpull.log.2
322+bkpull.log.3
323+bkpull.log.4
324+bkpull.log.5
325+bkpull.log.6
326+bkpush.log
327+bkpush.log*
328+build.log
329+build_tags.sh
330+client/#mysql.cc#
331+client/*.ds?
332+client/*.vcproj
333+client/.deps/base64.Po
334+client/.deps/completion_hash.Po
335+client/.deps/dummy.Po
336+client/.deps/mf_tempdir.Po
337+client/.deps/my_bit.Po
338+client/.deps/my_bitmap.Po
339+client/.deps/my_getsystime.Po
340+client/.deps/my_new.Po
341+client/.deps/my_user.Po
342+client/.deps/my_vle.Po
343+client/.deps/mysql.Po
344+client/.deps/mysql_upgrade.Po
345+client/.deps/mysqladmin.Po
346+client/.deps/mysqlbinlog.Po
347+client/.deps/mysqlcheck.Po
348+client/.deps/mysqldump.Po
349+client/.deps/mysqlimport.Po
350+client/.deps/mysqlshow.Po
351+client/.deps/mysqlslap.Po
352+client/.deps/mysqltest.Po
353+client/.deps/readline.Po
354+client/.deps/sql_string.Po
355+client/.libs -prune
356+client/.libs/lt-mysql
357+client/.libs/lt-mysqladmin
358+client/.libs/lt-mysqlbinlog
359+client/.libs/lt-mysqlcheck
360+client/.libs/lt-mysqldump
361+client/.libs/lt-mysqlimport
362+client/.libs/lt-mysqlshow
363+client/.libs/lt-mysqlslap
364+client/.libs/lt-mysqltest
365+client/.libs/mysql
366+client/.libs/mysql_upgrade
367+client/.libs/mysqladmin
368+client/.libs/mysqlbinlog
369+client/.libs/mysqlcheck
370+client/.libs/mysqldump
371+client/.libs/mysqlimport
372+client/.libs/mysqlshow
373+client/.libs/mysqlslap
374+client/.libs/mysqltest
375+client/completion_hash.cpp
376+client/decimal.c
377+client/insert_test
378+client/link_sources
379+client/log_event.cc
380+client/log_event.h
381+client/log_event_old.cc
382+client/log_event_old.h
383+client/mf_iocache.c
384+client/mf_iocache.cc
385+client/my_decimal.cc
386+client/my_decimal.h
387+client/my_user.c
388+client/mysql
389+client/mysql.cpp
390+client/mysql_upgrade
391+client/mysqladmin
392+client/mysqladmin.c
393+client/mysqladmin.cpp
394+client/mysqlbinlog
395+client/mysqlbinlog.cpp
396+client/mysqlcheck
397+client/mysqldump
398+client/mysqlimport
399+client/mysqlmanager-pwgen
400+client/mysqlmanagerc
401+client/mysqlshow
402+client/mysqlslap
403+client/mysqltest
404+client/mysqltestmanager-pwgen
405+client/mysqltestmanagerc
406+client/mysys_priv.h
407+client/readline.cpp
408+client/rpl_constants.h
409+client/rpl_record_old.cc
410+client/rpl_record_old.h
411+client/rpl_tblmap.h
412+client/rpl_tblmap.cc
413+client/rpl_utility.h
414+client/rpl_utility.cc
415+client/select_test
416+client/sql_const.h
417+client/sql_string.cpp
418+client/ssl_test
419+client/thimble
420+client/thread_test
421+client/tmp.diff
422+client_debug/*
423+client_release/*
424+client_test
425+cmake_install.cmake
426+cmd-line-utils/libedit/.deps/chared.Po
427+cmd-line-utils/libedit/.deps/common.Po
428+cmd-line-utils/libedit/.deps/el.Po
429+cmd-line-utils/libedit/.deps/emacs.Po
430+cmd-line-utils/libedit/.deps/fcns.Po
431+cmd-line-utils/libedit/.deps/fgetln.Po
432+cmd-line-utils/libedit/.deps/help.Po
433+cmd-line-utils/libedit/.deps/hist.Po
434+cmd-line-utils/libedit/.deps/history.Po
435+cmd-line-utils/libedit/.deps/key.Po
436+cmd-line-utils/libedit/.deps/map.Po
437+cmd-line-utils/libedit/.deps/parse.Po
438+cmd-line-utils/libedit/.deps/prompt.Po
439+cmd-line-utils/libedit/.deps/read.Po
440+cmd-line-utils/libedit/.deps/readline.Po
441+cmd-line-utils/libedit/.deps/refresh.Po
442+cmd-line-utils/libedit/.deps/search.Po
443+cmd-line-utils/libedit/.deps/sig.Po
444+cmd-line-utils/libedit/.deps/strlcat.Po
445+cmd-line-utils/libedit/.deps/strlcpy.Po
446+cmd-line-utils/libedit/.deps/term.Po
447+cmd-line-utils/libedit/.deps/tokenizer.Po
448+cmd-line-utils/libedit/.deps/tty.Po
449+cmd-line-utils/libedit/.deps/unvis.Po
450+cmd-line-utils/libedit/.deps/vi.Po
451+cmd-line-utils/libedit/.deps/vis.Po
452+cmd-line-utils/libedit/common.h
453+cmd-line-utils/libedit/makelist
454+cmd-line-utils/readline/.deps/bind.Po
455+cmd-line-utils/readline/.deps/callback.Po
456+cmd-line-utils/readline/.deps/compat.Po
457+cmd-line-utils/readline/.deps/complete.Po
458+cmd-line-utils/readline/.deps/display.Po
459+cmd-line-utils/readline/.deps/funmap.Po
460+cmd-line-utils/readline/.deps/histexpand.Po
461+cmd-line-utils/readline/.deps/histfile.Po
462+cmd-line-utils/readline/.deps/history.Po
463+cmd-line-utils/readline/.deps/histsearch.Po
464+cmd-line-utils/readline/.deps/input.Po
465+cmd-line-utils/readline/.deps/isearch.Po
466+cmd-line-utils/readline/.deps/keymaps.Po
467+cmd-line-utils/readline/.deps/kill.Po
468+cmd-line-utils/readline/.deps/macro.Po
469+cmd-line-utils/readline/.deps/mbutil.Po
470+cmd-line-utils/readline/.deps/misc.Po
471+cmd-line-utils/readline/.deps/nls.Po
472+cmd-line-utils/readline/.deps/parens.Po
473+cmd-line-utils/readline/.deps/readline.Po
474+cmd-line-utils/readline/.deps/rltty.Po
475+cmd-line-utils/readline/.deps/savestring.Po
476+cmd-line-utils/readline/.deps/search.Po
477+cmd-line-utils/readline/.deps/shell.Po
478+cmd-line-utils/readline/.deps/signals.Po
479+cmd-line-utils/readline/.deps/terminal.Po
480+cmd-line-utils/readline/.deps/text.Po
481+cmd-line-utils/readline/.deps/tilde.Po
482+cmd-line-utils/readline/.deps/undo.Po
483+cmd-line-utils/readline/.deps/util.Po
484+cmd-line-utils/readline/.deps/vi_mode.Po
485+cmd-line-utils/readline/.deps/xmalloc.Po
486+comon.h
487+comp_err/*.ds?
488+comp_err/*.vcproj
489+compile
490+config.cache
491+config.guess
492+config.h
493+config.h.in
494+config.log
495+config.status
496+config.sub
497+configure
498+configure.lineno
499+contrib/*.ds?
500+contrib/*.vcproj
501+core
502+core.*
503+cscope.in.out
504+cscope.out
505+cscope.po.out
506+db-*.*.*
507+dbug/*.ds?
508+dbug/*.vcproj
509+dbug/.deps/dbug.Po
510+dbug/.deps/dbug_analyze.Po
511+dbug/.deps/factorial.Po
512+dbug/.deps/my_main.Po
513+dbug/.deps/sanity.Po
514+dbug/dbug_analyze
515+dbug/example*.r
516+dbug/factorial
517+dbug/factorial.r
518+dbug/main.r
519+dbug/output*.r
520+dbug/user.ps
521+dbug/user.t
522+debian/control
523+debian/defs.mk
524+depcomp
525+emacs.h
526+examples/*.ds?
527+examples/*.vcproj
528+examples/udf_example/udf_example.def
529+extra/.deps/charset2html.Po
530+extra/.deps/comp_err.Po
531+extra/.deps/innochecksum.Po
532+extra/.deps/my_print_defaults.Po
533+extra/.deps/mysql_waitpid.Po
534+extra/.deps/perror.Po
535+extra/.deps/replace.Po
536+extra/.deps/resolve_stack_dump.Po
537+extra/.deps/resolveip.Po
538+extra/charset2html
539+extra/comp_err
540+extra/created_include_files
541+extra/innochecksum
542+extra/my_print_defaults
543+extra/mysql_install
544+extra/mysql_tzinfo_to_sql
545+extra/mysql_waitpid
546+extra/mysqld_ername.h
547+extra/mysqld_error.h
548+extra/perror
549+extra/replace
550+extra/resolve_stack_dump
551+extra/resolveip
552+extra/sql_state.h
553+extra/tztime.cc
554+extra/yassl/src/.deps/buffer.Plo
555+extra/yassl/src/.deps/cert_wrapper.Plo
556+extra/yassl/src/.deps/crypto_wrapper.Plo
557+extra/yassl/src/.deps/handshake.Plo
558+extra/yassl/src/.deps/lock.Plo
559+extra/yassl/src/.deps/log.Plo
560+extra/yassl/src/.deps/socket_wrapper.Plo
561+extra/yassl/src/.deps/ssl.Plo
562+extra/yassl/src/.deps/template_instnt.Plo
563+extra/yassl/src/.deps/timer.Plo
564+extra/yassl/src/.deps/yassl_error.Plo
565+extra/yassl/src/.deps/yassl_imp.Plo
566+extra/yassl/src/.deps/yassl_int.Plo
567+extra/yassl/taocrypt/benchmark/.deps/benchmark-benchmark.Po
568+extra/yassl/taocrypt/benchmark/benchmark
569+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-aes.Plo
570+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-aestables.Plo
571+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-algebra.Plo
572+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-arc4.Plo
573+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-asn.Plo
574+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-bftables.Plo
575+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-blowfish.Plo
576+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-coding.Plo
577+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-des.Plo
578+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-dh.Plo
579+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-dsa.Plo
580+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-file.Plo
581+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-hash.Plo
582+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-integer.Plo
583+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-md2.Plo
584+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-md4.Plo
585+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-md5.Plo
586+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-misc.Plo
587+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-random.Plo
588+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-ripemd.Plo
589+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-rsa.Plo
590+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-sha.Plo
591+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-template_instnt.Plo
592+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-tftables.Plo
593+extra/yassl/taocrypt/src/.deps/libtaocrypt_la-twofish.Plo
594+extra/yassl/taocrypt/test/.deps/test-test.Po
595+extra/yassl/taocrypt/test/test
596+extra/yassl/testsuite/.deps/testsuite-client.Po
597+extra/yassl/testsuite/.deps/testsuite-echoclient.Po
598+extra/yassl/testsuite/.deps/testsuite-echoserver.Po
599+extra/yassl/testsuite/.deps/testsuite-server.Po
600+extra/yassl/testsuite/.deps/testsuite-test.Po
601+extra/yassl/testsuite/.deps/testsuite-testsuite.Po
602+extra/yassl/testsuite/testsuite
603+fcns.c
604+fcns.h
605+gdbinit
606+gmon.out
607+hardcopy.0
608+heap/*.ds?
609+heap/*.vcproj
610+heap/hp_test1
611+heap/hp_test2
612+help
613+help.c
614+help.h
615+include/abi_check
616+include/check_abi
617+include/link_sources
618+include/my_config.h
619+include/my_global.h
620+include/mysql_h.ic
621+include/mysql_version.h
622+include/mysqld_ername.h
623+include/mysqld_error.h
624+include/mysqld_error.h.rule
625+include/openssl
626+include/probes_mysql_dtrace.h
627+include/readline
628+include/readline/*.h
629+include/readline/readline.h
630+include/sql_state.h
631+include/widec.h
632+innobase/*.ds?
633+innobase/*.vcproj
634+innobase/autom4te-2.53.cache/*
635+innobase/autom4te-2.53.cache/output.0
636+innobase/autom4te-2.53.cache/requests
637+innobase/autom4te-2.53.cache/traces.0
638+innobase/autom4te.cache/*
639+innobase/autom4te.cache/output.0
640+innobase/autom4te.cache/requests
641+innobase/autom4te.cache/traces.0
642+innobase/configure.lineno
643+innobase/conftest.s1
644+innobase/conftest.subs
645+innobase/ib_config.h
646+innobase/ib_config.h.in
647+innobase/mkinstalldirs
648+innobase/stamp-h1
649+insert_test
650+install
651+install-sh
652+isam/*.ds?
653+isam/*.vcproj
654+isam/isamchk
655+isam/isamlog
656+isam/pack_isam
657+isam/test1
658+isam/test2
659+isam/test3
660+isamchk/*.ds?
661+isamchk/*.vcproj
662+item_xmlfunc.cc
663+lib_debug/*
664+lib_release/*
665+libmysql/*.c
666+libmysql/*.ds?
667+libmysql/*.vcproj
668+libmysql/.deps/array.Plo
669+libmysql/.deps/bchange.Plo
670+libmysql/.deps/bcmp.Plo
671+libmysql/.deps/bmove.Plo
672+libmysql/.deps/bmove_upp.Plo
673+libmysql/.deps/charset-def.Plo
674+libmysql/.deps/charset.Plo
675+libmysql/.deps/client.Plo
676+libmysql/.deps/conf_to_src.Po
677+libmysql/.deps/ctype-big5.Plo
678+libmysql/.deps/ctype-bin.Plo
679+libmysql/.deps/ctype-cp932.Plo
680+libmysql/.deps/ctype-czech.Plo
681+libmysql/.deps/ctype-euc_kr.Plo
682+libmysql/.deps/ctype-eucjpms.Plo
683+libmysql/.deps/ctype-extra.Plo
684+libmysql/.deps/ctype-gb2312.Plo
685+libmysql/.deps/ctype-gbk.Plo
686+libmysql/.deps/ctype-latin1.Plo
687+libmysql/.deps/ctype-mb.Plo
688+libmysql/.deps/ctype-simple.Plo
689+libmysql/.deps/ctype-sjis.Plo
690+libmysql/.deps/ctype-tis620.Plo
691+libmysql/.deps/ctype-uca.Plo
692+libmysql/.deps/ctype-ucs2.Plo
693+libmysql/.deps/ctype-ujis.Plo
694+libmysql/.deps/ctype-utf8.Plo
695+libmysql/.deps/ctype-win1250ch.Plo
696+libmysql/.deps/ctype.Plo
697+libmysql/.deps/dbug.Plo
698+libmysql/.deps/default.Plo
699+libmysql/.deps/default_modify.Plo
700+libmysql/.deps/errmsg.Plo
701+libmysql/.deps/errors.Plo
702+libmysql/.deps/get_password.Plo
703+libmysql/.deps/hash.Plo
704+libmysql/.deps/int2str.Plo
705+libmysql/.deps/is_prefix.Plo
706+libmysql/.deps/libmysql.Plo
707+libmysql/.deps/list.Plo
708+libmysql/.deps/llstr.Plo
709+libmysql/.deps/longlong2str.Plo
710+libmysql/.deps/manager.Plo
711+libmysql/.deps/md5.Plo
712+libmysql/.deps/mf_cache.Plo
713+libmysql/.deps/mf_dirname.Plo
714+libmysql/.deps/mf_fn_ext.Plo
715+libmysql/.deps/mf_format.Plo
716+libmysql/.deps/mf_iocache.Plo
717+libmysql/.deps/mf_iocache2.Plo
718+libmysql/.deps/mf_loadpath.Plo
719+libmysql/.deps/mf_pack.Plo
720+libmysql/.deps/mf_path.Plo
721+libmysql/.deps/mf_tempfile.Plo
722+libmysql/.deps/mf_unixpath.Plo
723+libmysql/.deps/mf_wcomp.Plo
724+libmysql/.deps/mulalloc.Plo
725+libmysql/.deps/my_alloc.Plo
726+libmysql/.deps/my_chsize.Plo
727+libmysql/.deps/my_compress.Plo
728+libmysql/.deps/my_create.Plo
729+libmysql/.deps/my_delete.Plo
730+libmysql/.deps/my_div.Plo
731+libmysql/.deps/my_error.Plo
732+libmysql/.deps/my_file.Plo
733+libmysql/.deps/my_fopen.Plo
734+libmysql/.deps/my_fstream.Plo
735+libmysql/.deps/my_gethostbyname.Plo
736+libmysql/.deps/my_getopt.Plo
737+libmysql/.deps/my_getwd.Plo
738+libmysql/.deps/my_init.Plo
739+libmysql/.deps/my_lib.Plo
740+libmysql/.deps/my_malloc.Plo
741+libmysql/.deps/my_messnc.Plo
742+libmysql/.deps/my_net.Plo
743+libmysql/.deps/my_once.Plo
744+libmysql/.deps/my_open.Plo
745+libmysql/.deps/my_port.Plo
746+libmysql/.deps/my_pread.Plo
747+libmysql/.deps/my_pthread.Plo
748+libmysql/.deps/my_read.Plo
749+libmysql/.deps/my_realloc.Plo
750+libmysql/.deps/my_rename.Plo
751+libmysql/.deps/my_seek.Plo
752+libmysql/.deps/my_sleep.Plo
753+libmysql/.deps/my_static.Plo
754+libmysql/.deps/my_strtoll10.Plo
755+libmysql/.deps/my_symlink.Plo
756+libmysql/.deps/my_thr_init.Plo
757+libmysql/.deps/my_time.Plo
758+libmysql/.deps/my_vsnprintf.Plo
759+libmysql/.deps/my_write.Plo
760+libmysql/.deps/net.Plo
761+libmysql/.deps/pack.Plo
762+libmysql/.deps/password.Plo
763+libmysql/.deps/safemalloc.Plo
764+libmysql/.deps/sha1.Plo
765+libmysql/.deps/str2int.Plo
766+libmysql/.deps/str_alloc.Plo
767+libmysql/.deps/strcend.Plo
768+libmysql/.deps/strcont.Plo
769+libmysql/.deps/strend.Plo
770+libmysql/.deps/strfill.Plo
771+libmysql/.deps/string.Plo
772+libmysql/.deps/strinstr.Plo
773+libmysql/.deps/strmake.Plo
774+libmysql/.deps/strmov.Plo
775+libmysql/.deps/strnlen.Plo
776+libmysql/.deps/strnmov.Plo
777+libmysql/.deps/strtod.Plo
778+libmysql/.deps/strtoll.Plo
779+libmysql/.deps/strtoull.Plo
780+libmysql/.deps/strxmov.Plo
781+libmysql/.deps/strxnmov.Plo
782+libmysql/.deps/thr_mutex.Plo
783+libmysql/.deps/typelib.Plo
784+libmysql/.deps/vio.Plo
785+libmysql/.deps/viosocket.Plo
786+libmysql/.deps/viossl.Plo
787+libmysql/.deps/viosslfactories.Plo
788+libmysql/.deps/xml.Plo
789+libmysql/.libs/libmysqlclient.lai
790+libmysql/.libs/libmysqlclient.so.15
791+libmysql/.libs/libmysqlclient.so.15.0.0
792+libmysql/conf_to_src
793+libmysql/debug/libmysql.exp
794+libmysql/libmysql.ver
795+libmysql/link_sources
796+libmysql/my_static.h
797+libmysql/my_time.c
798+libmysql/mysys_priv.h
799+libmysql/net.c
800+libmysql/release/libmysql.exp
801+libmysql/vio_priv.h
802+libmysql/viosocket.o.6WmSJk
803+libmysql_r/*.c
804+libmysql_r/.deps/array.Plo
805+libmysql_r/.deps/bchange.Plo
806+libmysql_r/.deps/bcmp.Plo
807+libmysql_r/.deps/bmove.Plo
808+libmysql_r/.deps/bmove_upp.Plo
809+libmysql_r/.deps/charset-def.Plo
810+libmysql_r/.deps/charset.Plo
811+libmysql_r/.deps/client.Plo
812+libmysql_r/.deps/conf_to_src.Po
813+libmysql_r/.deps/ctype-big5.Plo
814+libmysql_r/.deps/ctype-bin.Plo
815+libmysql_r/.deps/ctype-cp932.Plo
816+libmysql_r/.deps/ctype-czech.Plo
817+libmysql_r/.deps/ctype-euc_kr.Plo
818+libmysql_r/.deps/ctype-eucjpms.Plo
819+libmysql_r/.deps/ctype-extra.Plo
820+libmysql_r/.deps/ctype-gb2312.Plo
821+libmysql_r/.deps/ctype-gbk.Plo
822+libmysql_r/.deps/ctype-latin1.Plo
823+libmysql_r/.deps/ctype-mb.Plo
824+libmysql_r/.deps/ctype-simple.Plo
825+libmysql_r/.deps/ctype-sjis.Plo
826+libmysql_r/.deps/ctype-tis620.Plo
827+libmysql_r/.deps/ctype-uca.Plo
828+libmysql_r/.deps/ctype-ucs2.Plo
829+libmysql_r/.deps/ctype-ujis.Plo
830+libmysql_r/.deps/ctype-utf8.Plo
831+libmysql_r/.deps/ctype-win1250ch.Plo
832+libmysql_r/.deps/ctype.Plo
833+libmysql_r/.deps/dbug.Plo
834+libmysql_r/.deps/default.Plo
835+libmysql_r/.deps/default_modify.Plo
836+libmysql_r/.deps/errmsg.Plo
837+libmysql_r/.deps/errors.Plo
838+libmysql_r/.deps/get_password.Plo
839+libmysql_r/.deps/hash.Plo
840+libmysql_r/.deps/int2str.Plo
841+libmysql_r/.deps/is_prefix.Plo
842+libmysql_r/.deps/libmysql.Plo
843+libmysql_r/.deps/list.Plo
844+libmysql_r/.deps/llstr.Plo
845+libmysql_r/.deps/longlong2str.Plo
846+libmysql_r/.deps/manager.Plo
847+libmysql_r/.deps/md5.Plo
848+libmysql_r/.deps/mf_cache.Plo
849+libmysql_r/.deps/mf_dirname.Plo
850+libmysql_r/.deps/mf_fn_ext.Plo
851+libmysql_r/.deps/mf_format.Plo
852+libmysql_r/.deps/mf_iocache.Plo
853+libmysql_r/.deps/mf_iocache2.Plo
854+libmysql_r/.deps/mf_loadpath.Plo
855+libmysql_r/.deps/mf_pack.Plo
856+libmysql_r/.deps/mf_path.Plo
857+libmysql_r/.deps/mf_tempfile.Plo
858+libmysql_r/.deps/mf_unixpath.Plo
859+libmysql_r/.deps/mf_wcomp.Plo
860+libmysql_r/.deps/mulalloc.Plo
861+libmysql_r/.deps/my_alloc.Plo
862+libmysql_r/.deps/my_chsize.Plo
863+libmysql_r/.deps/my_compress.Plo
864+libmysql_r/.deps/my_create.Plo
865+libmysql_r/.deps/my_delete.Plo
866+libmysql_r/.deps/my_div.Plo
867+libmysql_r/.deps/my_error.Plo
868+libmysql_r/.deps/my_file.Plo
869+libmysql_r/.deps/my_fopen.Plo
870+libmysql_r/.deps/my_fstream.Plo
871+libmysql_r/.deps/my_gethostbyname.Plo
872+libmysql_r/.deps/my_getopt.Plo
873+libmysql_r/.deps/my_getwd.Plo
874+libmysql_r/.deps/my_init.Plo
875+libmysql_r/.deps/my_lib.Plo
876+libmysql_r/.deps/my_malloc.Plo
877+libmysql_r/.deps/my_messnc.Plo
878+libmysql_r/.deps/my_net.Plo
879+libmysql_r/.deps/my_once.Plo
880+libmysql_r/.deps/my_open.Plo
881+libmysql_r/.deps/my_port.Plo
882+libmysql_r/.deps/my_pread.Plo
883+libmysql_r/.deps/my_pthread.Plo
884+libmysql_r/.deps/my_read.Plo
885+libmysql_r/.deps/my_realloc.Plo
886+libmysql_r/.deps/my_rename.Plo
887+libmysql_r/.deps/my_seek.Plo
888+libmysql_r/.deps/my_sleep.Plo
889+libmysql_r/.deps/my_static.Plo
890+libmysql_r/.deps/my_strtoll10.Plo
891+libmysql_r/.deps/my_symlink.Plo
892+libmysql_r/.deps/my_thr_init.Plo
893+libmysql_r/.deps/my_time.Plo
894+libmysql_r/.deps/my_vsnprintf.Plo
895+libmysql_r/.deps/my_write.Plo
896+libmysql_r/.deps/net.Plo
897+libmysql_r/.deps/pack.Plo
898+libmysql_r/.deps/password.Plo
899+libmysql_r/.deps/safemalloc.Plo
900+libmysql_r/.deps/sha1.Plo
901+libmysql_r/.deps/str2int.Plo
902+libmysql_r/.deps/str_alloc.Plo
903+libmysql_r/.deps/strcend.Plo
904+libmysql_r/.deps/strcont.Plo
905+libmysql_r/.deps/strend.Plo
906+libmysql_r/.deps/strfill.Plo
907+libmysql_r/.deps/string.Plo
908+libmysql_r/.deps/strinstr.Plo
909+libmysql_r/.deps/strmake.Plo
910+libmysql_r/.deps/strmov.Plo
911+libmysql_r/.deps/strnlen.Plo
912+libmysql_r/.deps/strnmov.Plo
913+libmysql_r/.deps/strtod.Plo
914+libmysql_r/.deps/strtoll.Plo
915+libmysql_r/.deps/strtoull.Plo
916+libmysql_r/.deps/strxmov.Plo
917+libmysql_r/.deps/strxnmov.Plo
918+libmysql_r/.deps/thr_mutex.Plo
919+libmysql_r/.deps/typelib.Plo
920+libmysql_r/.deps/vio.Plo
921+libmysql_r/.deps/viosocket.Plo
922+libmysql_r/.deps/viossl.Plo
923+libmysql_r/.deps/viosslfactories.Plo
924+libmysql_r/.deps/xml.Plo
925+libmysql_r/.libs/libmysqlclient_r.lai
926+libmysql_r/.libs/libmysqlclient_r.so.15
927+libmysql_r/.libs/libmysqlclient_r.so.15.0.0
928+libmysql_r/acconfig.h
929+libmysql_r/client_settings.h
930+libmysql_r/conf_to_src
931+libmysql_r/link_sources
932+libmysql_r/my_static.h
933+libmysql_r/mysys_priv.h
934+libmysql_r/vio_priv.h
935+libmysqld/*.ds?
936+libmysqld/*.vcproj
937+libmysqld/.deps/client.Po
938+libmysqld/.deps/derror.Po
939+libmysqld/.deps/discover.Po
940+libmysqld/.deps/emb_qcache.Po
941+libmysqld/.deps/errmsg.Po
942+libmysqld/.deps/event_data_objects.Po
943+libmysqld/.deps/event_db_repository.Po
944+libmysqld/.deps/event_queue.Po
945+libmysqld/.deps/event_scheduler.Po
946+libmysqld/.deps/events.Po
947+libmysqld/.deps/field.Po
948+libmysqld/.deps/field_conv.Po
949+libmysqld/.deps/filesort.Po
950+libmysqld/.deps/get_password.Po
951+libmysqld/.deps/gstream.Po
952+libmysqld/.deps/ha_berkeley.Po
953+libmysqld/.deps/ha_federated.Po
954+libmysqld/.deps/ha_heap.Po
955+libmysqld/.deps/ha_innodb.Po
956+libmysqld/.deps/ha_myisam.Po
957+libmysqld/.deps/ha_myisammrg.Po
958+libmysqld/.deps/ha_ndbcluster.Po
959+libmysqld/.deps/ha_ndbcluster_binlog.Po
960+libmysqld/.deps/ha_partition.Po
961+libmysqld/.deps/handler.Po
962+libmysqld/.deps/hash_filo.Po
963+libmysqld/.deps/hostname.Po
964+libmysqld/.deps/init.Po
965+libmysqld/.deps/item.Po
966+libmysqld/.deps/item_buff.Po
967+libmysqld/.deps/item_cmpfunc.Po
968+libmysqld/.deps/item_create.Po
969+libmysqld/.deps/item_func.Po
970+libmysqld/.deps/item_geofunc.Po
971+libmysqld/.deps/item_row.Po
972+libmysqld/.deps/item_strfunc.Po
973+libmysqld/.deps/item_subselect.Po
974+libmysqld/.deps/item_sum.Po
975+libmysqld/.deps/item_timefunc.Po
976+libmysqld/.deps/item_uniq.Po
977+libmysqld/.deps/item_xmlfunc.Po
978+libmysqld/.deps/key.Po
979+libmysqld/.deps/lib_sql.Po
980+libmysqld/.deps/libmysql.Po
981+libmysqld/.deps/libmysqld.Po
982+libmysqld/.deps/lock.Po
983+libmysqld/.deps/log.Po
984+libmysqld/.deps/log_event.Po
985+libmysqld/.deps/my_decimal.Po
986+libmysqld/.deps/my_time.Po
987+libmysqld/.deps/my_user.Po
988+libmysqld/.deps/net_serv.Po
989+libmysqld/.deps/opt_range.Po
990+libmysqld/.deps/opt_sum.Po
991+libmysqld/.deps/pack.Po
992+libmysqld/.deps/parse_file.Po
993+libmysqld/.deps/partition_info.Po
994+libmysqld/.deps/password.Po
995+libmysqld/.deps/procedure.Po
996+libmysqld/.deps/protocol.Po
997+libmysqld/.deps/records.Po
998+libmysqld/.deps/rpl_filter.Po
999+libmysqld/.deps/rpl_injector.Po
1000+libmysqld/.deps/set_var.Po
1001+libmysqld/.deps/sp.Po
1002+libmysqld/.deps/sp_cache.Po
1003+libmysqld/.deps/sp_head.Po
1004+libmysqld/.deps/sp_pcontext.Po
1005+libmysqld/.deps/sp_rcontext.Po
1006+libmysqld/.deps/spatial.Po
1007+libmysqld/.deps/sql_acl.Po
1008+libmysqld/.deps/sql_analyse.Po
1009+libmysqld/.deps/sql_base.Po
1010+libmysqld/.deps/sql_builtin.Po
1011+libmysqld/.deps/sql_cache.Po
1012+libmysqld/.deps/sql_class.Po
1013+libmysqld/.deps/sql_crypt.Po
1014+libmysqld/.deps/sql_cursor.Po
1015+libmysqld/.deps/sql_db.Po
1016+libmysqld/.deps/sql_delete.Po
1017+libmysqld/.deps/sql_truncate.Po
1018+libmysqld/.deps/sql_reload.Po
1019+libmysqld/.deps/datadict.Po
1020+libmysqld/.deps/sql_derived.Po
1021+libmysqld/.deps/sql_do.Po
1022+libmysqld/.deps/sql_error.Po
1023+libmysqld/.deps/sql_handler.Po
1024+libmysqld/.deps/sql_help.Po
1025+libmysqld/.deps/sql_insert.Po
1026+libmysqld/.deps/sql_lex.Po
1027+libmysqld/.deps/sql_list.Po
1028+libmysqld/.deps/sql_load.Po
1029+libmysqld/.deps/sql_manager.Po
1030+libmysqld/.deps/sql_map.Po
1031+libmysqld/.deps/sql_parse.Po
1032+libmysqld/.deps/sql_partition.Po
1033+libmysqld/.deps/sql_plugin.Po
1034+libmysqld/.deps/sql_prepare.Po
1035+libmysqld/.deps/sql_rename.Po
1036+libmysqld/.deps/sql_select.Po
1037+libmysqld/.deps/sql_show.Po
1038+libmysqld/.deps/sql_state.Po
1039+libmysqld/.deps/sql_string.Po
1040+libmysqld/.deps/sql_table.Po
1041+libmysqld/.deps/sql_tablespace.Po
1042+libmysqld/.deps/sql_test.Po
1043+libmysqld/.deps/sql_trigger.Po
1044+libmysqld/.deps/sql_udf.Po
1045+libmysqld/.deps/sql_union.Po
1046+libmysqld/.deps/sql_update.Po
1047+libmysqld/.deps/sql_view.Po
1048+libmysqld/.deps/sql_yacc.Po
1049+libmysqld/.deps/stacktrace.Po
1050+libmysqld/.deps/strfunc.Po
1051+libmysqld/.deps/table.Po
1052+libmysqld/.deps/thr_malloc.Po
1053+libmysqld/.deps/time.Po
1054+libmysqld/.deps/tztime.Po
1055+libmysqld/.deps/uniques.Po
1056+libmysqld/.deps/unireg.Po
1057+libmysqld/backup_dir
1058+libmysqld/client.c
1059+libmysqld/client_settings.h
1060+libmysqld/cmake_dummy.c
1061+libmysqld/convert.cc
1062+libmysqld/derror.cc
1063+libmysqld/discover.cc
1064+libmysqld/emb_qcache.cpp
1065+libmysqld/errmsg.c
1066+libmysqld/event.cc
1067+libmysqld/event_data_objects.cc
1068+libmysqld/event_db_repository.cc
1069+libmysqld/event_executor.cc
1070+libmysqld/event_queue.cc
1071+libmysqld/event_scheduler.cc
1072+libmysqld/event_timed.cc
1073+libmysqld/events.cc
1074+libmysqld/examples/.deps/completion_hash.Po
1075+libmysqld/examples/.deps/mysql.Po
1076+libmysqld/examples/.deps/mysql_client_test.Po
1077+libmysqld/examples/.deps/mysqltest.Po
1078+libmysqld/examples/.deps/readline.Po
1079+libmysqld/examples/client_test.c
1080+libmysqld/examples/client_test.cc
1081+libmysqld/examples/completion_hash.cc
1082+libmysqld/examples/completion_hash.h
1083+libmysqld/examples/link_sources
1084+libmysqld/examples/my_readline.h
1085+libmysqld/examples/mysql
1086+libmysqld/examples/mysql.cc
1087+libmysqld/examples/mysql_client_test.c
1088+libmysqld/examples/mysql_client_test_embedded
1089+libmysqld/examples/mysqltest
1090+libmysqld/examples/mysqltest.c
1091+libmysqld/examples/mysqltest_embedded
1092+libmysqld/examples/readline.cc
1093+libmysqld/examples/sql_string.cc
1094+libmysqld/examples/sql_string.h
1095+libmysqld/examples/test-gdbinit
1096+libmysqld/field.cc
1097+libmysqld/field_conv.cc
1098+libmysqld/filesort.cc
1099+libmysqld/get_password.c
1100+libmysqld/gstream.cc
1101+libmysqld/ha_archive.cc
1102+libmysqld/ha_berkeley.cc
1103+libmysqld/ha_blackhole.cc
1104+libmysqld/ha_example.cc
1105+libmysqld/ha_federated.cc
1106+libmysqld/ha_heap.cc
1107+libmysqld/ha_innobase.cc
1108+libmysqld/ha_innodb.cc
1109+libmysqld/ha_isam.cc
1110+libmysqld/ha_isammrg.cc
1111+libmysqld/ha_myisam.cc
1112+libmysqld/ha_myisammrg.cc
1113+libmysqld/ha_ndbcluster.cc
1114+libmysqld/ha_ndbcluster_binlog.cc
1115+libmysqld/ha_ndbcluster_cond.cc
1116+libmysqld/ha_partition.cc
1117+libmysqld/ha_tina.cc
1118+libmysqld/handler.cc
1119+libmysqld/handlerton.cc
1120+libmysqld/hash_filo.cc
1121+libmysqld/hostname.cc
1122+libmysqld/init.cc
1123+libmysqld/item.cc
1124+libmysqld/item_buff.cc
1125+libmysqld/item_cmpfunc.cc
1126+libmysqld/item_create.cc
1127+libmysqld/item_func.cc
1128+libmysqld/item_geofunc.cc
1129+libmysqld/item_row.cc
1130+libmysqld/item_strfunc.cc
1131+libmysqld/item_subselect.cc
1132+libmysqld/item_sum.cc
1133+libmysqld/item_timefunc.cc
1134+libmysqld/item_uniq.cc
1135+libmysqld/key.cc
1136+libmysqld/lex_hash.h
1137+libmysqld/lib_sql.cpp
1138+libmysqld/libmysql.c
1139+libmysqld/link_sources
1140+libmysqld/lock.cc
1141+libmysqld/log.cc
1142+libmysqld/log_event.cc
1143+libmysqld/log_event_old.cc
1144+libmysqld/md5.c
1145+libmysqld/message.h
1146+libmysqld/message.rc
1147+libmysqld/mf_iocache.cc
1148+libmysqld/mini_client.cc
1149+libmysqld/my_decimal.cc
1150+libmysqld/my_time.c
1151+libmysqld/my_user.c
1152+libmysqld/net_pkg.cc
1153+libmysqld/net_serv.cc
1154+libmysqld/opt_ft.cc
1155+libmysqld/opt_range.cc
1156+libmysqld/opt_sum.cc
1157+libmysqld/pack.c
1158+libmysqld/parse_file.cc
1159+libmysqld/partition_info.cc
1160+libmysqld/password.c
1161+libmysqld/procedure.cc
1162+libmysqld/protocol.cc
1163+libmysqld/protocol_cursor.cc
1164+libmysqld/records.cc
1165+libmysqld/repl_failsafe.cc
1166+libmysqld/rpl_filter.cc
1167+libmysqld/rpl_handler.cc
1168+libmysqld/rpl_injector.cc
1169+libmysqld/rpl_record.cc
1170+libmysqld/rpl_record_old.cc
1171+libmysqld/rpl_utility.cc
1172+libmysqld/scheduler.cc
1173+libmysqld/set_var.cc
1174+libmysqld/sha2.cc
1175+libmysqld/simple-test
1176+libmysqld/slave.cc
1177+libmysqld/sp.cc
1178+libmysqld/sp_cache.cc
1179+libmysqld/sp_head.cc
1180+libmysqld/sp_pcontext.cc
1181+libmysqld/sp_rcontext.cc
1182+libmysqld/spatial.cc
1183+libmysqld/sql_acl.cc
1184+libmysqld/sql_analyse.cc
1185+libmysqld/sql_base.cc
1186+libmysqld/sql_builtin.cc
1187+libmysqld/sql_cache.cc
1188+libmysqld/sql_class.cc
1189+libmysqld/sql_command
1190+libmysqld/sql_connect.cc
1191+libmysqld/sql_crypt.cc
1192+libmysqld/sql_cursor.cc
1193+libmysqld/sql_cursor.h
1194+libmysqld/sql_db.cc
1195+libmysqld/sql_delete.cc
1196+libmysqld/sql_truncate.cc
1197+libmysqld/sql_reload.cc
1198+libmysqld/datadict.cc
1199+libmysqld/sql_derived.cc
1200+libmysqld/sql_do.cc
1201+libmysqld/sql_error.cc
1202+libmysqld/sql_handler.cc
1203+libmysqld/sql_help.cc
1204+libmysqld/sql_insert.cc
1205+libmysqld/sql_lex.cc
1206+libmysqld/sql_list.cc
1207+libmysqld/sql_load.cc
1208+libmysqld/sql_locale.cc
1209+libmysqld/sql_manager.cc
1210+libmysqld/sql_map.cc
1211+libmysqld/sql_olap.cc
1212+libmysqld/sql_parse.cc
1213+libmysqld/sql_partition.cc
1214+libmysqld/sql_plugin.cc
1215+libmysqld/sql_prepare.cc
1216+libmysqld/sql_profile.cc
1217+libmysqld/sql_rename.cc
1218+libmysqld/sql_repl.cc
1219+libmysqld/sql_select.cc
1220+libmysqld/sql_servers.cc
1221+libmysqld/sql_show.cc
1222+libmysqld/sql_state.c
1223+libmysqld/sql_string.cc
1224+libmysqld/sql_table.cc
1225+libmysqld/sql_tablespace.cc
1226+libmysqld/sql_test.cc
1227+libmysqld/sql_trigger.cc
1228+libmysqld/sql_udf.cc
1229+libmysqld/sql_union.cc
1230+libmysqld/sql_unions.cc
1231+libmysqld/sql_update.cc
1232+libmysqld/sql_view.cc
1233+libmysqld/sql_yacc.cc
1234+libmysqld/sql_yacc.cpp
1235+libmysqld/sql_yacc.h
1236+libmysqld/stacktrace.c
1237+libmysqld/strfunc.cc
1238+libmysqld/table.cc
1239+libmysqld/thr_malloc.cc
1240+libmysqld/sql_time.cc
1241+libmysqld/tztime.cc
1242+libmysqld/uniques.cc
1243+libmysqld/unireg.cc
1244+libmysqltest/*.ds?
1245+libmysqltest/*.vcproj
1246+libmysqltest/mytest.c
1247+libtool
1248+linked_client_sources
1249+linked_include_sources
1250+linked_libmysql_r_sources
1251+linked_libmysql_sources
1252+linked_libmysqld_sources
1253+linked_libmysqldex_sources
1254+linked_server_sources
1255+linked_tools_sources
1256+locked
1257+ltmain.sh
1258+man/*.1
1259+merge/*.ds?
1260+merge/*.vcproj
1261+missing
1262+mit-pthreads/config.flags
1263+mit-pthreads/include/bits
1264+mit-pthreads/include/pthread/machdep.h
1265+mit-pthreads/include/pthread/posix.h
1266+mit-pthreads/include/sys
1267+mit-pthreads/machdep.c
1268+mit-pthreads/pg++
1269+mit-pthreads/pgcc
1270+mit-pthreads/syscall.S
1271+mkinstalldirs
1272+my_print_defaults/*.ds?
1273+my_print_defaults/*.vcproj
1274+myisam/*.ds?
1275+myisam/*.vcproj
1276+myisam/FT1.MYD
1277+myisam/FT1.MYI
1278+myisam/ft_dump
1279+myisam/ft_eval
1280+myisam/ft_test1
1281+myisam/ftbench/data
1282+myisam/ftbench/t
1283+myisam/ftbench/var/*
1284+myisam/mi_test1
1285+myisam/mi_test2
1286+myisam/mi_test3
1287+myisam/mi_test_all
1288+myisam/myisam.log
1289+myisam/myisam_ftdump
1290+myisam/myisamchk
1291+myisam/myisamlog
1292+myisam/myisampack
1293+myisam/rt_test
1294+myisam/rt_test.MYD
1295+myisam/rt_test.MYI
1296+myisam/sp_test
1297+myisam/test1.MYD
1298+myisam/test1.MYI
1299+myisam/test2.MYD
1300+myisam/test2.MYI
1301+myisam_ftdump/*.ds?
1302+myisam_ftdump/*.vcproj
1303+myisamchk/*.ds?
1304+myisamchk/*.vcproj
1305+myisamlog/*.ds?
1306+myisamlog/*.vcproj
1307+myisammrg/*.ds?
1308+myisammrg/*.vcproj
1309+myisampack/*.ds?
1310+myisampack/*.vcproj
1311+mysql-4.0.2-alpha-pc-linux-gnu-i686.tar.gz
1312+mysql-4.0.2-alpha.tar.gz
1313+mysql-4.1.8-win-src.zip
1314+mysql-5.0.2-alpha.tar.gz
1315+mysql-max-4.0.2-alpha-pc-linux-gnu-i686.tar.gz
1316+mysql-test/*.ds?
1317+mysql-test/*.vcproj
1318+mysql-test/.DS_Store
1319+mysql-test/collections/default.release
1320+mysql-test/collections/default.release.done
1321+mysql-test/funcs_1.log
1322+mysql-test/funcs_1.tar
1323+mysql-test/gmon.out
1324+mysql-test/install_test_db
1325+mysql-test/lib/My/SafeProcess/my_safe_process
1326+mysql-test/lib/init_db.sql
1327+mysql-test/linux_sys_vars.inc
1328+mysql-test/load_sysvars.inc
1329+mysql-test/mtr
1330+mysql-test/mysql-test-run
1331+mysql-test/mysql-test-gcov.err
1332+mysql-test/mysql-test-gcov.msg
1333+mysql-test/mysql-test-run-shell
1334+mysql-test/mysql-test-run.log
1335+mysql-test/mysql_test_run_new
1336+mysql-test/ndb/ndbcluster
1337+mysql-test/partitions.log
1338+mysql-test/r/*.err
1339+mysql-test/r/*.log
1340+mysql-test/r/*.out
1341+mysql-test/r/*.reject
1342+mysql-test/r/index_merge_load.result
1343+mysql-test/r/max_allowed_packet_func.result
1344+mysql-test/r/rpl000001.eval
1345+mysql-test/r/rpl000002.eval
1346+mysql-test/r/rpl000014.eval
1347+mysql-test/r/rpl000015.eval
1348+mysql-test/r/rpl000016.eval
1349+mysql-test/r/rpl_log.eval
1350+mysql-test/r/slave-running.eval
1351+mysql-test/r/slave-stopped.eval
1352+mysql-test/r/tmp.result
1353+mysql-test/reg.log
1354+mysql-test/rpl.log
1355+mysql-test/share/mysql
1356+mysql-test/std_data/*.pem
1357+mysql-test/suite/funcs_1.tar.gz
1358+mysql-test/suite/funcs_1.tar.zip
1359+mysql-test/suite/funcs_1/r/innodb_trig_03e.warnings
1360+mysql-test/suite/funcs_1/r/innodb_views.warnings
1361+mysql-test/suite/funcs_1/r/memory_trig_03e.warnings
1362+mysql-test/suite/funcs_1/r/memory_views.warnings
1363+mysql-test/suite/funcs_1/r/myisam_trig_03e.warnings
1364+mysql-test/suite/funcs_1/r/myisam_views.warnings
1365+mysql-test/suite/funcs_1/r/ndb_trig_03e.warnings
1366+mysql-test/suite/funcs_1/r/ndb_views.warnings
1367+mysql-test/suite/partitions/r/dif
1368+mysql-test/suite/partitions/r/diff
1369+mysql-test/suite/partitions/r/partition.result
1370+mysql-test/suite/partitions/r/partition_bit_ndb.warnings
1371+mysql-test/suite/partitions/r/partition_special_innodb.warnings
1372+mysql-test/suite/partitions/r/partition_special_myisam.warnings
1373+mysql-test/suite/partitions/r/partition_t55.out
1374+mysql-test/suite/partitions/r/partition_t55.refout
1375+mysql-test/suite/partitions/t/partition.test
1376+mysql-test/t/index_merge.load
1377+mysql-test/t/tmp.test
1378+mysql-test/var
1379+mysql-test/var/*
1380+mysql-test/windows_sys_vars.inc
1381+mysql.kdevprj
1382+mysql.proj
1383+sql_priv.h
1384+mysqlbinlog/*.ds?
1385+mysqlbinlog/*.vcproj
1386+mysqlcheck/*.ds?
1387+mysqlcheck/*.vcproj
1388+mysqld.S
1389+mysqld.sym
1390+mysqldemb/*.ds?
1391+mysqldemb/*.vcproj
1392+mysqlserver/*.ds?
1393+mysqlserver/*.vcproj
1394+mysys/#mf_iocache.c#
1395+mysys/*.ds?
1396+mysys/*.vcproj
1397+mysys/.deps/array.Po
1398+mysys/.deps/base64.Po
1399+mysys/.deps/charset-def.Po
1400+mysys/.deps/charset.Po
1401+mysys/.deps/checksum.Po
1402+mysys/.deps/default.Po
1403+mysys/.deps/default_modify.Po
1404+mysys/.deps/errors.Po
1405+mysys/.deps/hash.Po
1406+mysys/.deps/list.Po
1407+mysys/.deps/md5.Po
1408+mysys/.deps/mf_brkhant.Po
1409+mysys/.deps/mf_cache.Po
1410+mysys/.deps/mf_dirname.Po
1411+mysys/.deps/mf_fn_ext.Po
1412+mysys/.deps/mf_format.Po
1413+mysys/.deps/mf_getdate.Po
1414+mysys/.deps/mf_iocache.Po
1415+mysys/.deps/mf_iocache2.Po
1416+mysys/.deps/mf_keycache.Po
1417+mysys/.deps/mf_keycaches.Po
1418+mysys/.deps/mf_loadpath.Po
1419+mysys/.deps/mf_pack.Po
1420+mysys/.deps/mf_path.Po
1421+mysys/.deps/mf_qsort.Po
1422+mysys/.deps/mf_qsort2.Po
1423+mysys/.deps/mf_radix.Po
1424+mysys/.deps/mf_same.Po
1425+mysys/.deps/mf_sort.Po
1426+mysys/.deps/mf_strip.Po
1427+mysys/.deps/mf_tempdir.Po
1428+mysys/.deps/mf_tempfile.Po
1429+mysys/.deps/mf_unixpath.Po
1430+mysys/.deps/mf_wcomp.Po
1431+mysys/.deps/mf_wfile.Po
1432+mysys/.deps/mulalloc.Po
1433+mysys/.deps/my_access.Po
1434+mysys/.deps/my_aes.Po
1435+mysys/.deps/my_alarm.Po
1436+mysys/.deps/my_alloc.Po
1437+mysys/.deps/my_append.Po
1438+mysys/.deps/my_atomic.Po
1439+mysys/.deps/my_bit.Po
1440+mysys/.deps/my_bitmap.Po
1441+mysys/.deps/my_chsize.Po
1442+mysys/.deps/my_clock.Po
1443+mysys/.deps/my_compress.Po
1444+mysys/.deps/my_copy.Po
1445+mysys/.deps/my_crc32.Po
1446+mysys/.deps/my_create.Po
1447+mysys/.deps/my_delete.Po
1448+mysys/.deps/my_div.Po
1449+mysys/.deps/my_dup.Po
1450+mysys/.deps/my_error.Po
1451+mysys/.deps/my_file.Po
1452+mysys/.deps/my_fopen.Po
1453+mysys/.deps/my_fstream.Po
1454+mysys/.deps/my_gethostbyname.Po
1455+mysys/.deps/my_gethwaddr.Po
1456+mysys/.deps/my_getncpus.Po
1457+mysys/.deps/my_getopt.Po
1458+mysys/.deps/my_getsystime.Po
1459+mysys/.deps/my_getwd.Po
1460+mysys/.deps/my_handler.Po
1461+mysys/.deps/my_init.Po
1462+mysys/.deps/my_largepage.Po
1463+mysys/.deps/my_lib.Po
1464+mysys/.deps/my_libwrap.Po
1465+mysys/.deps/my_lock.Po
1466+mysys/.deps/my_lockmem.Po
1467+mysys/.deps/my_lread.Po
1468+mysys/.deps/my_lwrite.Po
1469+mysys/.deps/my_malloc.Po
1470+mysys/.deps/my_memmem.Po
1471+mysys/.deps/my_messnc.Po
1472+mysys/.deps/my_mkdir.Po
1473+mysys/.deps/my_mmap.Po
1474+mysys/.deps/my_net.Po
1475+mysys/.deps/my_netware.Po
1476+mysys/.deps/my_new.Po
1477+mysys/.deps/my_once.Po
1478+mysys/.deps/my_open.Po
1479+mysys/.deps/my_port.Po
1480+mysys/.deps/my_pread.Po
1481+mysys/.deps/my_pthread.Po
1482+mysys/.deps/my_quick.Po
1483+mysys/.deps/my_read.Po
1484+mysys/.deps/my_realloc.Po
1485+mysys/.deps/my_redel.Po
1486+mysys/.deps/my_rename.Po
1487+mysys/.deps/my_seek.Po
1488+mysys/.deps/my_semaphore.Po
1489+mysys/.deps/my_sleep.Po
1490+mysys/.deps/my_static.Po
1491+mysys/.deps/my_symlink.Po
1492+mysys/.deps/my_symlink2.Po
1493+mysys/.deps/my_sync.Po
1494+mysys/.deps/my_thr_init.Po
1495+mysys/.deps/my_vle.Po
1496+mysys/.deps/my_windac.Po
1497+mysys/.deps/my_write.Po
1498+mysys/.deps/ptr_cmp.Po
1499+mysys/.deps/queues.Po
1500+mysys/.deps/rijndael.Po
1501+mysys/.deps/safemalloc.Po
1502+mysys/.deps/sha1.Po
1503+mysys/.deps/string.Po
1504+mysys/.deps/thr_alarm.Po
1505+mysys/.deps/thr_lock.Po
1506+mysys/.deps/thr_mutex.Po
1507+mysys/.deps/thr_rwlock.Po
1508+mysys/.deps/tree.Po
1509+mysys/.deps/trie.Po
1510+mysys/.deps/typelib.Po
1511+mysys/charset2html
1512+mysys/getopt.c
1513+mysys/getopt1.c
1514+mysys/main.cc
1515+mysys/my_new.cpp
1516+mysys/raid.cpp
1517+mysys/ste5KbMa
1518+mysys/test_atomic
1519+mysys/test_bitmap
1520+mysys/test_charset
1521+mysys/test_dir
1522+mysys/test_gethwaddr
1523+mysys/test_io_cache
1524+mysys/test_thr_alarm
1525+mysys/test_thr_lock
1526+mysys/test_vsnprintf
1527+mysys/testhash
1528+ndb/bin/DbAsyncGenerator
1529+ndb/bin/DbCreate
1530+ndb/bin/acid
1531+ndb/bin/async-lmc-bench-l-p10.sh
1532+ndb/bin/async-lmc-bench-l.sh
1533+ndb/bin/async-lmc-bench-p10.sh
1534+ndb/bin/async-lmc-bench.sh
1535+ndb/bin/atrt
1536+ndb/bin/atrt-analyze-result.sh
1537+ndb/bin/atrt-clear-result.sh
1538+ndb/bin/atrt-gather-result.sh
1539+ndb/bin/atrt-setup.sh
1540+ndb/bin/bankCreator
1541+ndb/bin/bankMakeGL
1542+ndb/bin/bankSumAccounts
1543+ndb/bin/bankTimer
1544+ndb/bin/bankTransactionMaker
1545+ndb/bin/bankValidateAllGLs
1546+ndb/bin/basicTransporterTest
1547+ndb/bin/benchronja
1548+ndb/bin/bulk_copy
1549+ndb/bin/copy_tab
1550+ndb/bin/create_all_tabs
1551+ndb/bin/create_index
1552+ndb/bin/create_tab
1553+ndb/bin/delete_all
1554+ndb/bin/desc
1555+ndb/bin/drop_all_tabs
1556+ndb/bin/drop_index
1557+ndb/bin/drop_tab
1558+ndb/bin/flexAsynch
1559+ndb/bin/flexBench
1560+ndb/bin/flexHammer
1561+ndb/bin/flexScan
1562+ndb/bin/flexTT
1563+ndb/bin/hugoCalculator
1564+ndb/bin/hugoFill
1565+ndb/bin/hugoLoad
1566+ndb/bin/hugoLockRecords
1567+ndb/bin/hugoPkDelete
1568+ndb/bin/hugoPkRead
1569+ndb/bin/hugoPkReadRecord
1570+ndb/bin/hugoPkUpdate
1571+ndb/bin/hugoScanRead
1572+ndb/bin/hugoScanUpdate
1573+ndb/bin/index
1574+ndb/bin/index2
1575+ndb/bin/initronja
1576+ndb/bin/interpreterInTup
1577+ndb/bin/list_tables
1578+ndb/bin/make-config.sh
1579+ndb/bin/mgmtclient
1580+ndb/bin/mgmtsrvr
1581+ndb/bin/mkconfig
1582+ndb/bin/ndb
1583+ndb/bin/ndb_cpcc
1584+ndb/bin/ndb_cpcd
1585+ndb/bin/ndb_rep
1586+ndb/bin/ndbsql
1587+ndb/bin/newton_basic
1588+ndb/bin/newton_br
1589+ndb/bin/newton_pb
1590+ndb/bin/newton_perf
1591+ndb/bin/perfTransporterTest
1592+ndb/bin/printConfig
1593+ndb/bin/printSchemafile
1594+ndb/bin/printSysfile
1595+ndb/bin/redoLogFileReader
1596+ndb/bin/restart
1597+ndb/bin/restarter
1598+ndb/bin/restarter2
1599+ndb/bin/restarts
1600+ndb/bin/restore
1601+ndb/bin/select_all
1602+ndb/bin/select_count
1603+ndb/bin/telco
1604+ndb/bin/testBackup
1605+ndb/bin/testBank
1606+ndb/bin/testBasic
1607+ndb/bin/testBasicAsynch
1608+ndb/bin/testCopy
1609+ndb/bin/testDataBuffers
1610+ndb/bin/testDict
1611+ndb/bin/testGrep
1612+ndb/bin/testGrepVerify
1613+ndb/bin/testIndex
1614+ndb/bin/testInterpreter
1615+ndb/bin/testKernelDataBuffer
1616+ndb/bin/testLongSig
1617+ndb/bin/testMgm
1618+ndb/bin/testMgmapi
1619+ndb/bin/testNdbApi
1620+ndb/bin/testNodeRestart
1621+ndb/bin/testOIBasic
1622+ndb/bin/testOdbcDriver
1623+ndb/bin/testOperations
1624+ndb/bin/testRestartGci
1625+ndb/bin/testScan
1626+ndb/bin/testScanInterpreter
1627+ndb/bin/testSimplePropertiesSection
1628+ndb/bin/testSystemRestart
1629+ndb/bin/testTimeout
1630+ndb/bin/testTransactions
1631+ndb/bin/test_cpcd
1632+ndb/bin/test_event
1633+ndb/bin/verify_index
1634+ndb/bin/waiter
1635+ndb/config/autom4te.cache/*
1636+ndb/config/config.mk
1637+ndb/examples/ndbapi_example1/ndbapi_example1
1638+ndb/examples/ndbapi_example2/ndbapi_example2
1639+ndb/examples/ndbapi_example3/ndbapi_example3
1640+ndb/examples/ndbapi_example5/ndbapi_example5
1641+ndb/examples/select_all/select_all
1642+ndb/include/ndb_global.h
1643+ndb/include/ndb_types.h
1644+ndb/include/ndb_version.h
1645+ndb/lib/libMGM_API.so
1646+ndb/lib/libNDB_API.so
1647+ndb/lib/libNDB_ODBC.so
1648+ndb/lib/libNEWTON_API.so
1649+ndb/lib/libNEWTON_BASICTEST_COMMON.so
1650+ndb/lib/libREP_API.so
1651+ndb/lib/libndbclient.so
1652+ndb/lib/libndbclient_extra.so
1653+ndb/src/common/debugger/libtrace.dsp
1654+ndb/src/common/debugger/signaldata/libsignaldataprint.dsp
1655+ndb/src/common/logger/liblogger.dsp
1656+ndb/src/common/mgmcommon/libmgmsrvcommon.dsp
1657+ndb/src/common/mgmcommon/printConfig/*.d
1658+ndb/src/common/portlib/libportlib.dsp
1659+ndb/src/common/transporter/libtransporter.dsp
1660+ndb/src/common/util/libgeneral.dsp
1661+ndb/src/common/util/testBitmask.cpp
1662+ndb/src/cw/cpcd/ndb_cpcd
1663+ndb/src/dummy.cpp
1664+ndb/src/kernel/blocks/backup/libbackup.dsp
1665+ndb/src/kernel/blocks/backup/restore/ndb_restore
1666+ndb/src/kernel/blocks/cmvmi/libcmvmi.dsp
1667+ndb/src/kernel/blocks/dbacc/libdbacc.dsp
1668+ndb/src/kernel/blocks/dbdict/libdbdict.dsp
1669+ndb/src/kernel/blocks/dbdih/libdbdih.dsp
1670+ndb/src/kernel/blocks/dblqh/libdblqh.dsp
1671+ndb/src/kernel/blocks/dbtc/libdbtc.dsp
1672+ndb/src/kernel/blocks/dbtup/libdbtup.dsp
1673+ndb/src/kernel/blocks/dbtux/libdbtux.dsp
1674+ndb/src/kernel/blocks/dbutil/libdbutil.dsp
1675+ndb/src/kernel/blocks/grep/libgrep.dsp
1676+ndb/src/kernel/blocks/ndbcntr/libndbcntr.dsp
1677+ndb/src/kernel/blocks/ndbfs/libndbfs.dsp
1678+ndb/src/kernel/blocks/qmgr/libqmgr.dsp
1679+ndb/src/kernel/blocks/suma/libsuma.dsp
1680+ndb/src/kernel/blocks/trix/libtrix.dsp
1681+ndb/src/kernel/error/liberror.dsp
1682+ndb/src/kernel/ndbd
1683+ndb/src/kernel/ndbd.dsp
1684+ndb/src/kernel/vm/libkernel.dsp
1685+ndb/src/libndb.ver
1686+ndb/src/libndbclient.dsp
1687+ndb/src/mgmapi/libmgmapi.dsp
1688+ndb/src/mgmclient/libndbmgmclient.dsp
1689+ndb/src/mgmclient/ndb_mgm
1690+ndb/src/mgmclient/ndb_mgm.dsp
1691+ndb/src/mgmclient/test_cpcd/*.d
1692+ndb/src/mgmsrv/ndb_mgmd
1693+ndb/src/mgmsrv/ndb_mgmd.dsp
1694+ndb/src/ndbapi/libndbapi.dsp
1695+ndb/test/ndbapi/bank/bankCreator
1696+ndb/test/ndbapi/bank/bankMakeGL
1697+ndb/test/ndbapi/bank/bankSumAccounts
1698+ndb/test/ndbapi/bank/bankTimer
1699+ndb/test/ndbapi/bank/bankTransactionMaker
1700+ndb/test/ndbapi/bank/bankValidateAllGLs
1701+ndb/test/ndbapi/bank/testBank
1702+ndb/test/ndbapi/create_all_tabs
1703+ndb/test/ndbapi/create_tab
1704+ndb/test/ndbapi/drop_all_tabs
1705+ndb/test/ndbapi/flexAsynch
1706+ndb/test/ndbapi/flexBench
1707+ndb/test/ndbapi/flexBench.dsp
1708+ndb/test/ndbapi/flexHammer
1709+ndb/test/ndbapi/flexTT
1710+ndb/test/ndbapi/testBackup
1711+ndb/test/ndbapi/testBasic
1712+ndb/test/ndbapi/testBasic.dsp
1713+ndb/test/ndbapi/testBasicAsynch
1714+ndb/test/ndbapi/testBlobs
1715+ndb/test/ndbapi/testBlobs.dsp
1716+ndb/test/ndbapi/testDataBuffers
1717+ndb/test/ndbapi/testDeadlock
1718+ndb/test/ndbapi/testDict
1719+ndb/test/ndbapi/testIndex
1720+ndb/test/ndbapi/testMgm
1721+ndb/test/ndbapi/testNdbApi
1722+ndb/test/ndbapi/testNodeRestart
1723+ndb/test/ndbapi/testOIBasic
1724+ndb/test/ndbapi/testOperations
1725+ndb/test/ndbapi/testRestartGci
1726+ndb/test/ndbapi/testSRBank
1727+ndb/test/ndbapi/testScan
1728+ndb/test/ndbapi/testScan.dsp
1729+ndb/test/ndbapi/testScanInterpreter
1730+ndb/test/ndbapi/testScanPerf
1731+ndb/test/ndbapi/testSystemRestart
1732+ndb/test/ndbapi/testTimeout
1733+ndb/test/ndbapi/testTransactions
1734+ndb/test/ndbapi/test_event
1735+ndb/test/run-test/atrt
1736+ndb/test/src/libNDBT.dsp
1737+ndb/test/tools/copy_tab
1738+ndb/test/tools/create_index
1739+ndb/test/tools/hugoCalculator
1740+ndb/test/tools/hugoFill
1741+ndb/test/tools/hugoLoad
1742+ndb/test/tools/hugoLockRecords
1743+ndb/test/tools/hugoPkDelete
1744+ndb/test/tools/hugoPkRead
1745+ndb/test/tools/hugoPkReadRecord
1746+ndb/test/tools/hugoPkUpdate
1747+ndb/test/tools/hugoScanRead
1748+ndb/test/tools/hugoScanUpdate
1749+ndb/test/tools/ndb_cpcc
1750+ndb/test/tools/restart
1751+ndb/test/tools/verify_index
1752+ndb/tools/ndb_config
1753+ndb/tools/ndb_delete_all
1754+ndb/tools/ndb_delete_all.dsp
1755+ndb/tools/ndb_desc
1756+ndb/tools/ndb_desc.dsp
1757+ndb/tools/ndb_drop_index
1758+ndb/tools/ndb_drop_index.dsp
1759+ndb/tools/ndb_drop_table
1760+ndb/tools/ndb_drop_table.dsp
1761+ndb/tools/ndb_restore
1762+ndb/tools/ndb_select_all
1763+ndb/tools/ndb_select_all.dsp
1764+ndb/tools/ndb_select_count
1765+ndb/tools/ndb_select_count.dsp
1766+ndb/tools/ndb_show_tables
1767+ndb/tools/ndb_show_tables.dsp
1768+ndb/tools/ndb_test_platform
1769+ndb/tools/ndb_waiter
1770+ndb/tools/ndb_waiter.dsp
1771+ndbcluster-1186
1772+ndbcluster-1186/SCCS
1773+ndbcluster-1186/config.ini
1774+ndbcluster-1186/ndb_1.pid
1775+ndbcluster-1186/ndb_1_out.log
1776+ndbcluster-1186/ndb_1_signal.log
1777+ndbcluster-1186/ndb_2.pid
1778+ndbcluster-1186/ndb_2_out.log
1779+ndbcluster-1186/ndb_2_signal.log
1780+ndbcluster-1186/ndb_3.pid
1781+ndbcluster-1186/ndb_3_cluster.log
1782+ndbcluster-1186/ndb_3_out.log
1783+ndbcluster-1186/ndbcluster.pid
1784+netware/.deps/libmysqlmain.Po
1785+netware/.deps/my_manage.Po
1786+netware/.deps/mysql_install_db.Po
1787+netware/.deps/mysql_test_run.Po
1788+netware/.deps/mysqld_safe.Po
1789+netware/init_db.sql
1790+netware/libmysql.imp
1791+netware/test_db.sql
1792+pack_isam/*.ds?
1793+perror/*.ds?
1794+perror/*.vcproj
1795+plugin/fulltext/.deps/mypluglib_la-plugin_example.Plo
1796+plugin/fulltext/.libs/mypluglib.lai
1797+plugin/fulltext/.libs/mypluglib.so.0
1798+plugin/fulltext/.libs/mypluglib.so.0.0.0
1799+pstack/.deps/bucomm.Po
1800+pstack/.deps/debug.Po
1801+pstack/.deps/filemode.Po
1802+pstack/.deps/ieee.Po
1803+pstack/.deps/linuxthreads.Po
1804+pstack/.deps/pstack.Po
1805+pstack/.deps/rddbg.Po
1806+pstack/.deps/stabs.Po
1807+pull.log
1808+regex/*.ds?
1809+regex/*.vcproj
1810+regex/.deps/debug.Po
1811+regex/.deps/main.Po
1812+regex/.deps/regcomp.Po
1813+regex/.deps/regerror.Po
1814+regex/.deps/regexec.Po
1815+regex/.deps/regfree.Po
1816+regex/.deps/reginit.Po
1817+regex/.deps/split.Po
1818+regex/re
1819+repl-tests/test-repl-ts/repl-timestamp.master.reject
1820+repl-tests/test-repl/foo-dump-slave.master.
1821+repl-tests/test-repl/sum-wlen-slave.master.
1822+repl-tests/test-repl/sum-wlen-slave.master.re
1823+repl-tests/test-repl/sum-wlen-slave.master.reje
1824+replace/*.ds?
1825+replace/*.vcproj
1826+scripts/comp_sql
1827+scripts/fill_func_tables
1828+scripts/fill_func_tables.sql
1829+scripts/fill_help_tables
1830+scripts/fill_help_tables.sql
1831+scripts/make_binary_distribution
1832+scripts/make_sharedlib_distribution
1833+scripts/make_win_binary_distribution
1834+scripts/make_win_src_distribution
1835+scripts/make_win_src_distribution_old
1836+scripts/msql2mysql
1837+scripts/mysql_config
1838+scripts/mysql_convert_table_format
1839+scripts/mysql_create_system_tables
1840+scripts/mysql_explain_log
1841+scripts/mysql_find_rows
1842+scripts/mysql_fix_extensions
1843+scripts/mysql_fix_privilege_tables
1844+scripts/mysql_fix_privilege_tables.sql
1845+scripts/mysql_fix_privilege_tables.sql.rule
1846+scripts/mysql_fix_privilege_tables_sql.c
1847+scripts/mysql_fix_privilege_tables_sql.c.rule
1848+scripts/mysql_install_db
1849+scripts/mysql_secure_installation
1850+scripts/mysql_setpermission
1851+scripts/mysql_tableinfo
1852+scripts/mysql_upgrade
1853+scripts/mysql_upgrade_shell
1854+scripts/mysql_zap
1855+scripts/mysqlaccess
1856+scripts/mysqlbug
1857+scripts/mysqld_multi
1858+scripts/mysqld_safe
1859+scripts/mysqldumpslow
1860+scripts/mysqlhotcopy
1861+scripts/mysqlhotcopy.sh.rej
1862+scripts/safe_mysqld
1863+select_test
1864+server-tools/instance-manager/.deps/buffer.Po
1865+server-tools/instance-manager/.deps/command.Po
1866+server-tools/instance-manager/.deps/commands.Po
1867+server-tools/instance-manager/.deps/guardian.Po
1868+server-tools/instance-manager/.deps/instance.Po
1869+server-tools/instance-manager/.deps/instance_map.Po
1870+server-tools/instance-manager/.deps/instance_options.Po
1871+server-tools/instance-manager/.deps/liboptions_la-options.Plo
1872+server-tools/instance-manager/.deps/liboptions_la-priv.Plo
1873+server-tools/instance-manager/.deps/listener.Po
1874+server-tools/instance-manager/.deps/log.Po
1875+server-tools/instance-manager/.deps/manager.Po
1876+server-tools/instance-manager/.deps/messages.Po
1877+server-tools/instance-manager/.deps/mysql_connection.Po
1878+server-tools/instance-manager/.deps/mysqlmanager.Po
1879+server-tools/instance-manager/.deps/net_serv.Po
1880+server-tools/instance-manager/.deps/parse.Po
1881+server-tools/instance-manager/.deps/parse_output.Po
1882+server-tools/instance-manager/.deps/protocol.Po
1883+server-tools/instance-manager/.deps/thread_registry.Po
1884+server-tools/instance-manager/.deps/user_management_commands.Po
1885+server-tools/instance-manager/.deps/user_map.Po
1886+server-tools/instance-manager/buffer.cpp
1887+server-tools/instance-manager/client.c
1888+server-tools/instance-manager/client_settings.h
1889+server-tools/instance-manager/command.cpp
1890+server-tools/instance-manager/commands.cpp
1891+server-tools/instance-manager/errmsg.c
1892+server-tools/instance-manager/guardian.cpp
1893+server-tools/instance-manager/instance.cpp
1894+server-tools/instance-manager/instance_map.cpp
1895+server-tools/instance-manager/instance_options.cpp
1896+server-tools/instance-manager/listener.cpp
1897+server-tools/instance-manager/log.cpp
1898+server-tools/instance-manager/manager.cpp
1899+server-tools/instance-manager/messages.cpp
1900+server-tools/instance-manager/mysql_connection.cpp
1901+server-tools/instance-manager/mysqlmanager
1902+server-tools/instance-manager/mysqlmanager.cpp
1903+server-tools/instance-manager/net_serv.cc
1904+server-tools/instance-manager/options.cpp
1905+server-tools/instance-manager/parse.cpp
1906+server-tools/instance-manager/parse_output.cpp
1907+server-tools/instance-manager/priv.cpp
1908+server-tools/instance-manager/protocol.cpp
1909+server-tools/instance-manager/thr_alarm.c
1910+server-tools/instance-manager/thread_registry.cpp
1911+server-tools/instance-manager/user_map.cpp
1912+sql-bench/Results-linux/ATIS-mysql_bdb-Linux_2.2.14_my_SMP_i686
1913+sql-bench/bench-count-distinct
1914+sql-bench/bench-init.pl
1915+sql-bench/compare-results
1916+sql-bench/compare-results-all
1917+sql-bench/copy-db
1918+sql-bench/crash-me
1919+sql-bench/gif/*
1920+sql-bench/graph-compare-results
1921+sql-bench/innotest1
1922+sql-bench/innotest1a
1923+sql-bench/innotest1b
1924+sql-bench/innotest2
1925+sql-bench/innotest2a
1926+sql-bench/innotest2b
1927+sql-bench/output/*
1928+sql-bench/run-all-tests
1929+sql-bench/server-cfg
1930+sql-bench/template.html
1931+sql-bench/test-ATIS
1932+sql-bench/test-alter-table
1933+sql-bench/test-big-tables
1934+sql-bench/test-connect
1935+sql-bench/test-create
1936+sql-bench/test-insert
1937+sql-bench/test-select
1938+sql-bench/test-transactions
1939+sql-bench/test-wisconsin
1940+sql/*.cpp
1941+sql/*.ds?
1942+sql/*.def
1943+sql/*.vcproj
1944+sql/.deps/client.Po
1945+sql/.deps/derror.Po
1946+sql/.deps/des_key_file.Po
1947+sql/.deps/discover.Po
1948+sql/.deps/event_data_objects.Po
1949+sql/.deps/event_db_repository.Po
1950+sql/.deps/event_queue.Po
1951+sql/.deps/event_scheduler.Po
1952+sql/.deps/events.Po
1953+sql/.deps/field.Po
1954+sql/.deps/field_conv.Po
1955+sql/.deps/filesort.Po
1956+sql/.deps/gen_lex_hash.Po
1957+sql/.deps/gstream.Po
1958+sql/.deps/ha_berkeley.Po
1959+sql/.deps/ha_federated.Po
1960+sql/.deps/ha_heap.Po
1961+sql/.deps/ha_innodb.Po
1962+sql/.deps/ha_myisam.Po
1963+sql/.deps/ha_myisammrg.Po
1964+sql/.deps/ha_ndbcluster.Po
1965+sql/.deps/ha_ndbcluster_binlog.Po
1966+sql/.deps/ha_partition.Po
1967+sql/.deps/handler.Po
1968+sql/.deps/hash_filo.Po
1969+sql/.deps/hostname.Po
1970+sql/.deps/init.Po
1971+sql/.deps/item.Po
1972+sql/.deps/item_buff.Po
1973+sql/.deps/item_cmpfunc.Po
1974+sql/.deps/item_create.Po
1975+sql/.deps/item_func.Po
1976+sql/.deps/item_geofunc.Po
1977+sql/.deps/item_row.Po
1978+sql/.deps/item_strfunc.Po
1979+sql/.deps/item_subselect.Po
1980+sql/.deps/item_sum.Po
1981+sql/.deps/item_timefunc.Po
1982+sql/.deps/item_uniq.Po
1983+sql/.deps/item_xmlfunc.Po
1984+sql/.deps/key.Po
1985+sql/.deps/lock.Po
1986+sql/.deps/log.Po
1987+sql/.deps/log_event.Po
1988+sql/.deps/mf_iocache.Po
1989+sql/.deps/mini_client_errors.Po
1990+sql/.deps/my_decimal.Po
1991+sql/.deps/my_lock.Po
1992+sql/.deps/my_time.Po
1993+sql/.deps/my_user.Po
1994+sql/.deps/mysql_tzinfo_to_sql.Po
1995+sql/.deps/mysqld.Po
1996+sql/.deps/net_serv.Po
1997+sql/.deps/opt_range.Po
1998+sql/.deps/opt_sum.Po
1999+sql/.deps/pack.Po
2000+sql/.deps/parse_file.Po
2001+sql/.deps/partition_info.Po
2002+sql/.deps/password.Po
2003+sql/.deps/procedure.Po
2004+sql/.deps/protocol.Po
2005+sql/.deps/records.Po
2006+sql/.deps/repl_failsafe.Po
2007+sql/.deps/rpl_filter.Po
2008+sql/.deps/rpl_injector.Po
2009+sql/.deps/rpl_tblmap.Po
2010+sql/.deps/set_var.Po
2011+sql/.deps/slave.Po
2012+sql/.deps/sp.Po
2013+sql/.deps/sp_cache.Po
2014+sql/.deps/sp_head.Po
2015+sql/.deps/sp_pcontext.Po
2016+sql/.deps/sp_rcontext.Po
2017+sql/.deps/spatial.Po
2018+sql/.deps/sql_acl.Po
2019+sql/.deps/sql_analyse.Po
2020+sql/.deps/sql_base.Po
2021+sql/.deps/sql_binlog.Po
2022+sql/.deps/sql_builtin.Po
2023+sql/.deps/sql_cache.Po
2024+sql/.deps/sql_class.Po
2025+sql/.deps/sql_client.Po
2026+sql/.deps/sql_crypt.Po
2027+sql/.deps/sql_cursor.Po
2028+sql/.deps/sql_db.Po
2029+sql/.deps/sql_delete.Po
2030+sql/.deps/sql_truncate.Po
2031+sql/.deps/sql_reload.Po
2032+sql/.deps/datadict.Po
2033+sql/.deps/sql_derived.Po
2034+sql/.deps/sql_do.Po
2035+sql/.deps/sql_error.Po
2036+sql/.deps/sql_handler.Po
2037+sql/.deps/sql_help.Po
2038+sql/.deps/sql_insert.Po
2039+sql/.deps/sql_lex.Po
2040+sql/.deps/sql_list.Po
2041+sql/.deps/sql_load.Po
2042+sql/.deps/sql_manager.Po
2043+sql/.deps/sql_map.Po
2044+sql/.deps/sql_olap.Po
2045+sql/.deps/sql_parse.Po
2046+sql/.deps/sql_partition.Po
2047+sql/.deps/sql_plugin.Po
2048+sql/.deps/sql_prepare.Po
2049+sql/.deps/sql_rename.Po
2050+sql/.deps/sql_repl.Po
2051+sql/.deps/sql_select.Po
2052+sql/.deps/sql_show.Po
2053+sql/.deps/sql_state.Po
2054+sql/.deps/sql_string.Po
2055+sql/.deps/sql_table.Po
2056+sql/.deps/sql_tablespace.Po
2057+sql/.deps/sql_test.Po
2058+sql/.deps/sql_trigger.Po
2059+sql/.deps/sql_udf.Po
2060+sql/.deps/sql_union.Po
2061+sql/.deps/sql_update.Po
2062+sql/.deps/sql_view.Po
2063+sql/.deps/sql_yacc.Po
2064+sql/.deps/stacktrace.Po
2065+sql/.deps/strfunc.Po
2066+sql/.deps/table.Po
2067+sql/.deps/thr_malloc.Po
2068+sql/.deps/time.Po
2069+sql/.deps/tztime.Po
2070+sql/.deps/udf_example.Plo
2071+sql/.deps/uniques.Po
2072+sql/.deps/unireg.Po
2073+sql/.gdbinit
2074+sql/.libs/udf_example.lai
2075+sql/.libs/udf_example.so.0
2076+sql/.libs/udf_example.so.0.0.0
2077+sql/client.c
2078+sql/cmake_dummy.cc
2079+sql/Doxyfile
2080+sql/f.c
2081+sql/gen_lex_hash
2082+sql/gmon.out
2083+sql/handlerton.cc
2084+sql/html
2085+sql/latex
2086+sql/lex_hash.h
2087+sql/lex_hash.h.rule
2088+sql/link_sources
2089+sql/max/*
2090+sql/message.h
2091+sql/message.mc
2092+sql/message.rc
2093+sql/mini_client_errors.c
2094+sql/my_time.c
2095+sql/my_user.c
2096+sql/mysql_tzinfo_to_sql
2097+sql/mysql_tzinfo_to_sql.cc
2098+sql/mysql_tzinfo_to_sql_tztime.cc
2099+sql/mysqlbinlog
2100+sql/mysqld
2101+sql/mysqld-purecov
2102+sql/mysqld-purify
2103+sql/mysqld-quantify
2104+sql/new.cc
2105+sql/pack.c
2106+sql/safe_to_cache_query.txt
2107+sql/share/*.sys
2108+sql/share/charsets/gmon.out
2109+sql/share/fixerrmsg.pl
2110+sql/share/gmon.out
2111+sql/share/iso639-2.txt
2112+sql/share/mysql
2113+sql/share/norwegian-ny/errmsg.sys
2114+sql/share/norwegian/errmsg.sys
2115+sql/sql_builtin.cc
2116+sql/sql_select.cc.orig
2117+sql/sql_yacc.cc
2118+sql/sql_yacc.h
2119+sql/sql_yacc.h.rule
2120+sql/sql_yacc.output
2121+sql/sql_yacc.yy.orig
2122+sql/test_time
2123+sql/udf_example.so
2124+sql_error.cc
2125+sql_prepare.cc
2126+stamp-h
2127+stamp-h.in
2128+stamp-h1
2129+stamp-h1.in
2130+stamp-h2
2131+stamp-h2.in
2132+stamp-h3
2133+stamp-h4
2134+start_mysqld.sh
2135+storage/archive/.deps/archive_test-archive_test.Po
2136+storage/archive/.deps/archive_test-azio.Po
2137+storage/archive/.deps/ha_archive_la-azio.Plo
2138+storage/archive/.deps/ha_archive_la-ha_archive.Plo
2139+storage/archive/.deps/libarchive_a-azio.Po
2140+storage/archive/.deps/libarchive_a-ha_archive.Po
2141+storage/archive/archive_reader
2142+storage/archive/archive_test
2143+storage/bdb/*.ds?
2144+storage/bdb/*.vcproj
2145+storage/bdb/README
2146+storage/bdb/btree/btree_auto.c
2147+storage/bdb/btree/btree_autop.c
2148+storage/bdb/build_unix/*
2149+storage/bdb/build_vxworks/BerkeleyDB20.wpj
2150+storage/bdb/build_vxworks/BerkeleyDB20small.wpj
2151+storage/bdb/build_vxworks/BerkeleyDB22.wpj
2152+storage/bdb/build_vxworks/BerkeleyDB22small.wpj
2153+storage/bdb/build_vxworks/db.h
2154+storage/bdb/build_vxworks/db_config.h
2155+storage/bdb/build_vxworks/db_config_small.h
2156+storage/bdb/build_vxworks/db_deadlock/db_deadlock20.wpj
2157+storage/bdb/build_vxworks/db_deadlock/db_deadlock22.wpj
2158+storage/bdb/build_vxworks/db_int.h
2159+storage/bdb/build_vxworks/dbdemo/dbdemo.c
2160+storage/bdb/build_vxworks/dbdemo/dbdemo20.wpj
2161+storage/bdb/build_vxworks/dbdemo/dbdemo22.wpj
2162+storage/bdb/build_win32/*.dsp
2163+storage/bdb/build_win32/*.h
2164+storage/bdb/build_win32/db.h
2165+storage/bdb/build_win32/db_archive.dsp
2166+storage/bdb/build_win32/db_checkpoint.dsp
2167+storage/bdb/build_win32/db_config.h
2168+storage/bdb/build_win32/db_cxx.h
2169+storage/bdb/build_win32/db_deadlock.dsp
2170+storage/bdb/build_win32/db_dll.dsp
2171+storage/bdb/build_win32/db_dump.dsp
2172+storage/bdb/build_win32/db_int.h
2173+storage/bdb/build_win32/db_java.dsp
2174+storage/bdb/build_win32/db_load.dsp
2175+storage/bdb/build_win32/db_perf.dsp
2176+storage/bdb/build_win32/db_printlog.dsp
2177+storage/bdb/build_win32/db_recover.dsp
2178+storage/bdb/build_win32/db_stat.dsp
2179+storage/bdb/build_win32/db_static.dsp
2180+storage/bdb/build_win32/db_tcl.dsp
2181+storage/bdb/build_win32/db_test.dsp
2182+storage/bdb/build_win32/db_upgrade.dsp
2183+storage/bdb/build_win32/db_verify.dsp
2184+storage/bdb/build_win32/ex_access.dsp
2185+storage/bdb/build_win32/ex_btrec.dsp
2186+storage/bdb/build_win32/ex_env.dsp
2187+storage/bdb/build_win32/ex_lock.dsp
2188+storage/bdb/build_win32/ex_mpool.dsp
2189+storage/bdb/build_win32/ex_tpcb.dsp
2190+storage/bdb/build_win32/excxx_access.dsp
2191+storage/bdb/build_win32/excxx_btrec.dsp
2192+storage/bdb/build_win32/excxx_env.dsp
2193+storage/bdb/build_win32/excxx_lock.dsp
2194+storage/bdb/build_win32/excxx_mpool.dsp
2195+storage/bdb/build_win32/excxx_tpcb.dsp
2196+storage/bdb/build_win32/include.tcl
2197+storage/bdb/build_win32/libdb.def
2198+storage/bdb/build_win32/libdb.rc
2199+storage/bdb/build_win64/*.dsp
2200+storage/bdb/build_win64/*.dsw
2201+storage/bdb/build_win64/*.h
2202+storage/bdb/db/crdel_auto.c
2203+storage/bdb/db/crdel_autop.c
2204+storage/bdb/db/db_auto.c
2205+storage/bdb/db/db_autop.c
2206+storage/bdb/dbinc_auto/*.*
2207+storage/bdb/dbreg/dbreg_auto.c
2208+storage/bdb/dbreg/dbreg_autop.c
2209+storage/bdb/dist/autom4te-2.53.cache/*
2210+storage/bdb/dist/autom4te-2.53.cache/output.0
2211+storage/bdb/dist/autom4te-2.53.cache/requests
2212+storage/bdb/dist/autom4te-2.53.cache/traces.0
2213+storage/bdb/dist/autom4te.cache/*
2214+storage/bdb/dist/autom4te.cache/output.0
2215+storage/bdb/dist/autom4te.cache/requests
2216+storage/bdb/dist/autom4te.cache/traces.0
2217+storage/bdb/dist/config.hin
2218+storage/bdb/dist/configure
2219+storage/bdb/dist/tags
2220+storage/bdb/dist/template/db_server_proc
2221+storage/bdb/dist/template/gen_client_ret
2222+storage/bdb/dist/template/rec_btree
2223+storage/bdb/dist/template/rec_crdel
2224+storage/bdb/dist/template/rec_db
2225+storage/bdb/dist/template/rec_dbreg
2226+storage/bdb/dist/template/rec_fileops
2227+storage/bdb/dist/template/rec_hash
2228+storage/bdb/dist/template/rec_log
2229+storage/bdb/dist/template/rec_qam
2230+storage/bdb/dist/template/rec_txn
2231+storage/bdb/examples_c/ex_apprec/ex_apprec_auto.c
2232+storage/bdb/examples_c/ex_apprec/ex_apprec_auto.h
2233+storage/bdb/examples_c/ex_apprec/ex_apprec_template
2234+storage/bdb/examples_java
2235+storage/bdb/fileops/fileops_auto.c
2236+storage/bdb/fileops/fileops_autop.c
2237+storage/bdb/hash/hash_auto.c
2238+storage/bdb/hash/hash_autop.c
2239+storage/bdb/include/btree_auto.h
2240+storage/bdb/include/btree_ext.h
2241+storage/bdb/include/clib_ext.h
2242+storage/bdb/include/common_ext.h
2243+storage/bdb/include/crdel_auto.h
2244+storage/bdb/include/db_auto.h
2245+storage/bdb/include/db_ext.h
2246+storage/bdb/include/db_server.h
2247+storage/bdb/include/env_ext.h
2248+storage/bdb/include/gen_client_ext.h
2249+storage/bdb/include/gen_server_ext.h
2250+storage/bdb/include/hash_auto.h
2251+storage/bdb/include/hash_ext.h
2252+storage/bdb/include/lock_ext.h
2253+storage/bdb/include/log_auto.h
2254+storage/bdb/include/log_ext.h
2255+storage/bdb/include/mp_ext.h
2256+storage/bdb/include/mutex_ext.h
2257+storage/bdb/include/os_ext.h
2258+storage/bdb/include/qam_auto.h
2259+storage/bdb/include/qam_ext.h
2260+storage/bdb/include/rpc_client_ext.h
2261+storage/bdb/include/rpc_server_ext.h
2262+storage/bdb/include/tcl_ext.h
2263+storage/bdb/include/txn_auto.h
2264+storage/bdb/include/txn_ext.h
2265+storage/bdb/include/xa_ext.h
2266+storage/bdb/java/src/com/sleepycat/db/Db.java
2267+storage/bdb/java/src/com/sleepycat/db/DbBtreeStat.java
2268+storage/bdb/java/src/com/sleepycat/db/DbConstants.java
2269+storage/bdb/java/src/com/sleepycat/db/DbHashStat.java
2270+storage/bdb/java/src/com/sleepycat/db/DbLockStat.java
2271+storage/bdb/java/src/com/sleepycat/db/DbLogStat.java
2272+storage/bdb/java/src/com/sleepycat/db/DbMpoolFStat.java
2273+storage/bdb/java/src/com/sleepycat/db/DbQueueStat.java
2274+storage/bdb/java/src/com/sleepycat/db/DbRepStat.java
2275+storage/bdb/java/src/com/sleepycat/db/DbTxnStat.java
2276+storage/bdb/libdb_java/java_stat_auto.c
2277+storage/bdb/libdb_java/java_stat_auto.h
2278+storage/bdb/libdb_java/java_util.i
2279+storage/bdb/log/log_auto.c
2280+storage/bdb/qam/qam_auto.c
2281+storage/bdb/qam/qam_autop.c
2282+storage/bdb/rep/rep_auto.c
2283+storage/bdb/rep/rep_autop.c
2284+storage/bdb/rpc_client/db_server_clnt.c
2285+storage/bdb/rpc_client/gen_client.c
2286+storage/bdb/rpc_server/c/db_server_proc.c
2287+storage/bdb/rpc_server/c/db_server_proc.sed
2288+storage/bdb/rpc_server/c/db_server_svc.c
2289+storage/bdb/rpc_server/c/db_server_xdr.c
2290+storage/bdb/rpc_server/c/gen_db_server.c
2291+storage/bdb/rpc_server/db_server.x
2292+storage/bdb/rpc_server/db_server_proc.sed
2293+storage/bdb/rpc_server/db_server_svc.c
2294+storage/bdb/rpc_server/db_server_xdr.c
2295+storage/bdb/rpc_server/gen_db_server.c
2296+storage/bdb/test/TESTS
2297+storage/bdb/test/include.tcl
2298+storage/bdb/test/logtrack.list
2299+storage/bdb/txn/txn_auto.c
2300+storage/bdb/txn/txn_autop.c
2301+storage/blackhole/.deps/ha_blackhole_la-ha_blackhole.Plo
2302+storage/blackhole/.deps/libblackhole_a-ha_blackhole.Po
2303+storage/csv/.deps/ha_csv_la-ha_tina.Plo
2304+storage/csv/.deps/libcsv_a-ha_tina.Po
2305+storage/example/.deps/ha_example_la-ha_example.Plo
2306+storage/example/.deps/libexample_a-ha_example.Po
2307+storage/heap/.deps/_check.Po
2308+storage/heap/.deps/_rectest.Po
2309+storage/heap/.deps/hp_block.Po
2310+storage/heap/.deps/hp_clear.Po
2311+storage/heap/.deps/hp_close.Po
2312+storage/heap/.deps/hp_create.Po
2313+storage/heap/.deps/hp_delete.Po
2314+storage/heap/.deps/hp_extra.Po
2315+storage/heap/.deps/hp_hash.Po
2316+storage/heap/.deps/hp_info.Po
2317+storage/heap/.deps/hp_open.Po
2318+storage/heap/.deps/hp_panic.Po
2319+storage/heap/.deps/hp_rename.Po
2320+storage/heap/.deps/hp_rfirst.Po
2321+storage/heap/.deps/hp_rkey.Po
2322+storage/heap/.deps/hp_rlast.Po
2323+storage/heap/.deps/hp_rnext.Po
2324+storage/heap/.deps/hp_rprev.Po
2325+storage/heap/.deps/hp_rrnd.Po
2326+storage/heap/.deps/hp_rsame.Po
2327+storage/heap/.deps/hp_scan.Po
2328+storage/heap/.deps/hp_static.Po
2329+storage/heap/.deps/hp_test1.Po
2330+storage/heap/.deps/hp_test2.Po
2331+storage/heap/.deps/hp_update.Po
2332+storage/heap/.deps/hp_write.Po
2333+storage/heap/hp_test1
2334+storage/heap/hp_test2
2335+storage/innobase/autom4te-2.53.cache/*
2336+storage/innobase/autom4te-2.53.cache/output.0
2337+storage/innobase/autom4te-2.53.cache/requests
2338+storage/innobase/autom4te-2.53.cache/traces.0
2339+storage/innobase/autom4te.cache/*
2340+storage/innobase/autom4te.cache/output.0
2341+storage/innobase/autom4te.cache/requests
2342+storage/innobase/autom4te.cache/traces.0
2343+storage/innobase/btr/.deps/btr0btr.Po
2344+storage/innobase/btr/.deps/btr0cur.Po
2345+storage/innobase/btr/.deps/btr0pcur.Po
2346+storage/innobase/btr/.deps/btr0sea.Po
2347+storage/innobase/buf/.deps/buf0buf.Po
2348+storage/innobase/buf/.deps/buf0flu.Po
2349+storage/innobase/buf/.deps/buf0lru.Po
2350+storage/innobase/buf/.deps/buf0rea.Po
2351+storage/innobase/configure.lineno
2352+storage/innobase/conftest.s1
2353+storage/innobase/conftest.subs
2354+storage/innobase/data/.deps/data0data.Po
2355+storage/innobase/data/.deps/data0type.Po
2356+storage/innobase/dict/.deps/dict0boot.Po
2357+storage/innobase/dict/.deps/dict0crea.Po
2358+storage/innobase/dict/.deps/dict0dict.Po
2359+storage/innobase/dict/.deps/dict0load.Po
2360+storage/innobase/dict/.deps/dict0mem.Po
2361+storage/innobase/dyn/.deps/dyn0dyn.Po
2362+storage/innobase/eval/.deps/eval0eval.Po
2363+storage/innobase/eval/.deps/eval0proc.Po
2364+storage/innobase/fil/.deps/fil0fil.Po
2365+storage/innobase/fsp/.deps/fsp0fsp.Po
2366+storage/innobase/fut/.deps/fut0fut.Po
2367+storage/innobase/fut/.deps/fut0lst.Po
2368+storage/innobase/ha/.deps/ha0ha.Po
2369+storage/innobase/ha/.deps/hash0hash.Po
2370+storage/innobase/ib_config.h
2371+storage/innobase/ib_config.h.in
2372+storage/innobase/ibuf/.deps/ibuf0ibuf.Po
2373+storage/innobase/lock/.deps/lock0lock.Po
2374+storage/innobase/log/.deps/log0log.Po
2375+storage/innobase/log/.deps/log0recv.Po
2376+storage/innobase/mach/.deps/mach0data.Po
2377+storage/innobase/mem/.deps/mem0mem.Po
2378+storage/innobase/mem/.deps/mem0pool.Po
2379+storage/innobase/mkinstalldirs
2380+storage/innobase/mtr/.deps/mtr0log.Po
2381+storage/innobase/mtr/.deps/mtr0mtr.Po
2382+storage/innobase/os/.deps/os0file.Po
2383+storage/innobase/os/.deps/os0proc.Po
2384+storage/innobase/os/.deps/os0sync.Po
2385+storage/innobase/os/.deps/os0thread.Po
2386+storage/innobase/page/.deps/page0cur.Po
2387+storage/innobase/page/.deps/page0page.Po
2388+storage/innobase/pars/.deps/lexyy.Po
2389+storage/innobase/pars/.deps/pars0grm.Po
2390+storage/innobase/pars/.deps/pars0opt.Po
2391+storage/innobase/pars/.deps/pars0pars.Po
2392+storage/innobase/pars/.deps/pars0sym.Po
2393+storage/innobase/que/.deps/que0que.Po
2394+storage/innobase/read/.deps/read0read.Po
2395+storage/innobase/rem/.deps/rem0cmp.Po
2396+storage/innobase/rem/.deps/rem0rec.Po
2397+storage/innobase/row/.deps/row0ins.Po
2398+storage/innobase/row/.deps/row0mysql.Po
2399+storage/innobase/row/.deps/row0purge.Po
2400+storage/innobase/row/.deps/row0row.Po
2401+storage/innobase/row/.deps/row0sel.Po
2402+storage/innobase/row/.deps/row0uins.Po
2403+storage/innobase/row/.deps/row0umod.Po
2404+storage/innobase/row/.deps/row0undo.Po
2405+storage/innobase/row/.deps/row0upd.Po
2406+storage/innobase/row/.deps/row0vers.Po
2407+storage/innobase/srv/.deps/srv0que.Po
2408+storage/innobase/srv/.deps/srv0srv.Po
2409+storage/innobase/srv/.deps/srv0start.Po
2410+storage/innobase/stamp-h1
2411+storage/innobase/sync/.deps/sync0arr.Po
2412+storage/innobase/sync/.deps/sync0rw.Po
2413+storage/innobase/sync/.deps/sync0sync.Po
2414+storage/innobase/thr/.deps/thr0loc.Po
2415+storage/innobase/trx/.deps/trx0purge.Po
2416+storage/innobase/trx/.deps/trx0rec.Po
2417+storage/innobase/trx/.deps/trx0roll.Po
2418+storage/innobase/trx/.deps/trx0rseg.Po
2419+storage/innobase/trx/.deps/trx0sys.Po
2420+storage/innobase/trx/.deps/trx0trx.Po
2421+storage/innobase/trx/.deps/trx0undo.Po
2422+storage/innobase/usr/.deps/usr0sess.Po
2423+storage/innobase/ut/.deps/ut0byte.Po
2424+storage/innobase/ut/.deps/ut0dbg.Po
2425+storage/innobase/ut/.deps/ut0list.Po
2426+storage/innobase/ut/.deps/ut0mem.Po
2427+storage/innobase/ut/.deps/ut0rnd.Po
2428+storage/innobase/ut/.deps/ut0ut.Po
2429+storage/innobase/ut/.deps/ut0vec.Po
2430+storage/innobase/ut/.deps/ut0wqueue.Po
2431+storage/myisam/.deps/ft_boolean_search.Po
2432+storage/myisam/.deps/ft_nlq_search.Po
2433+storage/myisam/.deps/ft_parser.Po
2434+storage/myisam/.deps/ft_static.Po
2435+storage/myisam/.deps/ft_stopwords.Po
2436+storage/myisam/.deps/ft_update.Po
2437+storage/myisam/.deps/mi_cache.Po
2438+storage/myisam/.deps/mi_changed.Po
2439+storage/myisam/.deps/mi_check.Po
2440+storage/myisam/.deps/mi_checksum.Po
2441+storage/myisam/.deps/mi_close.Po
2442+storage/myisam/.deps/mi_create.Po
2443+storage/myisam/.deps/mi_dbug.Po
2444+storage/myisam/.deps/mi_delete.Po
2445+storage/myisam/.deps/mi_delete_all.Po
2446+storage/myisam/.deps/mi_delete_table.Po
2447+storage/myisam/.deps/mi_dynrec.Po
2448+storage/myisam/.deps/mi_extra.Po
2449+storage/myisam/.deps/mi_info.Po
2450+storage/myisam/.deps/mi_key.Po
2451+storage/myisam/.deps/mi_keycache.Po
2452+storage/myisam/.deps/mi_locking.Po
2453+storage/myisam/.deps/mi_log.Po
2454+storage/myisam/.deps/mi_open.Po
2455+storage/myisam/.deps/mi_packrec.Po
2456+storage/myisam/.deps/mi_page.Po
2457+storage/myisam/.deps/mi_panic.Po
2458+storage/myisam/.deps/mi_preload.Po
2459+storage/myisam/.deps/mi_range.Po
2460+storage/myisam/.deps/mi_rename.Po
2461+storage/myisam/.deps/mi_rfirst.Po
2462+storage/myisam/.deps/mi_rkey.Po
2463+storage/myisam/.deps/mi_rlast.Po
2464+storage/myisam/.deps/mi_rnext.Po
2465+storage/myisam/.deps/mi_rnext_same.Po
2466+storage/myisam/.deps/mi_rprev.Po
2467+storage/myisam/.deps/mi_rrnd.Po
2468+storage/myisam/.deps/mi_rsame.Po
2469+storage/myisam/.deps/mi_rsamepos.Po
2470+storage/myisam/.deps/mi_scan.Po
2471+storage/myisam/.deps/mi_search.Po
2472+storage/myisam/.deps/mi_static.Po
2473+storage/myisam/.deps/mi_statrec.Po
2474+storage/myisam/.deps/mi_test1.Po
2475+storage/myisam/.deps/mi_test2.Po
2476+storage/myisam/.deps/mi_test3.Po
2477+storage/myisam/.deps/mi_unique.Po
2478+storage/myisam/.deps/mi_update.Po
2479+storage/myisam/.deps/mi_write.Po
2480+storage/myisam/.deps/myisam_ftdump.Po
2481+storage/myisam/.deps/myisamchk.Po
2482+storage/myisam/.deps/myisamlog.Po
2483+storage/myisam/.deps/myisampack.Po
2484+storage/myisam/.deps/rt_index.Po
2485+storage/myisam/.deps/rt_key.Po
2486+storage/myisam/.deps/rt_mbr.Po
2487+storage/myisam/.deps/rt_split.Po
2488+storage/myisam/.deps/rt_test.Po
2489+storage/myisam/.deps/sort.Po
2490+storage/myisam/.deps/sp_key.Po
2491+storage/myisam/.deps/sp_test.Po
2492+storage/myisam/FT1.MYD
2493+storage/myisam/FT1.MYI
2494+storage/myisam/ft_dump
2495+storage/myisam/ft_eval
2496+storage/myisam/ft_test1
2497+storage/myisam/ftbench/data
2498+storage/myisam/ftbench/t
2499+storage/myisam/ftbench/var/*
2500+storage/myisam/mi_test1
2501+storage/myisam/mi_test2
2502+storage/myisam/mi_test3
2503+storage/myisam/mi_test_all
2504+storage/myisam/myisam.log
2505+storage/myisam/myisam_ftdump
2506+storage/myisam/myisamchk
2507+storage/myisam/myisamlog
2508+storage/myisam/myisampack
2509+storage/myisam/rt_test
2510+storage/myisam/rt_test.MYD
2511+storage/myisam/rt_test.MYI
2512+storage/myisam/sp_test
2513+storage/myisam/test1.MYD
2514+storage/myisam/test1.MYI
2515+storage/myisam/test2.MYD
2516+storage/myisam/test2.MYI
2517+storage/myisammrg/.deps/myrg_close.Po
2518+storage/myisammrg/.deps/myrg_create.Po
2519+storage/myisammrg/.deps/myrg_delete.Po
2520+storage/myisammrg/.deps/myrg_extra.Po
2521+storage/myisammrg/.deps/myrg_info.Po
2522+storage/myisammrg/.deps/myrg_locking.Po
2523+storage/myisammrg/.deps/myrg_open.Po
2524+storage/myisammrg/.deps/myrg_panic.Po
2525+storage/myisammrg/.deps/myrg_queue.Po
2526+storage/myisammrg/.deps/myrg_range.Po
2527+storage/myisammrg/.deps/myrg_rfirst.Po
2528+storage/myisammrg/.deps/myrg_rkey.Po
2529+storage/myisammrg/.deps/myrg_rlast.Po
2530+storage/myisammrg/.deps/myrg_rnext.Po
2531+storage/myisammrg/.deps/myrg_rnext_same.Po
2532+storage/myisammrg/.deps/myrg_rprev.Po
2533+storage/myisammrg/.deps/myrg_rrnd.Po
2534+storage/myisammrg/.deps/myrg_rsame.Po
2535+storage/myisammrg/.deps/myrg_static.Po
2536+storage/myisammrg/.deps/myrg_update.Po
2537+storage/myisammrg/.deps/myrg_write.Po
2538+storage/ndb/bin/DbAsyncGenerator
2539+storage/ndb/bin/DbCreate
2540+storage/ndb/bin/acid
2541+storage/ndb/bin/async-lmc-bench-l-p10.sh
2542+storage/ndb/bin/async-lmc-bench-l.sh
2543+storage/ndb/bin/async-lmc-bench-p10.sh
2544+storage/ndb/bin/async-lmc-bench.sh
2545+storage/ndb/bin/atrt
2546+storage/ndb/bin/atrt-analyze-result.sh
2547+storage/ndb/bin/atrt-clear-result.sh
2548+storage/ndb/bin/atrt-gather-result.sh
2549+storage/ndb/bin/atrt-setup.sh
2550+storage/ndb/bin/bankCreator
2551+storage/ndb/bin/bankMakeGL
2552+storage/ndb/bin/bankSumAccounts
2553+storage/ndb/bin/bankTimer
2554+storage/ndb/bin/bankTransactionMaker
2555+storage/ndb/bin/bankValidateAllGLs
2556+storage/ndb/bin/basicTransporterTest
2557+storage/ndb/bin/benchronja
2558+storage/ndb/bin/bulk_copy
2559+storage/ndb/bin/copy_tab
2560+storage/ndb/bin/create_all_tabs
2561+storage/ndb/bin/create_index
2562+storage/ndb/bin/create_tab
2563+storage/ndb/bin/delete_all
2564+storage/ndb/bin/desc
2565+storage/ndb/bin/drop_all_tabs
2566+storage/ndb/bin/drop_index
2567+storage/ndb/bin/drop_tab
2568+storage/ndb/bin/flexAsynch
2569+storage/ndb/bin/flexBench
2570+storage/ndb/bin/flexHammer
2571+storage/ndb/bin/flexScan
2572+storage/ndb/bin/flexTT
2573+storage/ndb/bin/hugoCalculator
2574+storage/ndb/bin/hugoFill
2575+storage/ndb/bin/hugoLoad
2576+storage/ndb/bin/hugoLockRecords
2577+storage/ndb/bin/hugoPkDelete
2578+storage/ndb/bin/hugoPkRead
2579+storage/ndb/bin/hugoPkReadRecord
2580+storage/ndb/bin/hugoPkUpdate
2581+storage/ndb/bin/hugoScanRead
2582+storage/ndb/bin/hugoScanUpdate
2583+storage/ndb/bin/index
2584+storage/ndb/bin/index2
2585+storage/ndb/bin/initronja
2586+storage/ndb/bin/interpreterInTup
2587+storage/ndb/bin/list_tables
2588+storage/ndb/bin/make-config.sh
2589+storage/ndb/bin/mgmtclient
2590+storage/ndb/bin/mgmtsrvr
2591+storage/ndb/bin/mkconfig
2592+storage/ndb/bin/ndb
2593+storage/ndb/bin/ndb_cpcc
2594+storage/ndb/bin/ndb_cpcd
2595+storage/ndb/bin/ndb_rep
2596+storage/ndb/bin/ndbsql
2597+storage/ndb/bin/newton_basic
2598+storage/ndb/bin/newton_br
2599+storage/ndb/bin/newton_pb
2600+storage/ndb/bin/newton_perf
2601+storage/ndb/bin/perfTransporterTest
2602+storage/ndb/bin/printConfig
2603+storage/ndb/bin/printSchemafile
2604+storage/ndb/bin/printSysfile
2605+storage/ndb/bin/redoLogFileReader
2606+storage/ndb/bin/restart
2607+storage/ndb/bin/restarter
2608+storage/ndb/bin/restarter2
2609+storage/ndb/bin/restarts
2610+storage/ndb/bin/restore
2611+storage/ndb/bin/select_all
2612+storage/ndb/bin/select_count
2613+storage/ndb/bin/telco
2614+storage/ndb/bin/testBackup
2615+storage/ndb/bin/testBank
2616+storage/ndb/bin/testBasic
2617+storage/ndb/bin/testBasicAsynch
2618+storage/ndb/bin/testCopy
2619+storage/ndb/bin/testDataBuffers
2620+storage/ndb/bin/testDict
2621+storage/ndb/bin/testGrep
2622+storage/ndb/bin/testGrepVerify
2623+storage/ndb/bin/testIndex
2624+storage/ndb/bin/testInterpreter
2625+storage/ndb/bin/testKernelDataBuffer
2626+storage/ndb/bin/testLongSig
2627+storage/ndb/bin/testMgm
2628+storage/ndb/bin/testMgmapi
2629+storage/ndb/bin/testNdbApi
2630+storage/ndb/bin/testNodeRestart
2631+storage/ndb/bin/testOIBasic
2632+storage/ndb/bin/testOdbcDriver
2633+storage/ndb/bin/testOperations
2634+storage/ndb/bin/testRestartGci
2635+storage/ndb/bin/testScan
2636+storage/ndb/bin/testScanInterpreter
2637+storage/ndb/bin/testSimplePropertiesSection
2638+storage/ndb/bin/testSystemRestart
2639+storage/ndb/bin/testTimeout
2640+storage/ndb/bin/testTransactions
2641+storage/ndb/bin/test_cpcd
2642+storage/ndb/bin/test_event
2643+storage/ndb/bin/verify_index
2644+storage/ndb/bin/waiter
2645+storage/ndb/config/autom4te.cache/*
2646+storage/ndb/config/config.mk
2647+storage/ndb/examples/ndbapi_example1/ndbapi_example1
2648+storage/ndb/examples/ndbapi_example2/ndbapi_example2
2649+storage/ndb/examples/ndbapi_example3/ndbapi_example3
2650+storage/ndb/examples/ndbapi_example5/ndbapi_example5
2651+storage/ndb/examples/select_all/select_all
2652+storage/ndb/include/ndb_global.h
2653+storage/ndb/include/ndb_types.h
2654+storage/ndb/include/ndb_version.h
2655+storage/ndb/lib/libMGM_API.so
2656+storage/ndb/lib/libNDB_API.so
2657+storage/ndb/lib/libNDB_ODBC.so
2658+storage/ndb/lib/libNEWTON_API.so
2659+storage/ndb/lib/libNEWTON_BASICTEST_COMMON.so
2660+storage/ndb/lib/libREP_API.so
2661+storage/ndb/lib/libndbclient.so
2662+storage/ndb/lib/libndbclient_extra.so
2663+storage/ndb/ndbapi-examples/mgmapi_logevent/mgmapi_logevent
2664+storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2
2665+storage/ndb/ndbapi-examples/ndbapi_async/ndbapi_async
2666+storage/ndb/ndbapi-examples/ndbapi_async1/ndbapi_async1
2667+storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event
2668+storage/ndb/ndbapi-examples/ndbapi_retries/ndbapi_retries
2669+storage/ndb/ndbapi-examples/ndbapi_scan/ndbapi_scan
2670+storage/ndb/ndbapi-examples/ndbapi_simple/ndbapi_simple
2671+storage/ndb/ndbapi-examples/ndbapi_simple_dual/ndbapi_simple_dual
2672+storage/ndb/ndbapi-examples/ndbapi_simple_index/ndbapi_simple_index
2673+storage/ndb/src/common/debugger/libtrace.dsp
2674+storage/ndb/src/common/debugger/signaldata/libsignaldataprint.dsp
2675+storage/ndb/src/common/logger/liblogger.dsp
2676+storage/ndb/src/common/mgmcommon/libmgmsrvcommon.dsp
2677+storage/ndb/src/common/mgmcommon/printConfig/*.d
2678+storage/ndb/src/common/portlib/libportlib.dsp
2679+storage/ndb/src/common/transporter/libtransporter.dsp
2680+storage/ndb/src/common/util/libgeneral.dsp
2681+storage/ndb/src/common/util/testBitmask.cpp
2682+storage/ndb/src/cw/cpcd/ndb_cpcd
2683+storage/ndb/src/dummy.cpp
2684+storage/ndb/src/kernel/blocks/backup/libbackup.dsp
2685+storage/ndb/src/kernel/blocks/backup/ndb_print_backup_file
2686+storage/ndb/src/kernel/blocks/backup/restore/ndb_restore
2687+storage/ndb/src/kernel/blocks/cmvmi/libcmvmi.dsp
2688+storage/ndb/src/kernel/blocks/dbacc/libdbacc.dsp
2689+storage/ndb/src/kernel/blocks/dbdict/libdbdict.dsp
2690+storage/ndb/src/kernel/blocks/dbdict/ndb_print_schema_file
2691+storage/ndb/src/kernel/blocks/dbdih/libdbdih.dsp
2692+storage/ndb/src/kernel/blocks/dbdih/ndb_print_sys_file
2693+storage/ndb/src/kernel/blocks/dblqh/libdblqh.dsp
2694+storage/ndb/src/kernel/blocks/dbtc/libdbtc.dsp
2695+storage/ndb/src/kernel/blocks/dbtup/libdbtup.dsp
2696+storage/ndb/src/kernel/blocks/dbtup/test_varpage
2697+storage/ndb/src/kernel/blocks/dbtux/libdbtux.dsp
2698+storage/ndb/src/kernel/blocks/dbutil/libdbutil.dsp
2699+storage/ndb/src/kernel/blocks/grep/libgrep.dsp
2700+storage/ndb/src/kernel/blocks/ndb_print_file
2701+storage/ndb/src/kernel/blocks/ndbcntr/libndbcntr.dsp
2702+storage/ndb/src/kernel/blocks/ndbfs/libndbfs.dsp
2703+storage/ndb/src/kernel/blocks/qmgr/libqmgr.dsp
2704+storage/ndb/src/kernel/blocks/suma/libsuma.dsp
2705+storage/ndb/src/kernel/blocks/trix/libtrix.dsp
2706+storage/ndb/src/kernel/error/liberror.dsp
2707+storage/ndb/src/kernel/ndbd
2708+storage/ndb/src/kernel/ndbd.dsp
2709+storage/ndb/src/kernel/vm/libkernel.dsp
2710+storage/ndb/src/libndb.ver
2711+storage/ndb/src/libndbclient.dsp
2712+storage/ndb/src/mgmapi/libmgmapi.dsp
2713+storage/ndb/src/mgmclient/libndbmgmclient.dsp
2714+storage/ndb/src/mgmclient/ndb_mgm
2715+storage/ndb/src/mgmclient/ndb_mgm.dsp
2716+storage/ndb/src/mgmclient/test_cpcd/*.d
2717+storage/ndb/src/mgmsrv/ndb_mgmd
2718+storage/ndb/src/mgmsrv/ndb_mgmd.dsp
2719+storage/ndb/src/ndbapi/libndbapi.dsp
2720+storage/ndb/src/ndbapi/ndberror_check
2721+storage/ndb/test/ndbapi/DbAsyncGenerator
2722+storage/ndb/test/ndbapi/DbCreate
2723+storage/ndb/test/ndbapi/bank/bankCreator
2724+storage/ndb/test/ndbapi/bank/bankMakeGL
2725+storage/ndb/test/ndbapi/bank/bankSumAccounts
2726+storage/ndb/test/ndbapi/bank/bankTimer
2727+storage/ndb/test/ndbapi/bank/bankTransactionMaker
2728+storage/ndb/test/ndbapi/bank/bankValidateAllGLs
2729+storage/ndb/test/ndbapi/bank/testBank
2730+storage/ndb/test/ndbapi/create_all_tabs
2731+storage/ndb/test/ndbapi/create_tab
2732+storage/ndb/test/ndbapi/drop_all_tabs
2733+storage/ndb/test/ndbapi/flexAsynch
2734+storage/ndb/test/ndbapi/flexBench
2735+storage/ndb/test/ndbapi/flexBench.dsp
2736+storage/ndb/test/ndbapi/flexHammer
2737+storage/ndb/test/ndbapi/flexTT
2738+storage/ndb/test/ndbapi/ndbapi_slow_select
2739+storage/ndb/test/ndbapi/testBackup
2740+storage/ndb/test/ndbapi/testBasic
2741+storage/ndb/test/ndbapi/testBasic.dsp
2742+storage/ndb/test/ndbapi/testBasicAsynch
2743+storage/ndb/test/ndbapi/testBitfield
2744+storage/ndb/test/ndbapi/testBlobs
2745+storage/ndb/test/ndbapi/testBlobs.dsp
2746+storage/ndb/test/ndbapi/testDataBuffers
2747+storage/ndb/test/ndbapi/testDeadlock
2748+storage/ndb/test/ndbapi/testDict
2749+storage/ndb/test/ndbapi/testIndex
2750+storage/ndb/test/ndbapi/testIndexStat
2751+storage/ndb/test/ndbapi/testInterpreter
2752+storage/ndb/test/ndbapi/testLcp
2753+storage/ndb/test/ndbapi/testMgm
2754+storage/ndb/test/ndbapi/testNdbApi
2755+storage/ndb/test/ndbapi/testNodeRestart
2756+storage/ndb/test/ndbapi/testOIBasic
2757+storage/ndb/test/ndbapi/testOperations
2758+storage/ndb/test/ndbapi/testPartitioning
2759+storage/ndb/test/ndbapi/testReadPerf
2760+storage/ndb/test/ndbapi/testRestartGci
2761+storage/ndb/test/ndbapi/testSRBank
2762+storage/ndb/test/ndbapi/testScan
2763+storage/ndb/test/ndbapi/testScan.dsp
2764+storage/ndb/test/ndbapi/testScanInterpreter
2765+storage/ndb/test/ndbapi/testScanPerf
2766+storage/ndb/test/ndbapi/testSystemRestart
2767+storage/ndb/test/ndbapi/testTimeout
2768+storage/ndb/test/ndbapi/testTransactions
2769+storage/ndb/test/ndbapi/test_event
2770+storage/ndb/test/ndbapi/test_event_merge
2771+storage/ndb/test/run-test/atrt
2772+storage/ndb/test/src/libNDBT.dsp
2773+storage/ndb/test/tools/copy_tab
2774+storage/ndb/test/tools/create_index
2775+storage/ndb/test/tools/hugoCalculator
2776+storage/ndb/test/tools/hugoFill
2777+storage/ndb/test/tools/hugoLoad
2778+storage/ndb/test/tools/hugoLockRecords
2779+storage/ndb/test/tools/hugoPkDelete
2780+storage/ndb/test/tools/hugoPkRead
2781+storage/ndb/test/tools/hugoPkReadRecord
2782+storage/ndb/test/tools/hugoPkUpdate
2783+storage/ndb/test/tools/hugoScanRead
2784+storage/ndb/test/tools/hugoScanUpdate
2785+storage/ndb/test/tools/listen_event
2786+storage/ndb/test/tools/ndb_cpcc
2787+storage/ndb/test/tools/rep_latency
2788+storage/ndb/test/tools/restart
2789+storage/ndb/test/tools/verify_index
2790+storage/ndb/tools/ndb_config
2791+storage/ndb/tools/ndb_delete_all
2792+storage/ndb/tools/ndb_delete_all.dsp
2793+storage/ndb/tools/ndb_desc
2794+storage/ndb/tools/ndb_desc.dsp
2795+storage/ndb/tools/ndb_drop_index
2796+storage/ndb/tools/ndb_drop_index.dsp
2797+storage/ndb/tools/ndb_drop_table
2798+storage/ndb/tools/ndb_drop_table.dsp
2799+storage/ndb/tools/ndb_restore
2800+storage/ndb/tools/ndb_select_all
2801+storage/ndb/tools/ndb_select_all.dsp
2802+storage/ndb/tools/ndb_select_count
2803+storage/ndb/tools/ndb_select_count.dsp
2804+storage/ndb/tools/ndb_show_tables
2805+storage/ndb/tools/ndb_show_tables.dsp
2806+storage/ndb/tools/ndb_test_platform
2807+storage/ndb/tools/ndb_waiter
2808+storage/ndb/tools/ndb_waiter.dsp
2809+strings/*.ds?
2810+strings/*.vcproj
2811+strings/.deps/bchange.Po
2812+strings/.deps/bcmp.Po
2813+strings/.deps/bfill.Po
2814+strings/.deps/bmove.Po
2815+strings/.deps/bmove512.Po
2816+strings/.deps/bmove_upp.Po
2817+strings/.deps/conf_to_src.Po
2818+strings/.deps/ctype-big5.Po
2819+strings/.deps/ctype-bin.Po
2820+strings/.deps/ctype-cp932.Po
2821+strings/.deps/ctype-czech.Po
2822+strings/.deps/ctype-euc_kr.Po
2823+strings/.deps/ctype-eucjpms.Po
2824+strings/.deps/ctype-extra.Po
2825+strings/.deps/ctype-gb2312.Po
2826+strings/.deps/ctype-gbk.Po
2827+strings/.deps/ctype-latin1.Po
2828+strings/.deps/ctype-mb.Po
2829+strings/.deps/ctype-simple.Po
2830+strings/.deps/ctype-sjis.Po
2831+strings/.deps/ctype-tis620.Po
2832+strings/.deps/ctype-uca.Po
2833+strings/.deps/ctype-ucs2.Po
2834+strings/.deps/ctype-ujis.Po
2835+strings/.deps/ctype-utf8.Po
2836+strings/.deps/ctype-win1250ch.Po
2837+strings/.deps/ctype.Po
2838+strings/.deps/decimal.Po
2839+strings/.deps/int2str.Po
2840+strings/.deps/is_prefix.Po
2841+strings/.deps/llstr.Po
2842+strings/.deps/longlong2str.Po
2843+strings/.deps/longlong2str_asm.Po
2844+strings/.deps/my_strchr.Po
2845+strings/.deps/my_strtoll10.Po
2846+strings/.deps/my_vsnprintf.Po
2847+strings/.deps/r_strinstr.Po
2848+strings/.deps/str2int.Po
2849+strings/.deps/str_alloc.Po
2850+strings/.deps/strappend.Po
2851+strings/.deps/strcend.Po
2852+strings/.deps/strcont.Po
2853+strings/.deps/strend.Po
2854+strings/.deps/strfill.Po
2855+strings/.deps/strinstr.Po
2856+strings/.deps/strmake.Po
2857+strings/.deps/strmov.Po
2858+strings/.deps/strnlen.Po
2859+strings/.deps/strnmov.Po
2860+strings/.deps/strstr.Po
2861+strings/.deps/strtod.Po
2862+strings/.deps/strtol.Po
2863+strings/.deps/strtoll.Po
2864+strings/.deps/strtoul.Po
2865+strings/.deps/strtoull.Po
2866+strings/.deps/strxmov.Po
2867+strings/.deps/strxnmov.Po
2868+strings/.deps/xml.Po
2869+strings/conf_to_src
2870+strings/ctype_autoconf.c
2871+strings/ctype_extra_sources.c
2872+strings/str_test
2873+strings/test_decimal
2874+support-files/*.ini
2875+support-files/MacOSX/Description.plist
2876+support-files/MacOSX/Info.plist
2877+support-files/MacOSX/ReadMe.txt
2878+support-files/MacOSX/StartupParameters.plist
2879+support-files/MacOSX/postflight
2880+support-files/MacOSX/postinstall
2881+support-files/MacOSX/preflight
2882+support-files/MacOSX/preinstall
2883+support-files/binary-configure
2884+support-files/my-huge.cnf
2885+support-files/my-innodb-heavy-4G.cnf
2886+support-files/my-large.cnf
2887+support-files/my-medium.cnf
2888+support-files/my-small.cnf
2889+support-files/mysql-3.23.25-beta.spec
2890+support-files/mysql-3.23.26-beta.spec
2891+support-files/mysql-3.23.27-beta.spec
2892+support-files/mysql-3.23.28-gamma.spec
2893+support-files/mysql-3.23.29-gamma.spec
2894+support-files/mysql-log-rotate
2895+support-files/mysql.server
2896+support-files/mysql.spec
2897+support-files/mysqld_multi.server
2898+support-files/ndb-config-2-node.ini
2899+tags
2900+test/ndbapi/bank/bankCreator
2901+test/ndbapi/bank/bankMakeGL
2902+test/ndbapi/bank/bankSumAccounts
2903+test/ndbapi/bank/bankTimer
2904+test/ndbapi/bank/bankTransactionMaker
2905+test/ndbapi/bank/bankValidateAllGLs
2906+test/ndbapi/bank/testBank
2907+test/ndbapi/create_all_tabs
2908+test/ndbapi/create_tab
2909+test/ndbapi/drop_all_tabs
2910+test/ndbapi/flexAsynch
2911+test/ndbapi/flexBench
2912+test/ndbapi/flexHammer
2913+test/ndbapi/flexTT
2914+test/ndbapi/testBackup
2915+test/ndbapi/testBasic
2916+test/ndbapi/testBasicAsynch
2917+test/ndbapi/testBlobs
2918+test/ndbapi/testDataBuffers
2919+test/ndbapi/testDeadlock
2920+test/ndbapi/testDict
2921+test/ndbapi/testIndex
2922+test/ndbapi/testMgm
2923+test/ndbapi/testNdbApi
2924+test/ndbapi/testNodeRestart
2925+test/ndbapi/testOIBasic
2926+test/ndbapi/testOperations
2927+test/ndbapi/testRestartGci
2928+test/ndbapi/testScan
2929+test/ndbapi/testScanInterpreter
2930+test/ndbapi/testScanPerf
2931+test/ndbapi/testSystemRestart
2932+test/ndbapi/testTimeout
2933+test/ndbapi/testTransactions
2934+test/ndbapi/test_event
2935+test/run-test/atrt
2936+test/tools/copy_tab
2937+test/tools/create_index
2938+test/tools/hugoCalculator
2939+test/tools/hugoFill
2940+test/tools/hugoLoad
2941+test/tools/hugoLockRecords
2942+test/tools/hugoPkDelete
2943+test/tools/hugoPkRead
2944+test/tools/hugoPkReadRecord
2945+test/tools/hugoPkUpdate
2946+test/tools/hugoScanRead
2947+test/tools/hugoScanUpdate
2948+test/tools/ndb_cpcc
2949+test/tools/restart
2950+test/tools/verify_index
2951+test1/*
2952+test_xml
2953+tests/*.ds?
2954+tests/*.vcproj
2955+tests/.deps/dummy.Po
2956+tests/.deps/insert_test.Po
2957+tests/.deps/mysql_client_test.Po
2958+tests/.deps/select_test.Po
2959+tests/.deps/thread_test.Po
2960+tests/.libs -prune
2961+tests/.libs/lt-mysql_client_test
2962+tests/.libs/mysql_client_test
2963+tests/bug25714
2964+tests/client_test
2965+tests/connect_test
2966+tests/mysql_client_test
2967+thr_insert_test/*
2968+thr_test/*
2969+thread_test
2970+tmp/*
2971+tools/.libs -prune
2972+tools/my_vsnprintf.c
2973+tools/mysqlmanager
2974+tools/mysqlmngd
2975+tools/mysqltestmanager
2976+tools/mysys_priv.h
2977+unittest/examples/*.t
2978+unittest/examples/.deps/no_plan-t.Po
2979+unittest/examples/.deps/simple-t.Po
2980+unittest/examples/.deps/skip-t.Po
2981+unittest/examples/.deps/skip_all-t.Po
2982+unittest/examples/.deps/todo-t.Po
2983+unittest/mysys/*.t
2984+unittest/mysys/.deps/base64-t.Po
2985+unittest/mysys/.deps/bitmap-t.Po
2986+unittest/mysys/.deps/my_atomic-t.Po
2987+unittest/mytap/.deps/tap.Po
2988+unittest/mytap/t/*.t
2989+unittest/mytap/t/.deps/basic-t.Po
2990+unittest/unit
2991+vi.h
2992+vio/*.ds?
2993+vio/*.vcproj
2994+vio/.deps/dummy.Po
2995+vio/.deps/test-ssl.Po
2996+vio/.deps/test-sslclient.Po
2997+vio/.deps/test-sslserver.Po
2998+vio/.deps/vio.Po
2999+vio/.deps/viosocket.Po
3000+vio/.deps/viossl.Po
3001+vio/.deps/viosslfactories.Po
3002+vio/test-ssl
3003+vio/test-sslclient
3004+vio/test-sslserver
3005+vio/viotest-ssl
3006+vio/viotest-sslconnect.cpp
3007+vio/viotest.cpp
3008+win/configure.data
3009+win/vs71cache.txt
3010+win/vs8cache.txt
3011+win/nmake_cache.txt
3012+ylwrap
3013+zlib/*.ds?
3014+zlib/*.vcproj
3015+mysql-test/bug36522-64.tar
3016+mysql-test/bug36522.tar
3017+mysql-test/t.log
3018+mysql-test/tps.log
3019+libmysqld/event_parse_data.cc
3020+autom4te.cache
3021+sql/share/czech
3022+sql/share/danish
3023+sql/share/dutch
3024+sql/share/english
3025+sql/share/estonian
3026+sql/share/french
3027+sql/share/german
3028+sql/share/greek
3029+sql/share/hungarian
3030+sql/share/italian
3031+sql/share/japanese
3032+sql/share/japanese-sjis
3033+sql/share/korean
3034+sql/share/norwegian
3035+sql/share/norwegian-ny
3036+sql/share/polish
3037+sql/share/portuguese
3038+sql/share/romanian
3039+sql/share/russian
3040+sql/share/serbian
3041+sql/share/slovak
3042+sql/share/spanish
3043+sql/share/swedish
3044+sql/share/ukrainian
3045+libmysqld/examples/mysqltest.cc
3046+libmysqld/sql_signal.cc
3047+libmysqld/debug_sync.cc
3048+dbug/tests
3049+libmysqld/mdl.cc
3050+client/transaction.h
3051+libmysqld/transaction.cc
3052+libmysqld/sys_vars.cc
3053+libmysqld/keycaches.cc
3054+client/dtoa.c
3055+libmysqld/sql_audit.cc
3056+configure.am
3057+libmysqld/des_key_file.cc
3058+CPackConfig.cmake
3059+CPackSourceConfig.cmake
3060+make_dist.cmake
3061+client/echo
3062+libmysql/libmysql_exports_file.cc
3063+libmysql/merge_archives_mysqlclient.cmake
3064+libmysqld/merge_archives_mysqlserver.cmake
3065+libmysqld/mysqlserver_depends.c
3066+libmysqld/examples/mysql_embedded
3067+sql/dummy.bak
3068+mysys/thr_lock
3069+VERSION.dep
3070+info_macros.cmake
3071+Docs/INFO_BIN
3072+Docs/INFO_SRC
3073+Testing
3074+FilesCopied
3075+source_downloads
3076
3077=== modified file 'CMakeLists.txt'
3078--- CMakeLists.txt 2014-08-22 09:58:37 +0000
3079+++ CMakeLists.txt 2014-12-16 07:34:05 +0000
3080@@ -27,10 +27,12 @@
3081
3082 # We use the LOCATION target property (CMP0026)
3083 # and get_target_property() for non-existent targets (CMP0045)
3084+# and INSTALL_NAME_DIR (CMP0042)
3085 IF(CMAKE_VERSION VERSION_EQUAL "3.0.0" OR
3086 CMAKE_VERSION VERSION_GREATER "3.0.0")
3087 CMAKE_POLICY(SET CMP0026 OLD)
3088 CMAKE_POLICY(SET CMP0045 OLD)
3089+ CMAKE_POLICY(SET CMP0042 OLD)
3090 ENDIF()
3091
3092 MESSAGE(STATUS "Running cmake version ${CMAKE_VERSION}")
3093@@ -75,11 +77,9 @@
3094 SET(BUILDTYPE_DOCSTRING
3095 "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
3096 CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel")
3097-
3098+
3099 IF(WITH_DEBUG)
3100 SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING ${BUILDTYPE_DOCSTRING} FORCE)
3101- SET(MYSQL_MAINTAINER_MODE ON CACHE BOOL
3102- "MySQL maintainer-specific development environment")
3103 IF(UNIX AND NOT APPLE)
3104 # Compiling with PIC speeds up embedded build, on PIC sensitive systems
3105 # Predefine it to ON, in case user chooses to build embedded.
3106@@ -109,6 +109,15 @@
3107 ENDIF()
3108 PROJECT(${MYSQL_PROJECT_NAME})
3109
3110+# Maintainer mode is default on only for Linux debug builds using GCC/G++
3111+IF(CMAKE_BUILD_TYPE MATCHES "Debug" OR WITH_DEBUG)
3112+ IF(CMAKE_SYSTEM_NAME MATCHES "Linux" AND
3113+ CMAKE_COMPILER_IS_GNUCC AND CMAKE_COMPILER_IS_GNUCXX)
3114+ SET(MYSQL_MAINTAINER_MODE ON CACHE BOOL
3115+ "MySQL maintainer-specific development environment")
3116+ ENDIF()
3117+ENDIF()
3118+
3119 IF(BUILD_CONFIG)
3120 INCLUDE(
3121 ${CMAKE_SOURCE_DIR}/cmake/build_configurations/${BUILD_CONFIG}.cmake)
3122@@ -132,38 +141,12 @@
3123 ENDFOREACH()
3124
3125
3126-
3127 # Following autotools tradition, add preprocessor definitions
3128 # specified in environment variable CPPFLAGS
3129 IF(DEFINED ENV{CPPFLAGS})
3130 ADD_DEFINITIONS($ENV{CPPFLAGS})
3131 ENDIF()
3132
3133-#
3134-# Control aspects of the development environment which are
3135-# specific to MySQL maintainers and developers.
3136-#
3137-INCLUDE(maintainer)
3138-
3139-OPTION(MYSQL_MAINTAINER_MODE
3140- "MySQL maintainer-specific development environment" OFF)
3141-
3142-# Whether the maintainer mode compiler options should be enabled.
3143-IF(MYSQL_MAINTAINER_MODE)
3144- IF(CMAKE_C_COMPILER_ID MATCHES "GNU")
3145- SET_MYSQL_MAINTAINER_GNU_C_OPTIONS()
3146- ENDIF()
3147- IF(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
3148- SET_MYSQL_MAINTAINER_GNU_CXX_OPTIONS()
3149- ENDIF()
3150- IF(CMAKE_C_COMPILER_ID MATCHES "Intel")
3151- SET_MYSQL_MAINTAINER_INTEL_C_OPTIONS()
3152- ENDIF()
3153- IF(CMAKE_CXX_COMPILER_ID MATCHES "Intel")
3154- SET_MYSQL_MAINTAINER_INTEL_CXX_OPTIONS()
3155- ENDIF()
3156-ENDIF()
3157-
3158 # Add macros
3159 INCLUDE(character_sets)
3160 INCLUDE(zlib)
3161@@ -200,7 +183,6 @@
3162 ADD_DEFINITIONS(-DHAVE_RESPONSE_TIME_DISTRIBUTION)
3163 ENDIF()
3164
3165-
3166 include(CheckCSourceCompiles)
3167 include(CheckCXXSourceCompiles)
3168 # We need some extra FAIL_REGEX patterns
3169@@ -386,13 +368,13 @@
3170 # not run with the warning options as to not perturb fragile checks
3171 # (i.e. do not make warnings into errors).
3172 #
3173-IF(MYSQL_MAINTAINER_MODE)
3174- # Set compiler flags required under maintainer mode.
3175- MESSAGE(STATUS "C warning options: ${MY_MAINTAINER_C_WARNINGS}")
3176- SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${MY_MAINTAINER_C_WARNINGS}")
3177- MESSAGE(STATUS "C++ warning options: ${MY_MAINTAINER_CXX_WARNINGS}")
3178- SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MY_MAINTAINER_CXX_WARNINGS}")
3179-ENDIF()
3180+# Why doesn't these flags affect the entire build?
3181+# Because things may already have been included with ADD_SUBDIRECTORY
3182+#
3183+OPTION(MYSQL_MAINTAINER_MODE
3184+ "MySQL maintainer-specific development environment" OFF)
3185+
3186+INCLUDE(maintainer)
3187
3188 IF(NOT WITHOUT_SERVER)
3189 SET (MYSQLD_STATIC_PLUGIN_LIBS "" CACHE INTERNAL "")
3190@@ -408,7 +390,6 @@
3191 ADD_SUBDIRECTORY(mysys)
3192 ADD_SUBDIRECTORY(libmysql)
3193
3194-
3195 IF(WITH_UNIT_TESTS)
3196 ENABLE_TESTING()
3197 ENDIF()
3198@@ -443,6 +424,7 @@
3199 ADD_SUBDIRECTORY(internal)
3200 ENDIF()
3201 ADD_SUBDIRECTORY(packaging/rpm-oel)
3202+ ADD_SUBDIRECTORY(packaging/rpm-sles)
3203 ENDIF()
3204
3205 INCLUDE(cmake/abi_check.cmake)
3206@@ -500,7 +482,6 @@
3207 )
3208 INSTALL(FILES README.MySQL DESTINATION ${INSTALL_DOCREADMEDIR} COMPONENT Readme)
3209 INSTALL(FILES ${CMAKE_BINARY_DIR}/Docs/INFO_SRC ${CMAKE_BINARY_DIR}/Docs/INFO_BIN DESTINATION ${INSTALL_DOCDIR})
3210-
3211 IF(UNIX)
3212 INSTALL(FILES Docs/INSTALL-BINARY DESTINATION ${INSTALL_DOCREADMEDIR} COMPONENT Readme)
3213 ENDIF()
3214@@ -520,3 +501,37 @@
3215 ENDIF()
3216
3217 INCLUDE(CPack)
3218+
3219+# C compiler flags consist of:
3220+# CPPFLAGS Taken from environment, see above.
3221+# ADD_DEFINITIONS In each individual CMakeLists.txt
3222+# CMAKE_C_FLAGS From command line.
3223+# We extend these in maintainer.cmake
3224+# ENV{CFLAGS} From environment, but environment is ignored if
3225+# CMAKE_C_FLAGS is also given on command line
3226+# CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE}
3227+# We extend these in compiler_options.cmake
3228+#
3229+# Note that CMakeCache.txt contains cmake builtins for these variables,
3230+# *not* the values that will actually be used:
3231+
3232+IF(CMAKE_GENERATOR MATCHES "Makefiles")
3233+ MESSAGE(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
3234+ENDIF()
3235+GET_PROPERTY(cwd_definitions DIRECTORY PROPERTY COMPILE_DEFINITIONS)
3236+MESSAGE(STATUS "COMPILE_DEFINITIONS: ${cwd_definitions}")
3237+MESSAGE(STATUS "CMAKE_C_FLAGS: ${CMAKE_C_FLAGS}")
3238+MESSAGE(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")
3239+IF(CMAKE_BUILD_TYPE AND CMAKE_GENERATOR MATCHES "Makefiles")
3240+ STRING(TOUPPER "${CMAKE_BUILD_TYPE}" CMAKEBT)
3241+ MESSAGE(STATUS "CMAKE_C_FLAGS_${CMAKEBT}: ${CMAKE_C_FLAGS_${CMAKEBT}}")
3242+ MESSAGE(STATUS "CMAKE_CXX_FLAGS_${CMAKEBT}: ${CMAKE_CXX_FLAGS_${CMAKEBT}}")
3243+ENDIF()
3244+IF(NOT CMAKE_GENERATOR MATCHES "Makefiles")
3245+ MESSAGE(STATUS "CMAKE_C_FLAGS_DEBUG: ${CMAKE_C_FLAGS_DEBUG}")
3246+ MESSAGE(STATUS "CMAKE_CXX_FLAGS_DEBUG: ${CMAKE_CXX_FLAGS_DEBUG}")
3247+ MESSAGE(STATUS
3248+ "CMAKE_C_FLAGS_RELWITHDEBINFO: ${CMAKE_C_FLAGS_RELWITHDEBINFO}")
3249+ MESSAGE(STATUS
3250+ "CMAKE_CXX_FLAGS_RELWITHDEBINFO: ${CMAKE_CXX_FLAGS_RELWITHDEBINFO}")
3251+ENDIF()
3252
3253=== modified file 'VERSION'
3254--- VERSION 2014-09-30 09:04:07 +0000
3255+++ VERSION 2014-12-16 07:34:05 +0000
3256@@ -1,4 +1,4 @@
3257 MYSQL_VERSION_MAJOR=5
3258 MYSQL_VERSION_MINOR=5
3259-MYSQL_VERSION_PATCH=40
3260-MYSQL_VERSION_EXTRA=-36.1
3261+MYSQL_VERSION_PATCH=41
3262+MYSQL_VERSION_EXTRA=-37.0
3263
3264=== modified file 'client/CMakeLists.txt'
3265--- client/CMakeLists.txt 2014-02-24 06:30:46 +0000
3266+++ client/CMakeLists.txt 2014-12-16 07:34:05 +0000
3267@@ -35,6 +35,12 @@
3268
3269 MYSQL_ADD_EXECUTABLE(mysqltest mysqltest.cc COMPONENT Test)
3270 SET_SOURCE_FILES_PROPERTIES(mysqltest.cc PROPERTIES COMPILE_FLAGS "-DTHREADS")
3271+# mysqltest has unused result errors, so we skip Werror
3272+CHECK_C_COMPILER_FLAG("-Werror" HAVE_WERROR_FLAG)
3273+IF(HAVE_WERROR_FLAG)
3274+ INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compile_flags.cmake)
3275+ ADD_COMPILE_FLAGS(mysqltest.cc COMPILE_FLAGS "-Wno-error")
3276+ENDIF()
3277 TARGET_LINK_LIBRARIES(mysqltest perconaserverclient regex)
3278
3279
3280
3281=== modified file 'client/mysqlbinlog.cc'
3282--- client/mysqlbinlog.cc 2014-07-22 09:42:00 +0000
3283+++ client/mysqlbinlog.cc 2014-12-16 07:34:05 +0000
3284@@ -1,5 +1,5 @@
3285 /*
3286- Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3287+ Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
3288
3289 This program is free software; you can redistribute it and/or modify
3290 it under the terms of the GNU General Public License as published by
3291@@ -2279,6 +2279,7 @@
3292 DBUG_PROCESS(argv[0]);
3293
3294 my_init_time(); // for time functions
3295+ tzset(); // set tzname
3296
3297 if (load_defaults("my", load_default_groups, &argc, &argv))
3298 exit(1);
3299
3300=== modified file 'cmake/build_configurations/mysql_release.cmake'
3301--- cmake/build_configurations/mysql_release.cmake 2012-02-16 09:48:16 +0000
3302+++ cmake/build_configurations/mysql_release.cmake 2014-12-16 07:34:05 +0000
3303@@ -189,15 +189,16 @@
3304 ENDIF()
3305 ENDIF()
3306
3307- # OSX flags
3308- IF(APPLE)
3309- SET(COMMON_C_FLAGS "-g -fno-common -fno-strict-aliasing")
3310- # XXX: why are we using -felide-constructors on OSX?
3311- SET(COMMON_CXX_FLAGS "-g -fno-common -felide-constructors -fno-strict-aliasing")
3312- SET(CMAKE_C_FLAGS_DEBUG "-O ${COMMON_C_FLAGS}")
3313- SET(CMAKE_CXX_FLAGS_DEBUG "-O ${COMMON_CXX_FLAGS}")
3314- SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-Os ${COMMON_C_FLAGS}")
3315- SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-Os ${COMMON_CXX_FLAGS}")
3316+ # Default Clang flags
3317+ IF(CMAKE_C_COMPILER_ID MATCHES "Clang")
3318+ SET(COMMON_C_FLAGS "-g -fno-omit-frame-pointer -fno-strict-aliasing")
3319+ SET(CMAKE_C_FLAGS_DEBUG "${COMMON_C_FLAGS}")
3320+ SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-O3 ${COMMON_C_FLAGS}")
3321+ ENDIF()
3322+ IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
3323+ SET(COMMON_CXX_FLAGS "-g -fno-omit-frame-pointer -fno-strict-aliasing")
3324+ SET(CMAKE_CXX_FLAGS_DEBUG "${COMMON_CXX_FLAGS}")
3325+ SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 ${COMMON_CXX_FLAGS}")
3326 ENDIF()
3327
3328 # Solaris flags
3329
3330=== added file 'cmake/compile_flags.cmake'
3331--- cmake/compile_flags.cmake 1970-01-01 00:00:00 +0000
3332+++ cmake/compile_flags.cmake 2014-12-16 07:34:05 +0000
3333@@ -0,0 +1,44 @@
3334+# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
3335+#
3336+# This program is free software; you can redistribute it and/or modify
3337+# it under the terms of the GNU General Public License as published by
3338+# the Free Software Foundation; version 2 of the License.
3339+#
3340+# This program is distributed in the hope that it will be useful,
3341+# but WITHOUT ANY WARRANTY; without even the implied warranty of
3342+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3343+# GNU General Public License for more details.
3344+#
3345+# You should have received a copy of the GNU General Public License
3346+# along with this program; if not, write to the Free Software
3347+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3348+
3349+
3350+## ADD_COMPILE_FLAGS(<source files> COMPILE_FLAGS <flags>)
3351+MACRO(ADD_COMPILE_FLAGS)
3352+ SET(FILES "")
3353+ SET(FLAGS "")
3354+ SET(COMPILE_FLAGS)
3355+ FOREACH(ARG ${ARGV})
3356+ IF(ARG STREQUAL "COMPILE_FLAGS")
3357+ SET(COMPILE_FLAGS "COMPILE_FLAGS")
3358+ ELSEIF(COMPILE_FLAGS)
3359+ LIST(APPEND FLAGS ${ARG})
3360+ ELSE()
3361+ LIST(APPEND FILES ${ARG})
3362+ ENDIF()
3363+ ENDFOREACH()
3364+ FOREACH(FILE ${FILES})
3365+ FOREACH(FLAG ${FLAGS})
3366+ GET_SOURCE_FILE_PROPERTY(PROP ${FILE} COMPILE_FLAGS)
3367+ IF(NOT PROP)
3368+ SET(PROP ${FLAG})
3369+ ELSE()
3370+ SET(PROP "${PROP} ${FLAG}")
3371+ ENDIF()
3372+ SET_SOURCE_FILES_PROPERTIES(
3373+ ${FILE} PROPERTIES COMPILE_FLAGS "${PROP}"
3374+ )
3375+ ENDFOREACH()
3376+ ENDFOREACH()
3377+ENDMACRO()
3378
3379=== modified file 'cmake/maintainer.cmake'
3380--- cmake/maintainer.cmake 2011-06-30 15:46:53 +0000
3381+++ cmake/maintainer.cmake 2014-12-16 07:34:05 +0000
3382@@ -1,4 +1,4 @@
3383-# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
3384+# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
3385 #
3386 # This program is free software; you can redistribute it and/or modify
3387 # it under the terms of the GNU General Public License as published by
3388@@ -13,42 +13,39 @@
3389 # along with this program; if not, write to the Free Software
3390 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3391
3392-INCLUDE(CheckCCompilerFlag)
3393-
3394-# Setup GCC (GNU C compiler) warning options.
3395-MACRO(SET_MYSQL_MAINTAINER_GNU_C_OPTIONS)
3396- SET(MY_MAINTAINER_WARNINGS
3397- "-Wall -Wextra -Wunused -Wwrite-strings -Wno-strict-aliasing -Werror")
3398- CHECK_C_COMPILER_FLAG("-Wdeclaration-after-statement"
3399- HAVE_DECLARATION_AFTER_STATEMENT)
3400- IF(HAVE_DECLARATION_AFTER_STATEMENT)
3401- SET(MY_MAINTAINER_DECLARATION_AFTER_STATEMENT
3402- "-Wdeclaration-after-statement")
3403- ENDIF()
3404- SET(MY_MAINTAINER_C_WARNINGS
3405- "${MY_MAINTAINER_WARNINGS} ${MY_MAINTAINER_DECLARATION_AFTER_STATEMENT}"
3406- CACHE STRING "C warning options used in maintainer builds.")
3407- # Do not make warnings in checks into errors.
3408- SET(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -Wno-error")
3409-ENDMACRO()
3410-
3411-# Setup G++ (GNU C++ compiler) warning options.
3412-MACRO(SET_MYSQL_MAINTAINER_GNU_CXX_OPTIONS)
3413- SET(MY_MAINTAINER_CXX_WARNINGS
3414- "${MY_MAINTAINER_WARNINGS} -Wno-unused-parameter -Woverloaded-virtual"
3415- CACHE STRING "C++ warning options used in maintainer builds.")
3416-ENDMACRO()
3417-
3418-# Setup ICC (Intel C Compiler) warning options.
3419-MACRO(SET_MYSQL_MAINTAINER_INTEL_C_OPTIONS)
3420- SET(MY_MAINTAINER_WARNINGS "-Wcheck")
3421- SET(MY_MAINTAINER_C_WARNINGS "${MY_MAINTAINER_WARNINGS}"
3422- CACHE STRING "C warning options used in maintainer builds.")
3423-ENDMACRO()
3424-
3425-# Setup ICPC (Intel C++ Compiler) warning options.
3426-MACRO(SET_MYSQL_MAINTAINER_INTEL_CXX_OPTIONS)
3427- SET(MY_MAINTAINER_CXX_WARNINGS "${MY_MAINTAINER_WARNINGS}"
3428- CACHE STRING "C++ warning options used in maintainer builds.")
3429-ENDMACRO()
3430-
3431+# Common warning flags for GCC, G++, Clang and Clang++
3432+SET(MY_WARNING_FLAGS "-Wall -Wextra -Wformat-security")
3433+MY_CHECK_C_COMPILER_FLAG("-Wvla" HAVE_WVLA) # Requires GCC 4.3+ or Clang
3434+IF(HAVE_WVLA)
3435+ SET(MY_WARNING_FLAGS "${MY_WARNING_FLAGS} -Wvla")
3436+ENDIF()
3437+
3438+# Common warning flags for GCC and Clang
3439+SET(MY_C_WARNING_FLAGS
3440+ "${MY_WARNING_FLAGS} -Wwrite-strings -Wdeclaration-after-statement")
3441+
3442+# Common warning flags for G++ and Clang++
3443+SET(MY_CXX_WARNING_FLAGS
3444+ "${MY_WARNING_FLAGS} -Woverloaded-virtual -Wno-unused-parameter")
3445+
3446+# Extra warning flags for Clang++
3447+IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
3448+ SET(MY_CXX_WARNING_FLAGS
3449+ "${MY_CXX_WARNING_FLAGS} -Wno-null-conversion -Wno-unused-private-field")
3450+ENDIF()
3451+
3452+# Turn on Werror (warning => error) when using maintainer mode.
3453+IF(MYSQL_MAINTAINER_MODE)
3454+ SET(MY_C_WARNING_FLAGS "${MY_C_WARNING_FLAGS} -Werror")
3455+ SET(MY_CXX_WARNING_FLAGS "${MY_CXX_WARNING_FLAGS} -Werror")
3456+ SET(COMPILE_FLAG_WERROR 1)
3457+ENDIF()
3458+
3459+# Set warning flags for GCC/Clang
3460+IF(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
3461+ SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${MY_C_WARNING_FLAGS}")
3462+ENDIF()
3463+# Set warning flags for G++/Clang++
3464+IF(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
3465+ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MY_CXX_WARNING_FLAGS}")
3466+ENDIF()
3467
3468=== modified file 'cmake/os/Darwin.cmake'
3469--- cmake/os/Darwin.cmake 2011-06-30 15:46:53 +0000
3470+++ cmake/os/Darwin.cmake 2014-12-16 07:34:05 +0000
3471@@ -1,5 +1,4 @@
3472-# Copyright (c) 2010 Sun Microsystems, Inc.
3473-# Use is subject to license terms.
3474+# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
3475 #
3476 # This program is free software; you can redistribute it and/or modify
3477 # it under the terms of the GNU General Public License as published by
3478@@ -15,21 +14,3 @@
3479 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3480
3481 # This file includes OSX specific options and quirks, related to system checks
3482-
3483-# Workaround for CMake bug#9051
3484-# (CMake does not pass CMAKE_OSX_SYSROOT and CMAKE_OSX_DEPLOYMENT_TARGET when
3485-# running TRY_COMPILE)
3486-
3487-IF(CMAKE_OSX_SYSROOT)
3488- SET(ENV{CMAKE_OSX_SYSROOT} ${CMAKE_OSX_SYSROOT})
3489-ENDIF()
3490-IF(CMAKE_OSX_SYSROOT)
3491- SET(ENV{MACOSX_DEPLOYMENT_TARGET} ${OSX_DEPLOYMENT_TARGET})
3492-ENDIF()
3493-
3494-IF(CMAKE_OSX_DEPLOYMENT_TARGET)
3495- # Workaround linker problems on OSX 10.4
3496- IF(CMAKE_OSX_DEPLOYMENT_TARGET VERSION_LESS "10.5")
3497- ADD_DEFINITIONS(-fno-common)
3498- ENDIF()
3499-ENDIF()
3500
3501=== modified file 'cmake/os/WindowsCache.cmake'
3502--- cmake/os/WindowsCache.cmake 2011-06-30 15:46:53 +0000
3503+++ cmake/os/WindowsCache.cmake 2014-12-16 07:34:05 +0000
3504@@ -1,4 +1,4 @@
3505-# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
3506+# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
3507 #
3508 # This program is free software; you can redistribute it and/or modify
3509 # it under the terms of the GNU General Public License as published by
3510@@ -88,7 +88,7 @@
3511 SET(HAVE_GETRUSAGE CACHE INTERNAL "")
3512 SET(HAVE_GETTIMEOFDAY CACHE INTERNAL "")
3513 SET(HAVE_GETWD CACHE INTERNAL "")
3514-SET(HAVE_GMTIME_R CACHE INTERNAL "")
3515+SET(HAVE_GMTIME_R 1 CACHE INTERNAL "")
3516 SET(HAVE_GRP_H CACHE INTERNAL "")
3517 SET(HAVE_IA64INTRIN_H CACHE INTERNAL "")
3518 SET(HAVE_IEEEFP_H CACHE INTERNAL "")
3519@@ -109,7 +109,7 @@
3520 SET(HAVE_LDIV 1 CACHE INTERNAL "")
3521 SET(HAVE_LIMITS_H 1 CACHE INTERNAL "")
3522 SET(HAVE_LOCALE_H 1 CACHE INTERNAL "")
3523-SET(HAVE_LOCALTIME_R CACHE INTERNAL "")
3524+SET(HAVE_LOCALTIME_R 1 CACHE INTERNAL "")
3525 SET(HAVE_LOG2 CACHE INTERNAL "")
3526 SET(HAVE_LONGJMP 1 CACHE INTERNAL "")
3527 SET(HAVE_LRAND48 CACHE INTERNAL "")
3528
3529=== modified file 'configure.cmake'
3530--- configure.cmake 2014-05-28 07:41:45 +0000
3531+++ configure.cmake 2014-12-16 07:34:05 +0000
3532@@ -53,15 +53,6 @@
3533 ENDIF()
3534
3535
3536-# Always enable -Wall for gnu C/C++
3537-IF(CMAKE_COMPILER_IS_GNUCXX)
3538- SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-unused-parameter")
3539-ENDIF()
3540-IF(CMAKE_COMPILER_IS_GNUCC)
3541- SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
3542-ENDIF()
3543-
3544-
3545 IF(CMAKE_COMPILER_IS_GNUCXX)
3546 # MySQL "canonical" GCC flags. At least -fno-rtti flag affects
3547 # ABI and cannot be simply removed.
3548
3549=== modified file 'extra/replace.c'
3550--- extra/replace.c 2011-07-03 23:48:19 +0000
3551+++ extra/replace.c 2014-12-16 07:34:05 +0000
3552@@ -1,5 +1,5 @@
3553 /*
3554- Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
3555+ Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
3556
3557 This program is free software; you can redistribute it and/or
3558 modify it under the terms of the GNU General Public License
3559@@ -1020,7 +1020,7 @@
3560 updated=retain=0;
3561 reset_buffer();
3562
3563- while ((error=fill_buffer_retaining(fileno(in),retain)) > 0)
3564+ while ((error=fill_buffer_retaining(my_fileno(in),retain)) > 0)
3565 {
3566 end_of_line=buffer ;
3567 buffer[bufbytes]=0; /* Sentinel */
3568
3569=== modified file 'extra/yassl/README'
3570--- extra/yassl/README 2014-08-23 03:29:03 +0000
3571+++ extra/yassl/README 2014-12-16 07:34:05 +0000
3572@@ -12,6 +12,15 @@
3573
3574 *** end Note ***
3575
3576+yaSSL Release notes, version 2.3.5 (9/29/2014)
3577+
3578+ This release of yaSSL fixes an RSA Padding check vulnerability reported by
3579+ Intel Security Advanced Threat Research team
3580+
3581+See normal build instructions below under 1.0.6.
3582+See libcurl build instructions below under 1.3.0 and note in 1.5.8.
3583+
3584+
3585 yaSSL Release notes, version 2.3.4 (8/15/2014)
3586
3587 This release of yaSSL adds checking to the input_buffer class itself.
3588
3589=== modified file 'extra/yassl/include/openssl/ssl.h'
3590--- extra/yassl/include/openssl/ssl.h 2014-08-23 03:29:03 +0000
3591+++ extra/yassl/include/openssl/ssl.h 2014-12-16 07:34:05 +0000
3592@@ -35,7 +35,7 @@
3593 #include "rsa.h"
3594
3595
3596-#define YASSL_VERSION "2.3.4"
3597+#define YASSL_VERSION "2.3.5"
3598
3599
3600 #if defined(__cplusplus)
3601
3602=== modified file 'extra/yassl/taocrypt/src/rsa.cpp'
3603--- extra/yassl/taocrypt/src/rsa.cpp 2013-02-25 14:26:00 +0000
3604+++ extra/yassl/taocrypt/src/rsa.cpp 2014-12-16 07:34:05 +0000
3605@@ -177,7 +177,7 @@
3606
3607 // skip past the padding until we find the separator
3608 unsigned i=1;
3609- while (i<pkcsBlockLen && pkcsBlock[i++]) { // null body
3610+ while (i<pkcsBlockLen && pkcsBlock[i++] == 0xFF) { // null body
3611 }
3612 if (!(i==pkcsBlockLen || pkcsBlock[i-1]==0))
3613 return 0;
3614
3615=== modified file 'include/my_pthread.h'
3616--- include/my_pthread.h 2013-11-07 21:44:57 +0000
3617+++ include/my_pthread.h 2014-12-16 07:34:05 +0000
3618@@ -1,4 +1,4 @@
3619-/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3620+/* Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
3621
3622 This program is free software; you can redistribute it and/or modify
3623 it under the terms of the GNU General Public License as published by
3624@@ -142,8 +142,18 @@
3625 int pthread_attr_setstacksize(pthread_attr_t *connect_att,DWORD stack);
3626 int pthread_attr_destroy(pthread_attr_t *connect_att);
3627 int my_pthread_once(my_pthread_once_t *once_control,void (*init_routine)(void));
3628-struct tm *localtime_r(const time_t *timep,struct tm *tmp);
3629-struct tm *gmtime_r(const time_t *timep,struct tm *tmp);
3630+
3631+static inline struct tm *localtime_r(const time_t *timep, struct tm *tmp)
3632+{
3633+ localtime_s(tmp, timep);
3634+ return tmp;
3635+}
3636+
3637+static inline struct tm *gmtime_r(const time_t *clock, struct tm *res)
3638+{
3639+ gmtime_s(res, clock);
3640+ return res;
3641+}
3642
3643 void pthread_exit(void *a);
3644 int pthread_join(pthread_t thread, void **value_ptr);
3645
3646=== modified file 'libmysqld/CMakeLists.txt'
3647--- libmysqld/CMakeLists.txt 2014-02-04 14:34:36 +0000
3648+++ libmysqld/CMakeLists.txt 2014-12-16 07:34:05 +0000
3649@@ -93,6 +93,14 @@
3650 )
3651
3652
3653+# These files have unused result errors, so we skip Werror
3654+CHECK_C_COMPILER_FLAG("-Werror" HAVE_WERROR_FLAG)
3655+IF(HAVE_WERROR_FLAG)
3656+ INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compile_flags.cmake)
3657+ ADD_COMPILE_FLAGS(../sql/filesort.cc COMPILE_FLAGS "-Wno-error")
3658+ ADD_COMPILE_FLAGS(../sql/opt_range.cc COMPILE_FLAGS "-Wno-error")
3659+ENDIF()
3660+
3661 ADD_CONVENIENCE_LIBRARY(sql_embedded ${SQL_EMBEDDED_SOURCES})
3662 DTRACE_INSTRUMENT(sql_embedded)
3663 ADD_DEPENDENCIES(sql_embedded GenError GenServerSource)
3664
3665=== modified file 'libmysqld/examples/CMakeLists.txt'
3666--- libmysqld/examples/CMakeLists.txt 2013-06-27 15:35:20 +0000
3667+++ libmysqld/examples/CMakeLists.txt 2014-12-16 07:34:05 +0000
3668@@ -33,6 +33,12 @@
3669 ENDIF(UNIX)
3670
3671 MYSQL_ADD_EXECUTABLE(mysqltest_embedded ../../client/mysqltest.cc)
3672+# mysqltest has unused result errors, so we skip Werror
3673+CHECK_C_COMPILER_FLAG("-Werror" HAVE_WERROR_FLAG)
3674+IF(HAVE_WERROR_FLAG)
3675+ INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compile_flags.cmake)
3676+ ADD_COMPILE_FLAGS(../../client/mysqltest.cc COMPILE_FLAGS "-Wno-error")
3677+ENDIF()
3678 TARGET_LINK_LIBRARIES(mysqltest_embedded mysqlserver)
3679
3680
3681
3682=== modified file 'libmysqld/lib_sql.cc'
3683--- libmysqld/lib_sql.cc 2014-02-03 04:39:37 +0000
3684+++ libmysqld/lib_sql.cc 2014-12-16 07:34:05 +0000
3685@@ -2,6 +2,9 @@
3686 * Copyright (c) 2000
3687 * SWsoft company
3688 *
3689+ * Modifications copyright (c) 2001, 2013. Oracle and/or its affiliates.
3690+ * All rights reserved.
3691+ *
3692 * This material is provided "as is", with absolutely no warranty expressed
3693 * or implied. Any use is at your own risk.
3694 *
3695
3696=== modified file 'man/comp_err.1'
3697--- man/comp_err.1 2014-09-24 09:00:06 +0000
3698+++ man/comp_err.1 2014-12-16 07:34:05 +0000
3699@@ -2,12 +2,12 @@
3700 .\" Title: \fBcomp_err\fR
3701 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3702 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3703-.\" Date: 09/06/2014
3704+.\" Date: 11/04/2014
3705 .\" Manual: MySQL Database System
3706 .\" Source: MySQL 5.5
3707 .\" Language: English
3708 .\"
3709-.TH "\FBCOMP_ERR\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
3710+.TH "\FBCOMP_ERR\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
3711 .\" -----------------------------------------------------------------
3712 .\" * Define some portability stuff
3713 .\" -----------------------------------------------------------------
3714
3715=== modified file 'man/innochecksum.1'
3716--- man/innochecksum.1 2014-09-24 09:00:06 +0000
3717+++ man/innochecksum.1 2014-12-16 07:34:05 +0000
3718@@ -2,12 +2,12 @@
3719 .\" Title: \fBinnochecksum\fR
3720 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3721 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3722-.\" Date: 09/06/2014
3723+.\" Date: 11/04/2014
3724 .\" Manual: MySQL Database System
3725 .\" Source: MySQL 5.5
3726 .\" Language: English
3727 .\"
3728-.TH "\FBINNOCHECKSUM\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
3729+.TH "\FBINNOCHECKSUM\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
3730 .\" -----------------------------------------------------------------
3731 .\" * Define some portability stuff
3732 .\" -----------------------------------------------------------------
3733
3734=== modified file 'man/msql2mysql.1'
3735--- man/msql2mysql.1 2014-09-24 09:00:06 +0000
3736+++ man/msql2mysql.1 2014-12-16 07:34:05 +0000
3737@@ -2,12 +2,12 @@
3738 .\" Title: \fBmsql2mysql\fR
3739 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3740 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3741-.\" Date: 09/06/2014
3742+.\" Date: 11/04/2014
3743 .\" Manual: MySQL Database System
3744 .\" Source: MySQL 5.5
3745 .\" Language: English
3746 .\"
3747-.TH "\FBMSQL2MYSQL\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
3748+.TH "\FBMSQL2MYSQL\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
3749 .\" -----------------------------------------------------------------
3750 .\" * Define some portability stuff
3751 .\" -----------------------------------------------------------------
3752
3753=== modified file 'man/my_print_defaults.1'
3754--- man/my_print_defaults.1 2014-09-24 09:00:06 +0000
3755+++ man/my_print_defaults.1 2014-12-16 07:34:05 +0000
3756@@ -2,12 +2,12 @@
3757 .\" Title: \fBmy_print_defaults\fR
3758 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3759 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3760-.\" Date: 09/06/2014
3761+.\" Date: 11/04/2014
3762 .\" Manual: MySQL Database System
3763 .\" Source: MySQL 5.5
3764 .\" Language: English
3765 .\"
3766-.TH "\FBMY_PRINT_DEFAULTS" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
3767+.TH "\FBMY_PRINT_DEFAULTS" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
3768 .\" -----------------------------------------------------------------
3769 .\" * Define some portability stuff
3770 .\" -----------------------------------------------------------------
3771
3772=== modified file 'man/myisam_ftdump.1'
3773--- man/myisam_ftdump.1 2014-09-24 09:00:06 +0000
3774+++ man/myisam_ftdump.1 2014-12-16 07:34:05 +0000
3775@@ -2,12 +2,12 @@
3776 .\" Title: \fBmyisam_ftdump\fR
3777 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3778 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3779-.\" Date: 09/06/2014
3780+.\" Date: 11/04/2014
3781 .\" Manual: MySQL Database System
3782 .\" Source: MySQL 5.5
3783 .\" Language: English
3784 .\"
3785-.TH "\FBMYISAM_FTDUMP\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
3786+.TH "\FBMYISAM_FTDUMP\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
3787 .\" -----------------------------------------------------------------
3788 .\" * Define some portability stuff
3789 .\" -----------------------------------------------------------------
3790
3791=== modified file 'man/myisamchk.1'
3792--- man/myisamchk.1 2014-09-24 09:00:06 +0000
3793+++ man/myisamchk.1 2014-12-16 07:34:05 +0000
3794@@ -2,12 +2,12 @@
3795 .\" Title: \fBmyisamchk\fR
3796 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3797 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3798-.\" Date: 09/06/2014
3799+.\" Date: 11/04/2014
3800 .\" Manual: MySQL Database System
3801 .\" Source: MySQL 5.5
3802 .\" Language: English
3803 .\"
3804-.TH "\FBMYISAMCHK\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
3805+.TH "\FBMYISAMCHK\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
3806 .\" -----------------------------------------------------------------
3807 .\" * Define some portability stuff
3808 .\" -----------------------------------------------------------------
3809@@ -249,7 +249,7 @@
3810 \fBmyisamchk\fR
3811 supports the following options, which can be specified on the command line or in the
3812 [myisamchk]
3813-group of an option file\&. For information about option files, see
3814+group of an option file\&. For information about option files used by MySQL programs, see
3815 Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
3816 .SH "MYISAMCHK GENERAL OPTIONS"
3817 .\" options: myisamchk
3818
3819=== modified file 'man/myisamlog.1'
3820--- man/myisamlog.1 2014-09-24 09:00:06 +0000
3821+++ man/myisamlog.1 2014-12-16 07:34:05 +0000
3822@@ -2,12 +2,12 @@
3823 .\" Title: \fBmyisamlog\fR
3824 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3825 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3826-.\" Date: 09/06/2014
3827+.\" Date: 11/04/2014
3828 .\" Manual: MySQL Database System
3829 .\" Source: MySQL 5.5
3830 .\" Language: English
3831 .\"
3832-.TH "\FBMYISAMLOG\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
3833+.TH "\FBMYISAMLOG\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
3834 .\" -----------------------------------------------------------------
3835 .\" * Define some portability stuff
3836 .\" -----------------------------------------------------------------
3837
3838=== modified file 'man/myisampack.1'
3839--- man/myisampack.1 2014-09-24 09:00:06 +0000
3840+++ man/myisampack.1 2014-12-16 07:34:05 +0000
3841@@ -2,12 +2,12 @@
3842 .\" Title: \fBmyisampack\fR
3843 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3844 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3845-.\" Date: 09/06/2014
3846+.\" Date: 11/04/2014
3847 .\" Manual: MySQL Database System
3848 .\" Source: MySQL 5.5
3849 .\" Language: English
3850 .\"
3851-.TH "\FBMYISAMPACK\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
3852+.TH "\FBMYISAMPACK\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
3853 .\" -----------------------------------------------------------------
3854 .\" * Define some portability stuff
3855 .\" -----------------------------------------------------------------
3856
3857=== modified file 'man/mysql-stress-test.pl.1'
3858--- man/mysql-stress-test.pl.1 2014-09-24 09:00:06 +0000
3859+++ man/mysql-stress-test.pl.1 2014-12-16 07:34:05 +0000
3860@@ -2,12 +2,12 @@
3861 .\" Title: \fBmysql-stress-test.pl\fR
3862 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3863 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3864-.\" Date: 09/05/2014
3865+.\" Date: 11/04/2014
3866 .\" Manual: MySQL Database System
3867 .\" Source: MySQL
3868 .\" Language: English
3869 .\"
3870-.TH "\FBMYSQL\-STRESS\-TE" "1" "09/05/2014" "MySQL" "MySQL Database System"
3871+.TH "\FBMYSQL\-STRESS\-TE" "1" "11/04/2014" "MySQL" "MySQL Database System"
3872 .\" -----------------------------------------------------------------
3873 .\" * Define some portability stuff
3874 .\" -----------------------------------------------------------------
3875
3876=== modified file 'man/mysql-test-run.pl.1'
3877--- man/mysql-test-run.pl.1 2014-09-24 09:00:06 +0000
3878+++ man/mysql-test-run.pl.1 2014-12-16 07:34:05 +0000
3879@@ -2,12 +2,12 @@
3880 .\" Title: \fBmysql-test-run.pl\fR
3881 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3882 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3883-.\" Date: 09/05/2014
3884+.\" Date: 11/04/2014
3885 .\" Manual: MySQL Database System
3886 .\" Source: MySQL
3887 .\" Language: English
3888 .\"
3889-.TH "\FBMYSQL\-TEST\-RUN\" "1" "09/05/2014" "MySQL" "MySQL Database System"
3890+.TH "\FBMYSQL\-TEST\-RUN\" "1" "11/04/2014" "MySQL" "MySQL Database System"
3891 .\" -----------------------------------------------------------------
3892 .\" * Define some portability stuff
3893 .\" -----------------------------------------------------------------
3894
3895=== modified file 'man/mysql.1'
3896--- man/mysql.1 2014-09-24 09:00:06 +0000
3897+++ man/mysql.1 2014-12-16 07:34:05 +0000
3898@@ -2,12 +2,12 @@
3899 .\" Title: \fBmysql\fR
3900 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3901 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3902-.\" Date: 09/06/2014
3903+.\" Date: 11/04/2014
3904 .\" Manual: MySQL Database System
3905 .\" Source: MySQL 5.5
3906 .\" Language: English
3907 .\"
3908-.TH "\FBMYSQL\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
3909+.TH "\FBMYSQL\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
3910 .\" -----------------------------------------------------------------
3911 .\" * Define some portability stuff
3912 .\" -----------------------------------------------------------------
3913@@ -121,7 +121,7 @@
3914 [mysql]
3915 and
3916 [client]
3917-groups of an option file\&. For information about option files, see
3918+groups of an option file\&. For information about option files used by MySQL programs, see
3919 Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
3920 .sp
3921 .RS 4
3922
3923=== modified file 'man/mysql.server.1'
3924--- man/mysql.server.1 2014-09-24 09:00:06 +0000
3925+++ man/mysql.server.1 2014-12-16 07:34:05 +0000
3926@@ -2,12 +2,12 @@
3927 .\" Title: \fBmysql.server\fR
3928 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3929 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3930-.\" Date: 09/06/2014
3931+.\" Date: 11/04/2014
3932 .\" Manual: MySQL Database System
3933 .\" Source: MySQL 5.5
3934 .\" Language: English
3935 .\"
3936-.TH "\FBMYSQL\&.SERVER\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
3937+.TH "\FBMYSQL\&.SERVER\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
3938 .\" -----------------------------------------------------------------
3939 .\" * Define some portability stuff
3940 .\" -----------------------------------------------------------------
3941
3942=== modified file 'man/mysql_client_test.1'
3943--- man/mysql_client_test.1 2014-09-24 09:00:06 +0000
3944+++ man/mysql_client_test.1 2014-12-16 07:34:05 +0000
3945@@ -2,12 +2,12 @@
3946 .\" Title: \fBmysql_client_test\fR
3947 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3948 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3949-.\" Date: 09/05/2014
3950+.\" Date: 11/04/2014
3951 .\" Manual: MySQL Database System
3952 .\" Source: MySQL
3953 .\" Language: English
3954 .\"
3955-.TH "\FBMYSQL_CLIENT_TEST" "1" "09/05/2014" "MySQL" "MySQL Database System"
3956+.TH "\FBMYSQL_CLIENT_TEST" "1" "11/04/2014" "MySQL" "MySQL Database System"
3957 .\" -----------------------------------------------------------------
3958 .\" * Define some portability stuff
3959 .\" -----------------------------------------------------------------
3960
3961=== modified file 'man/mysql_config.1'
3962--- man/mysql_config.1 2014-09-24 09:00:06 +0000
3963+++ man/mysql_config.1 2014-12-16 07:34:05 +0000
3964@@ -2,12 +2,12 @@
3965 .\" Title: \fBmysql_config\fR
3966 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3967 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3968-.\" Date: 09/06/2014
3969+.\" Date: 11/04/2014
3970 .\" Manual: MySQL Database System
3971 .\" Source: MySQL 5.5
3972 .\" Language: English
3973 .\"
3974-.TH "\FBMYSQL_CONFIG\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
3975+.TH "\FBMYSQL_CONFIG\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
3976 .\" -----------------------------------------------------------------
3977 .\" * Define some portability stuff
3978 .\" -----------------------------------------------------------------
3979
3980=== modified file 'man/mysql_convert_table_format.1'
3981--- man/mysql_convert_table_format.1 2014-09-24 09:00:06 +0000
3982+++ man/mysql_convert_table_format.1 2014-12-16 07:34:05 +0000
3983@@ -2,12 +2,12 @@
3984 .\" Title: \fBmysql_convert_table_format\fR
3985 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3986 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3987-.\" Date: 09/06/2014
3988+.\" Date: 11/04/2014
3989 .\" Manual: MySQL Database System
3990 .\" Source: MySQL 5.5
3991 .\" Language: English
3992 .\"
3993-.TH "\FBMYSQL_CONVERT_TAB" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
3994+.TH "\FBMYSQL_CONVERT_TAB" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
3995 .\" -----------------------------------------------------------------
3996 .\" * Define some portability stuff
3997 .\" -----------------------------------------------------------------
3998
3999=== modified file 'man/mysql_find_rows.1'
4000--- man/mysql_find_rows.1 2014-09-24 09:00:06 +0000
4001+++ man/mysql_find_rows.1 2014-12-16 07:34:05 +0000
4002@@ -2,12 +2,12 @@
4003 .\" Title: \fBmysql_find_rows\fR
4004 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4005 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4006-.\" Date: 09/06/2014
4007+.\" Date: 11/04/2014
4008 .\" Manual: MySQL Database System
4009 .\" Source: MySQL 5.5
4010 .\" Language: English
4011 .\"
4012-.TH "\FBMYSQL_FIND_ROWS\F" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4013+.TH "\FBMYSQL_FIND_ROWS\F" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4014 .\" -----------------------------------------------------------------
4015 .\" * Define some portability stuff
4016 .\" -----------------------------------------------------------------
4017
4018=== modified file 'man/mysql_fix_extensions.1'
4019--- man/mysql_fix_extensions.1 2014-09-24 09:00:06 +0000
4020+++ man/mysql_fix_extensions.1 2014-12-16 07:34:05 +0000
4021@@ -2,12 +2,12 @@
4022 .\" Title: \fBmysql_fix_extensions\fR
4023 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4024 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4025-.\" Date: 09/06/2014
4026+.\" Date: 11/04/2014
4027 .\" Manual: MySQL Database System
4028 .\" Source: MySQL 5.5
4029 .\" Language: English
4030 .\"
4031-.TH "\FBMYSQL_FIX_EXTENSI" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4032+.TH "\FBMYSQL_FIX_EXTENSI" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4033 .\" -----------------------------------------------------------------
4034 .\" * Define some portability stuff
4035 .\" -----------------------------------------------------------------
4036
4037=== modified file 'man/mysql_install_db.1'
4038--- man/mysql_install_db.1 2014-09-24 09:00:06 +0000
4039+++ man/mysql_install_db.1 2014-12-16 07:34:05 +0000
4040@@ -2,12 +2,12 @@
4041 .\" Title: \fBmysql_install_db\fR
4042 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4043 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4044-.\" Date: 09/06/2014
4045+.\" Date: 11/04/2014
4046 .\" Manual: MySQL Database System
4047 .\" Source: MySQL 5.5
4048 .\" Language: English
4049 .\"
4050-.TH "\FBMYSQL_INSTALL_DB\" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4051+.TH "\FBMYSQL_INSTALL_DB\" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4052 .\" -----------------------------------------------------------------
4053 .\" * Define some portability stuff
4054 .\" -----------------------------------------------------------------
4055@@ -59,10 +59,9 @@
4056 \fBmysqld\fR, must access the data directory when it runs later, you should either run
4057 \fBmysql_install_db\fR
4058 from the same system account that will be used for running
4059-\fBmysqld\fR
4060-or run it as
4061+\fBmysqld\fR, or run it as
4062 root
4063-and use the
4064+and specify the
4065 \fB\-\-user\fR
4066 option to indicate the user name that
4067 \fBmysqld\fR
4068@@ -120,7 +119,7 @@
4069 can also be specified in the
4070 [mysqld]
4071 group\&.) Other options are passed to
4072-\fBmysqld\fR\&. For information about option files, see
4073+\fBmysqld\fR\&. For information about option files used by MySQL programs, see
4074 Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
4075 .sp
4076 .RS 4
4077@@ -195,10 +194,7 @@
4078 .\}
4079 .\" mysql_install_db: datadir option
4080 .\" datadir option: mysql_install_db
4081-.\" mysql_install_db: ldata option
4082-.\" ldata option: mysql_install_db
4083-\fB\-\-datadir=\fR\fB\fIpath\fR\fR,
4084-\fB\-\-ldata=\fR\fB\fIpath\fR\fR
4085+\fB\-\-datadir=\fR\fB\fIpath\fR\fR
4086 .sp
4087 The path to the MySQL data directory\&.
4088 .RE
4089@@ -260,6 +256,22 @@
4090 .sp -1
4091 .IP \(bu 2.3
4092 .\}
4093+.\" mysql_install_db: ldata option
4094+.\" ldata option: mysql_install_db
4095+\fB\-\-ldata=\fR\fB\fIpath\fR\fR
4096+.sp
4097+A synonym for
4098+\fB\-\-datadir\fR\&.
4099+.RE
4100+.sp
4101+.RS 4
4102+.ie n \{\
4103+\h'-04'\(bu\h'+03'\c
4104+.\}
4105+.el \{\
4106+.sp -1
4107+.IP \(bu 2.3
4108+.\}
4109 .\" no-defaults option
4110 \fB\-\-no\-defaults\fR
4111 .sp
4112@@ -330,9 +342,9 @@
4113 The system (login) user name to use for running
4114 \fBmysqld\fR\&. Files and directories created by
4115 \fBmysqld\fR
4116-will be owned by this user\&. You must be
4117+will be owned by this user\&. You must be the system
4118 root
4119-to use this option\&. By default,
4120+user to use this option\&. By default,
4121 \fBmysqld\fR
4122 runs using your current login name and files and directories that it creates will be owned by you\&.
4123 .RE
4124
4125=== modified file 'man/mysql_plugin.1'
4126--- man/mysql_plugin.1 2014-09-24 09:00:06 +0000
4127+++ man/mysql_plugin.1 2014-12-16 07:34:05 +0000
4128@@ -2,12 +2,12 @@
4129 .\" Title: \fBmysql_plugin\fR
4130 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4131 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4132-.\" Date: 09/06/2014
4133+.\" Date: 11/04/2014
4134 .\" Manual: MySQL Database System
4135 .\" Source: MySQL 5.5
4136 .\" Language: English
4137 .\"
4138-.TH "\FBMYSQL_PLUGIN\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4139+.TH "\FBMYSQL_PLUGIN\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4140 .\" -----------------------------------------------------------------
4141 .\" * Define some portability stuff
4142 .\" -----------------------------------------------------------------
4143@@ -163,7 +163,7 @@
4144 \fB\-\-basedir\fR,
4145 \fB\-\-datadir\fR, and
4146 \fB\-\-plugin\-dir\fR
4147-options and ignores others\&. For information about option files, see
4148+options and ignores others\&. For information about option files used by MySQL programs, see
4149 Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
4150 .sp
4151 .RS 4
4152
4153=== modified file 'man/mysql_secure_installation.1'
4154--- man/mysql_secure_installation.1 2014-09-24 09:00:06 +0000
4155+++ man/mysql_secure_installation.1 2014-12-16 07:34:05 +0000
4156@@ -2,12 +2,12 @@
4157 .\" Title: \fBmysql_secure_installation\fR
4158 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4159 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4160-.\" Date: 09/06/2014
4161+.\" Date: 11/04/2014
4162 .\" Manual: MySQL Database System
4163 .\" Source: MySQL 5.5
4164 .\" Language: English
4165 .\"
4166-.TH "\FBMYSQL_SECURE_INST" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4167+.TH "\FBMYSQL_SECURE_INST" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4168 .\" -----------------------------------------------------------------
4169 .\" * Define some portability stuff
4170 .\" -----------------------------------------------------------------
4171
4172=== modified file 'man/mysql_setpermission.1'
4173--- man/mysql_setpermission.1 2014-09-24 09:00:06 +0000
4174+++ man/mysql_setpermission.1 2014-12-16 07:34:05 +0000
4175@@ -2,12 +2,12 @@
4176 .\" Title: \fBmysql_setpermission\fR
4177 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4178 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4179-.\" Date: 09/06/2014
4180+.\" Date: 11/04/2014
4181 .\" Manual: MySQL Database System
4182 .\" Source: MySQL 5.5
4183 .\" Language: English
4184 .\"
4185-.TH "\FBMYSQL_SETPERMISSI" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4186+.TH "\FBMYSQL_SETPERMISSI" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4187 .\" -----------------------------------------------------------------
4188 .\" * Define some portability stuff
4189 .\" -----------------------------------------------------------------
4190
4191=== modified file 'man/mysql_tzinfo_to_sql.1'
4192--- man/mysql_tzinfo_to_sql.1 2014-09-24 09:00:06 +0000
4193+++ man/mysql_tzinfo_to_sql.1 2014-12-16 07:34:05 +0000
4194@@ -2,12 +2,12 @@
4195 .\" Title: \fBmysql_tzinfo_to_sql\fR
4196 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4197 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4198-.\" Date: 09/06/2014
4199+.\" Date: 11/04/2014
4200 .\" Manual: MySQL Database System
4201 .\" Source: MySQL 5.5
4202 .\" Language: English
4203 .\"
4204-.TH "\FBMYSQL_TZINFO_TO_S" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4205+.TH "\FBMYSQL_TZINFO_TO_S" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4206 .\" -----------------------------------------------------------------
4207 .\" * Define some portability stuff
4208 .\" -----------------------------------------------------------------
4209
4210=== modified file 'man/mysql_upgrade.1'
4211--- man/mysql_upgrade.1 2014-09-24 09:00:06 +0000
4212+++ man/mysql_upgrade.1 2014-12-16 07:34:05 +0000
4213@@ -2,12 +2,12 @@
4214 .\" Title: \fBmysql_upgrade\fR
4215 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4216 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4217-.\" Date: 09/06/2014
4218+.\" Date: 11/04/2014
4219 .\" Manual: MySQL Database System
4220 .\" Source: MySQL 5.5
4221 .\" Language: English
4222 .\"
4223-.TH "\FBMYSQL_UPGRADE\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4224+.TH "\FBMYSQL_UPGRADE\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4225 .\" -----------------------------------------------------------------
4226 .\" * Define some portability stuff
4227 .\" -----------------------------------------------------------------
4228
4229=== modified file 'man/mysql_waitpid.1'
4230--- man/mysql_waitpid.1 2014-09-24 09:00:06 +0000
4231+++ man/mysql_waitpid.1 2014-12-16 07:34:05 +0000
4232@@ -2,12 +2,12 @@
4233 .\" Title: \fBmysql_waitpid\fR
4234 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4235 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4236-.\" Date: 09/06/2014
4237+.\" Date: 11/04/2014
4238 .\" Manual: MySQL Database System
4239 .\" Source: MySQL 5.5
4240 .\" Language: English
4241 .\"
4242-.TH "\FBMYSQL_WAITPID\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4243+.TH "\FBMYSQL_WAITPID\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4244 .\" -----------------------------------------------------------------
4245 .\" * Define some portability stuff
4246 .\" -----------------------------------------------------------------
4247
4248=== modified file 'man/mysql_zap.1'
4249--- man/mysql_zap.1 2014-09-24 09:00:06 +0000
4250+++ man/mysql_zap.1 2014-12-16 07:34:05 +0000
4251@@ -2,12 +2,12 @@
4252 .\" Title: \fBmysql_zap\fR
4253 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4254 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4255-.\" Date: 09/06/2014
4256+.\" Date: 11/04/2014
4257 .\" Manual: MySQL Database System
4258 .\" Source: MySQL 5.5
4259 .\" Language: English
4260 .\"
4261-.TH "\FBMYSQL_ZAP\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4262+.TH "\FBMYSQL_ZAP\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4263 .\" -----------------------------------------------------------------
4264 .\" * Define some portability stuff
4265 .\" -----------------------------------------------------------------
4266
4267=== modified file 'man/mysqlaccess.1'
4268--- man/mysqlaccess.1 2014-09-24 09:00:06 +0000
4269+++ man/mysqlaccess.1 2014-12-16 07:34:05 +0000
4270@@ -2,12 +2,12 @@
4271 .\" Title: \fBmysqlaccess\fR
4272 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4273 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4274-.\" Date: 09/06/2014
4275+.\" Date: 11/04/2014
4276 .\" Manual: MySQL Database System
4277 .\" Source: MySQL 5.5
4278 .\" Language: English
4279 .\"
4280-.TH "\FBMYSQLACCESS\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4281+.TH "\FBMYSQLACCESS\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4282 .\" -----------------------------------------------------------------
4283 .\" * Define some portability stuff
4284 .\" -----------------------------------------------------------------
4285
4286=== modified file 'man/mysqladmin.1'
4287--- man/mysqladmin.1 2014-09-24 09:00:06 +0000
4288+++ man/mysqladmin.1 2014-12-16 07:34:05 +0000
4289@@ -2,12 +2,12 @@
4290 .\" Title: \fBmysqladmin\fR
4291 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4292 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4293-.\" Date: 09/06/2014
4294+.\" Date: 11/04/2014
4295 .\" Manual: MySQL Database System
4296 .\" Source: MySQL 5.5
4297 .\" Language: English
4298 .\"
4299-.TH "\FBMYSQLADMIN\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4300+.TH "\FBMYSQLADMIN\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4301 .\" -----------------------------------------------------------------
4302 .\" * Define some portability stuff
4303 .\" -----------------------------------------------------------------
4304@@ -609,7 +609,7 @@
4305 [mysqladmin]
4306 and
4307 [client]
4308-groups of an option file\&. For information about option files, see
4309+groups of an option file\&. For information about option files used by MySQL programs, see
4310 Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
4311 .sp
4312 .RS 4
4313
4314=== modified file 'man/mysqlbinlog.1'
4315--- man/mysqlbinlog.1 2014-09-24 09:00:06 +0000
4316+++ man/mysqlbinlog.1 2014-12-16 07:34:05 +0000
4317@@ -2,12 +2,12 @@
4318 .\" Title: \fBmysqlbinlog\fR
4319 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4320 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4321-.\" Date: 09/06/2014
4322+.\" Date: 11/04/2014
4323 .\" Manual: MySQL Database System
4324 .\" Source: MySQL 5.5
4325 .\" Language: English
4326 .\"
4327-.TH "\FBMYSQLBINLOG\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4328+.TH "\FBMYSQLBINLOG\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4329 .\" -----------------------------------------------------------------
4330 .\" * Define some portability stuff
4331 .\" -----------------------------------------------------------------
4332@@ -149,7 +149,7 @@
4333 [mysqlbinlog]
4334 and
4335 [client]
4336-groups of an option file\&. For information about option files, see
4337+groups of an option file\&. For information about option files used by MySQL programs, see
4338 Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
4339 .sp
4340 .RS 4
4341
4342=== modified file 'man/mysqlbug.1'
4343--- man/mysqlbug.1 2014-09-24 09:00:06 +0000
4344+++ man/mysqlbug.1 2014-12-16 07:34:05 +0000
4345@@ -2,12 +2,12 @@
4346 .\" Title: \fBmysqlbug\fR
4347 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4348 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4349-.\" Date: 09/06/2014
4350+.\" Date: 11/04/2014
4351 .\" Manual: MySQL Database System
4352 .\" Source: MySQL 5.5
4353 .\" Language: English
4354 .\"
4355-.TH "\FBMYSQLBUG\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4356+.TH "\FBMYSQLBUG\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4357 .\" -----------------------------------------------------------------
4358 .\" * Define some portability stuff
4359 .\" -----------------------------------------------------------------
4360
4361=== modified file 'man/mysqlcheck.1'
4362--- man/mysqlcheck.1 2014-09-24 09:00:06 +0000
4363+++ man/mysqlcheck.1 2014-12-16 07:34:05 +0000
4364@@ -2,12 +2,12 @@
4365 .\" Title: \fBmysqlcheck\fR
4366 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4367 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4368-.\" Date: 09/06/2014
4369+.\" Date: 11/04/2014
4370 .\" Manual: MySQL Database System
4371 .\" Source: MySQL 5.5
4372 .\" Language: English
4373 .\"
4374-.TH "\FBMYSQLCHECK\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4375+.TH "\FBMYSQLCHECK\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4376 .\" -----------------------------------------------------------------
4377 .\" * Define some portability stuff
4378 .\" -----------------------------------------------------------------
4379@@ -204,7 +204,7 @@
4380 [mysqlcheck]
4381 and
4382 [client]
4383-groups of an option file\&. For information about option files, see
4384+groups of an option file\&. For information about option files used by MySQL programs, see
4385 Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
4386 .sp
4387 .RS 4
4388
4389=== modified file 'man/mysqld.8'
4390--- man/mysqld.8 2014-09-24 09:00:06 +0000
4391+++ man/mysqld.8 2014-12-16 07:34:05 +0000
4392@@ -2,12 +2,12 @@
4393 .\" Title: \fBmysqld\fR
4394 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4395 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4396-.\" Date: 09/06/2014
4397+.\" Date: 11/04/2014
4398 .\" Manual: MySQL Database System
4399 .\" Source: MySQL 5.5
4400 .\" Language: English
4401 .\"
4402-.TH "\FBMYSQLD\FR" "8" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4403+.TH "\FBMYSQLD\FR" "8" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4404 .\" -----------------------------------------------------------------
4405 .\" * Define some portability stuff
4406 .\" -----------------------------------------------------------------
4407
4408=== modified file 'man/mysqld_multi.1'
4409--- man/mysqld_multi.1 2014-09-24 09:00:06 +0000
4410+++ man/mysqld_multi.1 2014-12-16 07:34:05 +0000
4411@@ -2,12 +2,12 @@
4412 .\" Title: \fBmysqld_multi\fR
4413 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4414 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4415-.\" Date: 09/06/2014
4416+.\" Date: 11/04/2014
4417 .\" Manual: MySQL Database System
4418 .\" Source: MySQL 5.5
4419 .\" Language: English
4420 .\"
4421-.TH "\FBMYSQLD_MULTI\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4422+.TH "\FBMYSQLD_MULTI\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4423 .\" -----------------------------------------------------------------
4424 .\" * Define some portability stuff
4425 .\" -----------------------------------------------------------------
4426
4427=== modified file 'man/mysqld_safe.1'
4428--- man/mysqld_safe.1 2014-09-24 09:00:06 +0000
4429+++ man/mysqld_safe.1 2014-12-16 07:34:05 +0000
4430@@ -2,12 +2,12 @@
4431 .\" Title: \fBmysqld_safe\fR
4432 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4433 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4434-.\" Date: 09/06/2014
4435+.\" Date: 11/04/2014
4436 .\" Manual: MySQL Database System
4437 .\" Source: MySQL 5.5
4438 .\" Language: English
4439 .\"
4440-.TH "\FBMYSQLD_SAFE\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4441+.TH "\FBMYSQLD_SAFE\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4442 .\" -----------------------------------------------------------------
4443 .\" * Define some portability stuff
4444 .\" -----------------------------------------------------------------
4445@@ -100,9 +100,11 @@
4446 \fBmysqld_safe\fR
4447 also reads
4448 [safe_mysqld]
4449-sections, although you should rename such sections to
4450+sections, although it is preferable to rename
4451+[safe_mysqld]
4452+sections to
4453 [mysqld_safe]
4454-in MySQL 5\&.5 installations\&.
4455+sections\&.
4456 .PP
4457 \fBmysqld_safe\fR
4458 supports the following options\&. It also reads option files and supports the options for processing them described at
4459@@ -804,6 +806,17 @@
4460 .sp -1
4461 .IP \(bu 2.3
4462 .\}
4463+\fB\-\-log\-error=\fR\fB\fIfile_name\fR\fR: Write error messages to the named error file\&.
4464+.RE
4465+.sp
4466+.RS 4
4467+.ie n \{\
4468+\h'-04'\(bu\h'+03'\c
4469+.\}
4470+.el \{\
4471+.sp -1
4472+.IP \(bu 2.3
4473+.\}
4474 \fB\-\-syslog\fR: Write error messages to
4475 syslog
4476 on systems that support the
4477@@ -825,25 +838,14 @@
4478 \fB\-\-log\-error\fR
4479 option is given\&.
4480 .RE
4481-.sp
4482-.RS 4
4483-.ie n \{\
4484-\h'-04'\(bu\h'+03'\c
4485-.\}
4486-.el \{\
4487-.sp -1
4488-.IP \(bu 2.3
4489-.\}
4490-\fB\-\-log\-error=\fR\fB\fIfile_name\fR\fR: Write error messages to the named error file\&.
4491-.RE
4492 .PP
4493 If none of these options is given, the default is
4494 \fB\-\-skip\-syslog\fR\&.
4495 .PP
4496 If
4497+\fB\-\-log\-error\fR
4498+and
4499 \fB\-\-syslog\fR
4500-and
4501-\fB\-\-log\-error\fR
4502 are both given, a warning is issued and
4503 \fB\-\-log\-error\fR
4504 takes precedence\&.
4505
4506=== modified file 'man/mysqldump.1'
4507--- man/mysqldump.1 2014-09-24 09:00:06 +0000
4508+++ man/mysqldump.1 2014-12-16 07:34:05 +0000
4509@@ -2,12 +2,12 @@
4510 .\" Title: \fBmysqldump\fR
4511 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4512 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4513-.\" Date: 09/06/2014
4514+.\" Date: 11/04/2014
4515 .\" Manual: MySQL Database System
4516 .\" Source: MySQL 5.5
4517 .\" Language: English
4518 .\"
4519-.TH "\FBMYSQLDUMP\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4520+.TH "\FBMYSQLDUMP\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4521 .\" -----------------------------------------------------------------
4522 .\" * Define some portability stuff
4523 .\" -----------------------------------------------------------------
4524@@ -343,7 +343,7 @@
4525 [mysqldump]
4526 and
4527 [client]
4528-groups of an option file\&. For information about option files, see
4529+groups of an option file\&. For information about option files used by MySQL programs, see
4530 Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
4531 .sp
4532 .RS 4
4533@@ -2606,7 +2606,7 @@
4534 .RS 4
4535 .\}
4536 .nf
4537-shell> \fBmysqldump \-\-all\-databases \-\-single\-transaction > all_databases\&.sql\fR
4538+shell> \fBmysqldump \-\-all\-databases \-\-master\-data \-\-single\-transaction > all_databases\&.sql\fR
4539 .fi
4540 .if n \{\
4541 .RE
4542
4543=== modified file 'man/mysqldumpslow.1'
4544--- man/mysqldumpslow.1 2014-09-24 09:00:06 +0000
4545+++ man/mysqldumpslow.1 2014-12-16 07:34:05 +0000
4546@@ -2,12 +2,12 @@
4547 .\" Title: \fBmysqldumpslow\fR
4548 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4549 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4550-.\" Date: 09/06/2014
4551+.\" Date: 11/04/2014
4552 .\" Manual: MySQL Database System
4553 .\" Source: MySQL 5.5
4554 .\" Language: English
4555 .\"
4556-.TH "\FBMYSQLDUMPSLOW\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4557+.TH "\FBMYSQLDUMPSLOW\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4558 .\" -----------------------------------------------------------------
4559 .\" * Define some portability stuff
4560 .\" -----------------------------------------------------------------
4561
4562=== modified file 'man/mysqlhotcopy.1'
4563--- man/mysqlhotcopy.1 2014-09-24 09:00:06 +0000
4564+++ man/mysqlhotcopy.1 2014-12-16 07:34:05 +0000
4565@@ -2,12 +2,12 @@
4566 .\" Title: \fBmysqlhotcopy\fR
4567 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4568 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4569-.\" Date: 09/06/2014
4570+.\" Date: 11/04/2014
4571 .\" Manual: MySQL Database System
4572 .\" Source: MySQL 5.5
4573 .\" Language: English
4574 .\"
4575-.TH "\FBMYSQLHOTCOPY\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4576+.TH "\FBMYSQLHOTCOPY\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4577 .\" -----------------------------------------------------------------
4578 .\" * Define some portability stuff
4579 .\" -----------------------------------------------------------------
4580@@ -113,7 +113,7 @@
4581 [mysqlhotcopy]
4582 and
4583 [client]
4584-groups of an option file\&. For information about option files, see
4585+groups of an option file\&. For information about option files used by MySQL programs, see
4586 Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
4587 .sp
4588 .RS 4
4589
4590=== modified file 'man/mysqlimport.1'
4591--- man/mysqlimport.1 2014-09-24 09:00:06 +0000
4592+++ man/mysqlimport.1 2014-12-16 07:34:05 +0000
4593@@ -2,12 +2,12 @@
4594 .\" Title: \fBmysqlimport\fR
4595 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4596 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4597-.\" Date: 09/06/2014
4598+.\" Date: 11/04/2014
4599 .\" Manual: MySQL Database System
4600 .\" Source: MySQL 5.5
4601 .\" Language: English
4602 .\"
4603-.TH "\FBMYSQLIMPORT\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4604+.TH "\FBMYSQLIMPORT\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4605 .\" -----------------------------------------------------------------
4606 .\" * Define some portability stuff
4607 .\" -----------------------------------------------------------------
4608@@ -78,7 +78,7 @@
4609 [mysqlimport]
4610 and
4611 [client]
4612-groups of an option file\&. For information about option files, see
4613+groups of an option file\&. For information about option files used by MySQL programs, see
4614 Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
4615 .sp
4616 .RS 4
4617
4618=== modified file 'man/mysqlshow.1'
4619--- man/mysqlshow.1 2014-09-24 09:00:06 +0000
4620+++ man/mysqlshow.1 2014-12-16 07:34:05 +0000
4621@@ -2,12 +2,12 @@
4622 .\" Title: \fBmysqlshow\fR
4623 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4624 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4625-.\" Date: 09/06/2014
4626+.\" Date: 11/04/2014
4627 .\" Manual: MySQL Database System
4628 .\" Source: MySQL 5.5
4629 .\" Language: English
4630 .\"
4631-.TH "\FBMYSQLSHOW\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4632+.TH "\FBMYSQLSHOW\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4633 .\" -----------------------------------------------------------------
4634 .\" * Define some portability stuff
4635 .\" -----------------------------------------------------------------
4636@@ -125,7 +125,7 @@
4637 [mysqlshow]
4638 and
4639 [client]
4640-groups of an option file\&. For information about option files, see
4641+groups of an option file\&. For information about option files used by MySQL programs, see
4642 Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
4643 .sp
4644 .RS 4
4645
4646=== modified file 'man/mysqlslap.1'
4647--- man/mysqlslap.1 2014-09-24 09:00:06 +0000
4648+++ man/mysqlslap.1 2014-12-16 07:34:05 +0000
4649@@ -2,12 +2,12 @@
4650 .\" Title: \fBmysqlslap\fR
4651 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4652 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4653-.\" Date: 09/06/2014
4654+.\" Date: 11/04/2014
4655 .\" Manual: MySQL Database System
4656 .\" Source: MySQL 5.5
4657 .\" Language: English
4658 .\"
4659-.TH "\FBMYSQLSLAP\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4660+.TH "\FBMYSQLSLAP\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4661 .\" -----------------------------------------------------------------
4662 .\" * Define some portability stuff
4663 .\" -----------------------------------------------------------------
4664@@ -162,7 +162,7 @@
4665 [mysqlslap]
4666 and
4667 [client]
4668-groups of an option file\&. For information about option files, see
4669+groups of an option file\&. For information about option files used by MySQL programs, see
4670 Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
4671 .sp
4672 .RS 4
4673
4674=== modified file 'man/mysqltest.1'
4675--- man/mysqltest.1 2014-09-24 09:00:06 +0000
4676+++ man/mysqltest.1 2014-12-16 07:34:05 +0000
4677@@ -2,12 +2,12 @@
4678 .\" Title: \fBmysqltest\fR
4679 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4680 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4681-.\" Date: 09/05/2014
4682+.\" Date: 11/04/2014
4683 .\" Manual: MySQL Database System
4684 .\" Source: MySQL
4685 .\" Language: English
4686 .\"
4687-.TH "\FBMYSQLTEST\FR" "1" "09/05/2014" "MySQL" "MySQL Database System"
4688+.TH "\FBMYSQLTEST\FR" "1" "11/04/2014" "MySQL" "MySQL Database System"
4689 .\" -----------------------------------------------------------------
4690 .\" * Define some portability stuff
4691 .\" -----------------------------------------------------------------
4692
4693=== modified file 'man/ndb-common-options.1'
4694--- man/ndb-common-options.1 2014-09-24 09:00:06 +0000
4695+++ man/ndb-common-options.1 2014-12-16 07:34:05 +0000
4696@@ -2,12 +2,12 @@
4697 .\" Title: Options Common to MySQL Cluster Programs
4698 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4699 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4700-.\" Date: 09/06/2014
4701+.\" Date: 11/04/2014
4702 .\" Manual: MySQL Database System
4703 .\" Source: MySQL 5.5
4704 .\" Language: English
4705 .\"
4706-.TH "OPTIONS COMMON TO MY" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4707+.TH "OPTIONS COMMON TO MY" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4708 .\" -----------------------------------------------------------------
4709 .\" * Define some portability stuff
4710 .\" -----------------------------------------------------------------
4711@@ -484,7 +484,6 @@
4712 allbox tab(:);
4713 l l s s
4714 l l s s
4715-l l s s
4716 ^ l l s
4717 ^ l l s.
4718 T{
4719@@ -493,11 +492,6 @@
4720 \-\-ndb\-mgmd\-host=host[:port]
4721 T}
4722 T{
4723-\fBOption\-File Format\fR
4724-T}:T{
4725-ndb\-mgmd\-host
4726-T}
4727-T{
4728 \ \&
4729 T}:T{
4730 \fBPermitted Values\fR
4731
4732=== modified file 'man/ndb_blob_tool.1'
4733--- man/ndb_blob_tool.1 2014-09-24 09:00:06 +0000
4734+++ man/ndb_blob_tool.1 2014-12-16 07:34:05 +0000
4735@@ -2,12 +2,12 @@
4736 .\" Title: \fBndb_blob_tool\fR
4737 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4738 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4739-.\" Date: 09/06/2014
4740+.\" Date: 11/04/2014
4741 .\" Manual: MySQL Database System
4742 .\" Source: MySQL 5.5
4743 .\" Language: English
4744 .\"
4745-.TH "\FBNDB_BLOB_TOOL\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4746+.TH "\FBNDB_BLOB_TOOL\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4747 .\" -----------------------------------------------------------------
4748 .\" * Define some portability stuff
4749 .\" -----------------------------------------------------------------
4750
4751=== modified file 'man/ndb_config.1'
4752--- man/ndb_config.1 2014-09-24 09:00:06 +0000
4753+++ man/ndb_config.1 2014-12-16 07:34:05 +0000
4754@@ -2,12 +2,12 @@
4755 .\" Title: \fBndb_config\fR
4756 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4757 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4758-.\" Date: 09/06/2014
4759+.\" Date: 11/04/2014
4760 .\" Manual: MySQL Database System
4761 .\" Source: MySQL 5.5
4762 .\" Language: English
4763 .\"
4764-.TH "\FBNDB_CONFIG\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4765+.TH "\FBNDB_CONFIG\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4766 .\" -----------------------------------------------------------------
4767 .\" * Define some portability stuff
4768 .\" -----------------------------------------------------------------
4769@@ -1236,7 +1236,7 @@
4770 .\}
4771 .nf
4772 shell> \fBndb_config \-\-configinfo \-\-xml\fR
4773-<configvariables protocolversion="1" ndbversionstring="5\&.5\&.39\-ndb\-7\&.2\&.18"
4774+<configvariables protocolversion="1" ndbversionstring="5\&.5\&.40\-ndb\-7\&.2\&.19"
4775 ndbversion="458758" ndbversionmajor="7" ndbversionminor="0"
4776 ndbversionbuild="6">
4777 <section name="SYSTEM">
4778
4779=== modified file 'man/ndb_cpcd.1'
4780--- man/ndb_cpcd.1 2014-09-24 09:00:06 +0000
4781+++ man/ndb_cpcd.1 2014-12-16 07:34:05 +0000
4782@@ -2,12 +2,12 @@
4783 .\" Title: \fBndb_cpcd\fR
4784 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4785 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4786-.\" Date: 09/06/2014
4787+.\" Date: 11/04/2014
4788 .\" Manual: MySQL Database System
4789 .\" Source: MySQL 5.5
4790 .\" Language: English
4791 .\"
4792-.TH "\FBNDB_CPCD\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4793+.TH "\FBNDB_CPCD\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4794 .\" -----------------------------------------------------------------
4795 .\" * Define some portability stuff
4796 .\" -----------------------------------------------------------------
4797
4798=== modified file 'man/ndb_delete_all.1'
4799--- man/ndb_delete_all.1 2014-09-24 09:00:06 +0000
4800+++ man/ndb_delete_all.1 2014-12-16 07:34:05 +0000
4801@@ -2,12 +2,12 @@
4802 .\" Title: \fBndb_delete_all\fR
4803 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4804 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4805-.\" Date: 09/06/2014
4806+.\" Date: 11/04/2014
4807 .\" Manual: MySQL Database System
4808 .\" Source: MySQL 5.5
4809 .\" Language: English
4810 .\"
4811-.TH "\FBNDB_DELETE_ALL\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4812+.TH "\FBNDB_DELETE_ALL\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4813 .\" -----------------------------------------------------------------
4814 .\" * Define some portability stuff
4815 .\" -----------------------------------------------------------------
4816
4817=== modified file 'man/ndb_desc.1'
4818--- man/ndb_desc.1 2014-09-24 09:00:06 +0000
4819+++ man/ndb_desc.1 2014-12-16 07:34:05 +0000
4820@@ -2,12 +2,12 @@
4821 .\" Title: \fBndb_desc\fR
4822 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4823 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4824-.\" Date: 09/06/2014
4825+.\" Date: 11/04/2014
4826 .\" Manual: MySQL Database System
4827 .\" Source: MySQL 5.5
4828 .\" Language: English
4829 .\"
4830-.TH "\FBNDB_DESC\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4831+.TH "\FBNDB_DESC\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4832 .\" -----------------------------------------------------------------
4833 .\" * Define some portability stuff
4834 .\" -----------------------------------------------------------------
4835
4836=== modified file 'man/ndb_drop_index.1'
4837--- man/ndb_drop_index.1 2014-09-24 09:00:06 +0000
4838+++ man/ndb_drop_index.1 2014-12-16 07:34:05 +0000
4839@@ -2,12 +2,12 @@
4840 .\" Title: \fBndb_drop_index\fR
4841 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4842 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4843-.\" Date: 09/06/2014
4844+.\" Date: 11/04/2014
4845 .\" Manual: MySQL Database System
4846 .\" Source: MySQL 5.5
4847 .\" Language: English
4848 .\"
4849-.TH "\FBNDB_DROP_INDEX\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4850+.TH "\FBNDB_DROP_INDEX\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4851 .\" -----------------------------------------------------------------
4852 .\" * Define some portability stuff
4853 .\" -----------------------------------------------------------------
4854@@ -123,7 +123,7 @@
4855 Reading table information for completion of table and column names
4856 You can turn off this feature to get a quicker startup with \-A
4857 Welcome to the MySQL monitor\&. Commands end with ; or \eg\&.
4858-Your MySQL connection id is 7 to server version: 5\&.5\&.39\-ndb\-7\&.2\&.18
4859+Your MySQL connection id is 7 to server version: 5\&.5\&.40\-ndb\-7\&.2\&.19
4860 Type \*(Aqhelp;\*(Aq or \*(Aq\eh\*(Aq for help\&. Type \*(Aq\ec\*(Aq to clear the buffer\&.
4861 mysql> \fBSHOW TABLES;\fR
4862 +\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
4863
4864=== modified file 'man/ndb_drop_table.1'
4865--- man/ndb_drop_table.1 2014-09-24 09:00:06 +0000
4866+++ man/ndb_drop_table.1 2014-12-16 07:34:05 +0000
4867@@ -2,12 +2,12 @@
4868 .\" Title: \fBndb_drop_table\fR
4869 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4870 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4871-.\" Date: 09/06/2014
4872+.\" Date: 11/04/2014
4873 .\" Manual: MySQL Database System
4874 .\" Source: MySQL 5.5
4875 .\" Language: English
4876 .\"
4877-.TH "\FBNDB_DROP_TABLE\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4878+.TH "\FBNDB_DROP_TABLE\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4879 .\" -----------------------------------------------------------------
4880 .\" * Define some portability stuff
4881 .\" -----------------------------------------------------------------
4882
4883=== modified file 'man/ndb_error_reporter.1'
4884--- man/ndb_error_reporter.1 2014-09-24 09:00:06 +0000
4885+++ man/ndb_error_reporter.1 2014-12-16 07:34:05 +0000
4886@@ -2,12 +2,12 @@
4887 .\" Title: \fBndb_error_reporter\fR
4888 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4889 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4890-.\" Date: 09/06/2014
4891+.\" Date: 11/04/2014
4892 .\" Manual: MySQL Database System
4893 .\" Source: MySQL 5.5
4894 .\" Language: English
4895 .\"
4896-.TH "\FBNDB_ERROR_REPORTE" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4897+.TH "\FBNDB_ERROR_REPORTE" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4898 .\" -----------------------------------------------------------------
4899 .\" * Define some portability stuff
4900 .\" -----------------------------------------------------------------
4901
4902=== modified file 'man/ndb_index_stat.1'
4903--- man/ndb_index_stat.1 2014-09-24 09:00:06 +0000
4904+++ man/ndb_index_stat.1 2014-12-16 07:34:05 +0000
4905@@ -2,12 +2,12 @@
4906 .\" Title: \fBndb_index_stat\fR
4907 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4908 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4909-.\" Date: 09/06/2014
4910+.\" Date: 11/04/2014
4911 .\" Manual: MySQL Database System
4912 .\" Source: MySQL 5.5
4913 .\" Language: English
4914 .\"
4915-.TH "\FBNDB_INDEX_STAT\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4916+.TH "\FBNDB_INDEX_STAT\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4917 .\" -----------------------------------------------------------------
4918 .\" * Define some portability stuff
4919 .\" -----------------------------------------------------------------
4920
4921=== modified file 'man/ndb_mgm.1'
4922--- man/ndb_mgm.1 2014-09-24 09:00:06 +0000
4923+++ man/ndb_mgm.1 2014-12-16 07:34:05 +0000
4924@@ -2,12 +2,12 @@
4925 .\" Title: \fBndb_mgm\fR
4926 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4927 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4928-.\" Date: 09/06/2014
4929+.\" Date: 11/04/2014
4930 .\" Manual: MySQL Database System
4931 .\" Source: MySQL 5.5
4932 .\" Language: English
4933 .\"
4934-.TH "\FBNDB_MGM\FR" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4935+.TH "\FBNDB_MGM\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4936 .\" -----------------------------------------------------------------
4937 .\" * Define some portability stuff
4938 .\" -----------------------------------------------------------------
4939
4940=== modified file 'man/ndb_mgmd.8'
4941--- man/ndb_mgmd.8 2014-09-24 09:00:06 +0000
4942+++ man/ndb_mgmd.8 2014-12-16 07:34:05 +0000
4943@@ -2,12 +2,12 @@
4944 .\" Title: \fBndb_mgmd\fR
4945 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4946 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4947-.\" Date: 09/06/2014
4948+.\" Date: 11/04/2014
4949 .\" Manual: MySQL Database System
4950 .\" Source: MySQL 5.5
4951 .\" Language: English
4952 .\"
4953-.TH "\FBNDB_MGMD\FR" "8" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4954+.TH "\FBNDB_MGMD\FR" "8" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4955 .\" -----------------------------------------------------------------
4956 .\" * Define some portability stuff
4957 .\" -----------------------------------------------------------------
4958
4959=== modified file 'man/ndb_print_backup_file.1'
4960--- man/ndb_print_backup_file.1 2014-09-24 09:00:06 +0000
4961+++ man/ndb_print_backup_file.1 2014-12-16 07:34:05 +0000
4962@@ -2,12 +2,12 @@
4963 .\" Title: \fBndb_print_backup_file\fR
4964 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4965 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4966-.\" Date: 09/06/2014
4967+.\" Date: 11/04/2014
4968 .\" Manual: MySQL Database System
4969 .\" Source: MySQL 5.5
4970 .\" Language: English
4971 .\"
4972-.TH "\FBNDB_PRINT_BACKUP_" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4973+.TH "\FBNDB_PRINT_BACKUP_" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4974 .\" -----------------------------------------------------------------
4975 .\" * Define some portability stuff
4976 .\" -----------------------------------------------------------------
4977
4978=== modified file 'man/ndb_print_schema_file.1'
4979--- man/ndb_print_schema_file.1 2014-09-24 09:00:06 +0000
4980+++ man/ndb_print_schema_file.1 2014-12-16 07:34:05 +0000
4981@@ -2,12 +2,12 @@
4982 .\" Title: \fBndb_print_schema_file\fR
4983 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4984 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4985-.\" Date: 09/06/2014
4986+.\" Date: 11/04/2014
4987 .\" Manual: MySQL Database System
4988 .\" Source: MySQL 5.5
4989 .\" Language: English
4990 .\"
4991-.TH "\FBNDB_PRINT_SCHEMA_" "1" "09/06/2014" "MySQL 5\&.5" "MySQL Database System"
4992+.TH "\FBNDB_PRINT_SCHEMA_" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
4993 .\" -----------------------------------------------------------------
4994 .\" * Define some portability stuff
4995 .\" -----------------------------------------------------------------
4996@@ -51,7 +51,7 @@
4997 .PP
4998 \fIfile_name\fR
4999 is the name of a cluster schema file\&. For more information about cluster schema files, see
5000-\m[blue]\fBMySQL Cluster Data Node FileSystemDir Files\fR\m[]\&\s-2\u[1]\d\s+2\&.
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches