Sven Sandberg
78c8bfdddf
BUG#37975: wait_for_slave_* should increase the timeout
...
Problem 1: tests often fail in pushbuild with a timeout when waiting
for the slave to start/stop/receive error.
Fix 1: Updated the wait_for_slave_* macros in the following way:
- The timeout is increased by a factor ten
- Refactored the macros so that wait_for_slave_param does the work for
the other macros.
Problem 2: Tests are often incorrectly written, lacking a
source include/wait_for_slave_to_[start|stop].inc.
Fix 2: Improved the chance to get it right by adding
include/start_slave.inc and include/stop_slave.inc, and updated tests
to use these.
Problem 3: The the built-in test language command
wait_for_slave_to_stop is a misnomer (does not wait for the slave io
thread) and does not give as much debug info in case of failure as
the otherwise equivalent macro
source include/wait_for_slave_sql_to_stop.inc
Fix 3: Replaced all calls to the built-in command by a call to the
macro.
Problem 4: Some, but not all, of the wait_for_slave_* macros had an
implicit connection slave. This made some tests confusing to read,
and made it more difficult to use the macro in circular replication
scenarios, where the connection named master needs to wait.
Fix 4: Removed the implicit connection slave from all
wait_for_slave_* macros, and updated tests to use an explicit
connection slave where necessary.
Problem 5: The macros wait_slave_status.inc and wait_show_pattern.inc
were unused. Moreover, using them is difficult and error-prone.
Fix 5: remove these macros.
Problem 6: log_bin_trust_function_creators_basic failed when running
tests because it assumed @@global.log_bin_trust_function_creators=1,
and some tests modified this variable without resetting it to its
original value.
Fix 6: All tests that use this variable have been updated so that
they reset the value at end of test.
2008-07-10 18:09:39 +02:00
..
2008-04-02 10:06:36 +02:00
2007-11-12 13:00:22 +04:00
2008-06-17 11:12:21 -03:00
2007-11-21 11:11:22 +04:00
2008-03-14 17:59:03 +01:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-01-11 05:06:08 +04:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2007-12-12 18:19:24 +01:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2007-11-12 14:09:57 +01:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-02-12 22:09:16 +03:00
2007-12-11 10:12:05 +01:00
2008-03-07 21:14:34 +03:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-30 11:12:07 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-30 10:28:19 -03:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-03 11:50:43 +02:00
2008-03-12 13:22:58 +03:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-02-12 22:09:16 +03:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-03-17 14:26:00 +03:00
2008-05-30 11:12:07 +02:00
2008-02-14 08:17:47 -05:00
2008-01-17 15:37:18 -08:00
2008-04-03 11:50:43 +02:00
2008-02-12 22:09:16 +03:00
2008-03-28 13:16:41 +01:00
2008-05-16 11:35:15 -04:00
2008-03-08 01:14:56 +04:00
2008-02-04 11:10:40 +04:00
2008-03-26 10:27:00 +01:00
2008-03-26 10:27:00 +01:00
2008-04-23 11:06:26 +05:00
2008-02-11 16:28:33 +04:00
2008-02-20 19:49:26 +01:00
2008-03-26 10:27:00 +01:00
2008-01-16 13:53:43 +01:00
2008-03-26 10:27:00 +01:00
2008-02-20 19:49:26 +01:00
2008-02-11 16:28:33 +04:00
2008-04-10 15:14:28 +02:00
2008-02-12 22:09:16 +03:00
2008-02-22 13:30:33 +03:00
2008-02-22 13:30:33 +03:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-15 15:44:11 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2007-12-13 16:10:57 +04:00
2007-12-04 11:32:11 +01:00
2007-10-18 15:57:59 +03:00
2008-04-22 21:49:39 -07:00
2008-04-10 15:14:28 +02:00
2008-04-17 15:51:17 +02:00
2008-04-03 11:50:43 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-03 10:27:56 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-02-20 14:40:46 +01:00
2008-05-13 14:06:32 +02:00
2008-04-09 09:48:06 +02:00
2008-05-09 09:43:02 +02:00
2008-04-09 09:43:20 +02:00
2008-02-13 12:41:54 +01:00
2007-10-27 01:40:48 +05:00
2008-04-10 15:14:28 +02:00
2007-11-16 14:00:57 +03:00
2008-04-10 15:14:28 +02:00
2008-03-13 14:54:29 -03:00
2008-03-23 20:35:00 +04:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-15 15:44:11 +02:00
2008-02-12 22:09:16 +03:00
2008-05-13 20:27:46 +05:00
2008-02-12 22:09:16 +03:00
2008-02-12 22:09:16 +03:00
2008-05-01 14:54:59 +03:00
2008-03-19 14:25:36 +03:00
2008-02-12 22:09:16 +03:00
2008-02-12 22:09:16 +03:00
2008-02-12 22:09:16 +03:00
2008-02-20 00:33:43 +03:00
2008-06-03 12:21:48 +02:00
2008-02-12 22:09:16 +03:00
2008-04-09 15:56:25 +02:00
2007-10-23 19:08:21 +05:00
2008-02-12 22:09:16 +03:00
2008-03-12 11:19:46 +03:00
2008-07-10 18:09:39 +02:00
2008-04-10 15:14:28 +02:00
2008-05-30 11:12:07 +02:00
2008-04-10 15:14:28 +02:00
2008-05-30 11:12:07 +02:00
2007-10-23 11:44:14 +03:00
2008-03-25 18:40:49 +01:00
2008-07-10 18:09:39 +02:00
2008-02-13 19:34:12 +04:00
2008-07-10 18:09:39 +02:00
2008-04-03 11:50:43 +02:00
2008-04-10 15:14:28 +02:00
2008-04-30 17:39:51 -06:00
2008-02-12 22:09:16 +03:00
2007-11-20 15:17:53 -02:00
2007-11-20 15:17:53 -02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-01-31 12:17:40 +01:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2007-10-19 13:06:37 -07:00
2008-05-13 17:01:02 +05:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2007-12-01 19:55:06 +01:00
2008-03-22 11:01:31 +03:00
2008-03-14 14:12:39 +04:00
2008-04-08 16:51:26 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2007-11-06 15:42:58 -07:00
2008-04-10 15:14:28 +02:00
2007-12-19 09:37:35 +01:00
2008-02-19 09:44:09 -07:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2007-10-23 14:26:57 +03:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-07-06 19:14:41 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-06-17 11:12:21 -03:00
2008-07-10 18:09:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2007-11-27 09:25:45 +01:00
2008-06-03 13:25:41 +02:00
2007-11-27 09:25:45 +01:00
2007-11-27 09:25:45 +01:00
2008-05-14 10:45:32 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2007-12-01 15:40:59 +03:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-09 09:43:02 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-07 09:58:21 +04:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-03-27 17:43:17 +01:00
2007-12-05 12:33:36 -07:00
2008-03-13 14:54:29 -03:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-02-28 11:34:08 -03:00
2007-12-12 18:19:24 +01:00
2008-07-04 11:33:34 +02:00
2008-04-10 15:14:28 +02:00
2008-05-30 11:12:07 +02:00
2008-02-06 09:40:59 -02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-07-10 18:09:39 +02:00
2008-04-10 15:14:28 +02:00
2008-05-20 22:23:58 +04:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-03-28 21:46:18 +03:00
2008-02-29 17:56:50 +04:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2007-11-13 19:32:12 +02:00
2008-04-10 15:14:28 +02:00
2008-04-18 11:38:41 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-16 16:32:33 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2007-11-30 15:16:31 +01:00
2008-02-07 12:04:19 +01:00
2008-04-26 02:45:58 +05:00
2007-11-13 13:24:48 +00:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-14 10:45:32 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-18 14:21:25 +05:00
2008-03-27 13:42:34 +08:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-30 14:49:37 +02:00
2008-05-30 11:12:07 +02:00
2007-11-07 12:55:28 +04:00
2007-11-02 16:40:08 +03:00
2008-04-08 16:51:26 +02:00
2008-06-24 21:15:00 +05:00
2008-04-02 16:49:22 +07:00
2007-12-12 18:19:24 +01:00
2008-05-30 11:12:07 +02:00
2008-04-08 16:51:26 +02:00
2008-03-07 11:15:49 +02:00
2008-04-24 10:50:38 -04:00
2007-12-20 12:32:16 -08:00
2008-04-29 19:08:52 +03:00
2008-02-13 12:02:16 +03:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-02-12 22:09:16 +03:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2007-12-11 17:30:42 -05:00
2008-04-09 11:05:53 +02:00
2008-03-03 20:35:44 +03:00
2008-02-12 22:09:16 +03:00
2007-11-23 12:35:02 +04:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-22 21:49:39 -07:00
2007-11-20 20:15:20 +04:00
2007-12-12 18:19:24 +01:00
2007-11-30 06:32:04 +01:00
2007-12-19 20:59:57 -02:00
2007-12-06 22:17:42 +04:00
2007-10-22 20:10:51 +02:00
2007-10-22 20:10:51 +02:00
2008-02-25 21:18:50 +01:00
2008-04-03 11:50:43 +02:00
2007-11-20 11:21:00 +01:00
2008-03-07 13:46:29 -08:00
2007-11-13 11:12:53 +01:00
2008-04-03 21:40:10 +02:00
2008-02-13 11:29:50 +01:00
2008-03-17 16:11:26 +01:00
2008-01-04 12:06:20 +01:00
2008-06-17 12:41:06 +02:00
2008-01-25 16:05:15 -08:00
2008-02-24 14:12:17 +01:00
2008-04-10 15:14:28 +02:00
2007-12-14 08:57:37 -05:00
2008-05-30 11:12:07 +02:00
2008-01-11 05:06:08 +04:00
2008-01-11 05:06:08 +04:00
2008-01-11 05:06:08 +04:00
2008-01-11 05:06:08 +04:00
2008-04-18 21:18:53 +02:00
2008-05-20 22:43:26 +04:00
2008-05-20 22:43:26 +04:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-02 00:43:17 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-06-03 10:59:46 -03:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-07-10 18:09:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-06 16:17:23 +02:00
2008-07-10 18:09:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-03-27 03:18:46 +01:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-08 10:20:58 +05:00
2007-12-10 16:47:45 +01:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-06-17 19:05:56 -06:00
2008-02-28 23:01:22 +04:00
2008-04-10 15:14:28 +02:00
2008-05-30 11:12:07 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-02 10:06:36 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-03-12 11:19:46 +03:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-02-13 12:02:16 +03:00
2008-04-02 10:06:36 +02:00
2008-01-10 13:37:54 +03:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-30 11:12:07 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-30 11:12:07 +02:00
2008-05-30 11:12:07 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2007-10-27 01:40:48 +05:00
2008-03-26 20:27:23 +01:00
2007-12-21 20:30:23 +01:00
2008-03-25 17:48:05 -06:00
2008-04-08 16:51:26 +02:00
2008-04-08 16:51:26 +02:00
2008-04-08 16:51:26 +02:00
2008-05-30 11:12:07 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-02-24 13:58:07 +01:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-02-12 22:09:16 +03:00
2008-04-10 15:14:28 +02:00
2008-02-12 22:09:16 +03:00
2008-05-21 17:34:14 +02:00
2008-04-10 15:14:28 +02:00
2008-05-13 17:01:02 +05:00
2008-04-23 11:06:26 +05:00
2008-03-07 21:14:34 +03:00
2008-07-07 14:20:08 +02:00
2008-04-03 21:40:10 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-02-28 12:21:44 +01:00
2008-04-10 15:14:28 +02:00
2008-05-20 21:07:11 +04:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-02-22 12:30:17 +04:00
2008-03-28 19:16:52 +04:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-23 11:36:17 +02:00
2008-07-10 18:09:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-04-10 15:14:28 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-03-22 11:01:31 +03:00
2008-03-12 16:13:33 +03:00
2008-05-30 11:12:07 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-05-13 17:01:02 +05:00
2007-12-01 15:53:56 +01:00
2007-12-02 03:19:07 +01:00
2008-05-30 11:12:07 +02:00
2007-12-20 08:35:52 +01:00
2007-12-08 23:54:07 +02:00
2008-04-28 14:12:52 -04:00
2007-10-15 10:59:01 +02:00
2007-11-17 19:42:16 +01:00
2007-11-13 13:24:48 +00:00
2008-03-14 21:37:19 +01:00
2007-11-13 13:24:48 +00:00
2007-12-24 17:42:13 +03:00
2007-11-27 17:19:51 +02:00
2008-05-13 18:10:46 +03:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-02 16:49:22 +07:00
2007-12-13 15:56:04 +04:00
2008-02-26 12:03:59 -03:00
2007-12-21 20:30:23 +01:00
2008-02-15 12:54:04 +00:00
2008-03-28 18:10:04 +03:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-04-10 15:14:28 +02:00
2008-03-22 11:01:31 +03:00
2008-04-03 11:50:43 +02:00
2008-05-08 20:13:39 +02:00
2008-05-08 20:13:39 +02:00
2008-07-06 19:07:30 +02:00
2008-04-10 15:14:28 +02:00
2008-05-30 11:12:07 +02:00
2007-11-18 17:33:12 +04:00
2007-11-21 16:00:09 +04:00