1414* /.pure
1515* ~
1616. * .swp
17+ . /config.h
1718.defs.mk
1819.depend
1920.depend.mk
@@ -77,6 +78,7 @@ Docs/mysql.xml
7778Docs /safe-mysql.xml
7879Docs /tex.fmt
7980Docs /texi2dvi.out
81+ EXCEPTIONS-CLIENT
8082INSTALL-SOURCE
8183INSTALL-WIN-SOURCE
8284Logs /*
@@ -336,6 +338,7 @@ libmysqld/derror.cc
336338libmysqld /discover.cc
337339libmysqld /errmsg.c
338340libmysqld /examples /client_test.c
341+ libmysqld /examples /client_test.cc
339342libmysqld /examples /completion_hash.cc
340343libmysqld /examples /completion_hash.h
341344libmysqld /examples /link_sources
@@ -441,6 +444,7 @@ libmysqld/sql_udf.cc
441444libmysqld /sql_union.cc
442445libmysqld /sql_unions.cc
443446libmysqld /sql_update.cc
447+ libmysqld /sql_view.cc
444448libmysqld /sql_yacc.cc
445449libmysqld /stacktrace.c
446450libmysqld /strfunc.cc
@@ -656,7 +660,71 @@ ndb/lib/libREP_API.so
656660ndb /lib /libndbclient.so
657661ndb /lib /libndbclient_extra.so
658662ndb /src /common /mgmcommon /printConfig /* .d
663+ ndb /src /cw /cpcd /ndb_cpcd
664+ ndb /src /kernel /blocks /backup /restore /ndb_restore
665+ ndb /src /kernel /ndbd
666+ ndb /src /mgmclient /ndb_mgm
659667ndb /src /mgmclient /test_cpcd /* .d
668+ ndb /src /mgmsrv /ndb_mgmd
669+ ndb /test /ndbapi /bank /bankCreator
670+ ndb /test /ndbapi /bank /bankMakeGL
671+ ndb /test /ndbapi /bank /bankSumAccounts
672+ ndb /test /ndbapi /bank /bankTimer
673+ ndb /test /ndbapi /bank /bankTransactionMaker
674+ ndb /test /ndbapi /bank /bankValidateAllGLs
675+ ndb /test /ndbapi /bank /testBank
676+ ndb /test /ndbapi /create_all_tabs
677+ ndb /test /ndbapi /create_tab
678+ ndb /test /ndbapi /drop_all_tabs
679+ ndb /test /ndbapi /flexAsynch
680+ ndb /test /ndbapi /flexBench
681+ ndb /test /ndbapi /flexHammer
682+ ndb /test /ndbapi /flexTT
683+ ndb /test /ndbapi /testBackup
684+ ndb /test /ndbapi /testBasic
685+ ndb /test /ndbapi /testBasicAsynch
686+ ndb /test /ndbapi /testBlobs
687+ ndb /test /ndbapi /testDataBuffers
688+ ndb /test /ndbapi /testDeadlock
689+ ndb /test /ndbapi /testDict
690+ ndb /test /ndbapi /testIndex
691+ ndb /test /ndbapi /testMgm
692+ ndb /test /ndbapi /testNdbApi
693+ ndb /test /ndbapi /testNodeRestart
694+ ndb /test /ndbapi /testOIBasic
695+ ndb /test /ndbapi /testOperations
696+ ndb /test /ndbapi /testRestartGci
697+ ndb /test /ndbapi /testScan
698+ ndb /test /ndbapi /testScanInterpreter
699+ ndb /test /ndbapi /testScanPerf
700+ ndb /test /ndbapi /testSystemRestart
701+ ndb /test /ndbapi /testTimeout
702+ ndb /test /ndbapi /testTransactions
703+ ndb /test /ndbapi /test_event
704+ ndb /test /run-test /atrt
705+ ndb /test /tools /copy_tab
706+ ndb /test /tools /create_index
707+ ndb /test /tools /hugoCalculator
708+ ndb /test /tools /hugoFill
709+ ndb /test /tools /hugoLoad
710+ ndb /test /tools /hugoLockRecords
711+ ndb /test /tools /hugoPkDelete
712+ ndb /test /tools /hugoPkRead
713+ ndb /test /tools /hugoPkReadRecord
714+ ndb /test /tools /hugoPkUpdate
715+ ndb /test /tools /hugoScanRead
716+ ndb /test /tools /hugoScanUpdate
717+ ndb /test /tools /ndb_cpcc
718+ ndb /test /tools /restart
719+ ndb /test /tools /verify_index
720+ ndb /tools /ndb_delete_all
721+ ndb /tools /ndb_desc
722+ ndb /tools /ndb_drop_index
723+ ndb /tools /ndb_drop_table
724+ ndb /tools /ndb_select_all
725+ ndb /tools /ndb_select_count
726+ ndb /tools /ndb_show_tables
727+ ndb /tools /ndb_waiter
660728pull.log
661729regex /re
662730repl-tests /test-repl-ts /repl-timestamp.master.reject
@@ -773,6 +841,7 @@ support-files/MacOSX/postinstall
773841support-files /MacOSX /preinstall
774842support-files /binary-configure
775843support-files /my-huge.cnf
844+ support-files /my-innodb-heavy-4G.cnf
776845support-files /my-large.cnf
777846support-files /my-medium.cnf
778847support-files /my-small.cnf
@@ -785,6 +854,57 @@ support-files/mysql-log-rotate
785854support-files /mysql.server
786855support-files /mysql.spec
787856tags
857+ test /ndbapi /bank /bankCreator
858+ test /ndbapi /bank /bankMakeGL
859+ test /ndbapi /bank /bankSumAccounts
860+ test /ndbapi /bank /bankTimer
861+ test /ndbapi /bank /bankTransactionMaker
862+ test /ndbapi /bank /bankValidateAllGLs
863+ test /ndbapi /bank /testBank
864+ test /ndbapi /create_all_tabs
865+ test /ndbapi /create_tab
866+ test /ndbapi /drop_all_tabs
867+ test /ndbapi /flexAsynch
868+ test /ndbapi /flexBench
869+ test /ndbapi /flexHammer
870+ test /ndbapi /flexTT
871+ test /ndbapi /testBackup
872+ test /ndbapi /testBasic
873+ test /ndbapi /testBasicAsynch
874+ test /ndbapi /testBlobs
875+ test /ndbapi /testDataBuffers
876+ test /ndbapi /testDeadlock
877+ test /ndbapi /testDict
878+ test /ndbapi /testIndex
879+ test /ndbapi /testMgm
880+ test /ndbapi /testNdbApi
881+ test /ndbapi /testNodeRestart
882+ test /ndbapi /testOIBasic
883+ test /ndbapi /testOperations
884+ test /ndbapi /testRestartGci
885+ test /ndbapi /testScan
886+ test /ndbapi /testScanInterpreter
887+ test /ndbapi /testScanPerf
888+ test /ndbapi /testSystemRestart
889+ test /ndbapi /testTimeout
890+ test /ndbapi /testTransactions
891+ test /ndbapi /test_event
892+ test /run-test /atrt
893+ test /tools /copy_tab
894+ test /tools /create_index
895+ test /tools /hugoCalculator
896+ test /tools /hugoFill
897+ test /tools /hugoLoad
898+ test /tools /hugoLockRecords
899+ test /tools /hugoPkDelete
900+ test /tools /hugoPkRead
901+ test /tools /hugoPkReadRecord
902+ test /tools /hugoPkUpdate
903+ test /tools /hugoScanRead
904+ test /tools /hugoScanUpdate
905+ test /tools /ndb_cpcc
906+ test /tools /restart
907+ test /tools /verify_index
788908test_xml
789909tests /client_test
790910tests /connect_test
@@ -799,5 +919,3 @@ vio/test-ssl
799919vio /test-sslclient
800920vio /test-sslserver
801921vio /viotest-ssl
802- libmysqld /sql_view.cc
803- libmysqld /examples /client_test.cc
0 commit comments