1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/sql
unknown ae17c3c712 ha_innodb.cc, trx0trx.h, lock0lock.c, trx0trx.c:
Reserve the MySQL LOCK_thread_count mutex when printing thd->query of
an arbitrary transaction; if we are printing thd->query of a transaction that
we know is currently executing inside InnoDB, then we know that MySQL cannot
meanwhile change thd->query, and no need to reserve the MySQL mutex; note
that this patch still leaves open the possibility of races in MySQL's
thd->query_len


innobase/trx/trx0trx.c:
  Reserve the MySQL LOCK_thread_count mutex when printing thd->query of an arbitrary transaction; if we are printing thd->query of the a transaction that we know is currently executing inside InnoDB, then we know that MySQL cannot meanwhile change thd->query, and no need to reserve the MySQL mutex; note that thsi patch still leaves aopen the possibility of races in MySQL's thd->query_len
innobase/lock/lock0lock.c:
  Reserve the MySQL LOCK_thread_count mutex when printing thd->query of an arbitrary transaction; if we are printing thd->query of the a transaction that we know is currently executing inside InnoDB, then we know that MySQL cannot meanwhile change thd->query, and no need to reserve the MySQL mutex; note that thsi patch still leaves aopen the possibility of races in MySQL's thd->query_len
innobase/include/trx0trx.h:
  Reserve the MySQL LOCK_thread_count mutex when printing thd->query of an arbitrary transaction; if we are printing thd->query of the a transaction that we know is currently executing inside InnoDB, then we know that MySQL cannot meanwhile change thd->query, and no need to reserve the MySQL mutex; note that thsi patch still leaves aopen the possibility of races in MySQL's thd->query_len
sql/ha_innodb.cc:
  Reserve the MySQL LOCK_thread_count mutex when printing thd->query of an arbitrary transaction; if we are printing thd->query of the a transaction that we know is currently executing inside InnoDB, then we know that MySQL cannot meanwhile change thd->query, and no need to reserve the MySQL mutex; note that thsi patch still leaves aopen the possibility of races in MySQL's thd->query_len
2004-05-13 22:07:51 +03:00
..
2004-02-16 09:41:13 +02:00
2003-07-01 14:38:38 +03:00
2003-12-30 13:14:21 +02:00
2003-03-13 13:44:03 +01:00
2003-04-23 21:52:16 +03:00
2004-02-09 23:57:29 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2004-03-27 00:35:45 +04:00
2003-01-28 08:38:28 +02:00
2004-04-28 14:19:02 +02:00
2003-06-11 20:09:37 +05:00
2003-08-20 16:25:44 +03:00
2004-01-19 23:44:39 +01:00
2003-12-16 13:20:17 +02:00
2003-01-28 08:38:28 +02:00
2004-02-21 14:25:43 +01:00
2004-03-25 22:05:09 +02:00
2004-02-16 18:58:21 +02:00
2004-03-25 22:05:09 +02:00
2003-12-30 13:14:21 +02:00
2004-03-10 16:56:28 +01:00
2004-04-08 09:25:48 +03:00
2003-04-23 21:52:16 +03:00
2004-03-27 00:35:45 +04:00
2004-03-22 16:35:15 +02:00
2004-04-28 16:14:53 +01:00
2003-12-02 21:05:40 +03:00
2003-10-29 14:23:35 +01:00