1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

rpl_bug31076.test, rpl_bug31076.result:

Correcting test bug


mysql-test/suite/rpl/r/rpl_bug31076.result:
  Correcting test bug
mysql-test/suite/rpl/t/rpl_bug31076.test:
  Correcting test bug
This commit is contained in:
unknown
2007-10-10 14:18:34 +02:00
parent de4cce5288
commit 1f3caac297
2 changed files with 4 additions and 0 deletions

View File

@ -61,3 +61,4 @@ visits_id myid src ip cc org ref time host entry visit_exit user_id visit_start
SELECT * FROM visits_events; SELECT * FROM visits_events;
event_id visit_id timestamp src data visits_events_id event_id visit_id timestamp src data visits_events_id
20000 21231038 2007-09-18 03:59:02 Downloads/MySQL-4.1/mysql-4.1.12a-win32.zip 33712207 20000 21231038 2007-09-18 03:59:02 Downloads/MySQL-4.1/mysql-4.1.12a-win32.zip 33712207
DROP DATABASE track;

View File

@ -111,3 +111,6 @@ VALUES ('3m3l4rhs6do0sf5p1i9lr94g928a272v', '', '', INET_ATON('71.118.124.98'),
SELECT * FROM visits; SELECT * FROM visits;
SELECT * FROM visits_events; SELECT * FROM visits_events;
DROP DATABASE track;
# End 5.1 test case