1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown e2937d7f43 BUG#28908 Replication: set global server_id is not setting the session server_id
When set the server-id dynamically, the server_id member of current thread is not updated.

Update the server_id member of current thread after updated the global variable value.


sql/set_var.cc:
  Update server_id of current thread
mysql-test/r/rpl_server_id.result:
  Add test for BUG#28908
mysql-test/t/rpl_server_id.test:
  Add test for BUG#28908
2007-12-21 11:02:48 +08:00
..
2007-03-29 11:20:08 +02:00
2007-05-17 19:38:34 +03:00
2007-06-16 13:05:07 +05:00
2007-11-06 16:25:32 +02:00
2007-11-06 20:31:40 +02:00
2007-10-04 12:09:22 +05:00
2007-05-24 15:35:43 +05:00
2007-10-04 12:09:22 +05:00
2007-10-04 12:09:22 +05:00
2007-07-23 23:35:43 -07:00
2007-06-28 16:03:01 -07:00
2007-01-03 03:35:57 +04:00
2007-07-06 11:35:10 -07:00
2007-07-06 11:35:10 -07:00
2007-07-23 23:35:43 -07:00
2007-06-07 20:25:22 +02:00
2007-02-23 21:13:21 +03:00
2006-11-15 10:23:27 +01:00
2007-07-11 18:45:35 -07:00
2007-02-07 14:22:19 -08:00
2007-07-06 03:43:23 +05:00
2007-08-31 16:59:07 +05:00
2007-08-13 15:46:11 +02:00
2007-03-21 09:13:05 +01:00
2007-03-29 11:20:08 +02:00
2007-02-21 19:38:40 +02:00
2007-06-17 22:04:01 +02:00
2006-11-15 10:23:27 +01:00
2007-06-21 16:55:52 +02:00
2006-11-15 10:23:27 +01:00
2007-02-08 15:53:14 +01:00
2007-05-24 15:35:43 +05:00
2006-11-15 10:23:27 +01:00
2007-05-31 17:30:56 +05:00
2007-09-24 12:42:44 +02:00
2007-08-22 15:43:16 +03:00
2007-10-16 11:16:31 -06:00
2007-06-06 18:55:21 +05:00
2007-04-17 12:32:01 +02:00
2007-01-18 15:28:45 +04:00
2006-12-04 14:29:51 +02:00
2007-03-29 09:08:30 +05:00
2007-06-03 15:56:48 +04:00
2007-04-23 17:15:51 +03:00