lock_test.pl | lock_test.pl | |||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
# it under the terms of the GNU General Public License as published by | # it under the terms of the GNU General Public License as published by | |||
# the Free Software Foundation; version 2 of the License. | # the Free Software Foundation; version 2 of the License. | |||
# | # | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
# GNU General Public License for more details. | # GNU General Public License for more details. | |||
# | # | |||
# You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | |||
# along with this program; if not, write to the Free Software | # along with this program; if not, write to the Free Software | |||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA | |||
# This is a test with uses two processes to a database. | # This is a test with uses two processes to a database. | |||
# The other inserts records in two tables, the other does a lot of joins | # The other inserts records in two tables, the other does a lot of joins | |||
# on these. | # on these. | |||
# Every time the read thread outputs info, it does a ALTER TABLE command | # Every time the read thread outputs info, it does a ALTER TABLE command | |||
# which should stop the insert thread until the ALTER TABLE command is read y. | # which should stop the insert thread until the ALTER TABLE command is read y. | |||
# | # | |||
# Warning, the output from this test will differ in 'found' from time to ti me, | # Warning, the output from this test will differ in 'found' from time to ti me, | |||
# but there should never be any errors | # but there should never be any errors | |||
# | # | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |