1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/mysql-test/r
unknown 61e988e712 Bug #30389: connection_id() always return 0 in embedded server
Initialize thd->variables.pseudo_thread_id when a new embedded
thd is created.


libmysqld/lib_sql.cc:
  Add comment regarding duplication of code in create_embedded_thd()
  vs. create_new_thread() and prepare_new_connection_state().  This
  was a cause for not properly initializing the pseudo_thread_id variable.
mysql-test/r/func_misc.result:
  Add test case to ensure connection_id() returns a sane value
mysql-test/t/func_misc.test:
  Add test case to ensure connection_id() returns a sane value
sql/mysqld.cc:
  Add comment warning of the duplication of code between create_new_thread()
  and create_embedded_thd()
sql/sql_connect.cc:
  Add comment warning of the duplication of code between
  prepare_new_connection_state() and create_embedded_thd()
2007-08-27 14:31:27 -06:00
..
2007-05-30 20:25:16 +04:00
2007-05-23 15:26:16 +04:00
2007-05-29 15:58:18 +03:00
2007-06-28 21:34:54 +04:00
2007-07-23 23:35:43 -07:00
2007-06-28 16:03:01 -07:00
2007-04-04 21:35:58 +00:00
2007-07-06 11:35:10 -07:00
2007-06-28 21:34:54 +04:00
2007-06-11 22:55:21 +04:00
2007-06-28 21:34:54 +04:00
2007-07-23 23:35:43 -07:00
2007-06-07 20:25:22 +02:00
2007-05-29 15:58:18 +03:00
2007-08-01 16:48:14 +04:00
2007-05-29 15:58:18 +03:00
2007-06-13 17:28:59 +02:00
2007-04-20 18:35:16 +02:00
2007-06-13 17:28:59 +02:00
2007-05-29 15:58:18 +03:00
2007-05-29 15:58:18 +03:00
2007-08-24 02:23:49 +05:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-05-29 15:58:18 +03:00
2007-08-16 16:47:31 +03:00
2007-06-06 18:55:21 +05:00
2007-06-30 22:50:14 -07:00
2007-07-14 01:34:46 +05:00
2007-04-17 12:32:01 +02:00
2007-07-07 20:03:00 -07:00
2007-04-06 16:06:10 +05:00
2007-05-29 15:58:18 +03:00
2007-04-29 18:52:14 +05:00