1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-15 08:21:24 +03:00
Files
mariadb/include
Michael Widenius 9f35e98a4b Fix for Bug#43152 "Assertion `bitmap_is_set_all(&table->s->all_set)' failed in handler::ha_reset"
The reason for this was that some bitmap test functions changed the bitmap, which caused problems when the same bitmap was used by multiple threads.


include/my_bitmap.h:
  Changed order of elements to get better alignment.
mysys/my_bitmap.c:
  Change bitmap test functions to not modify the bitmap.
  Fixed compiler errors in test_bitmap
2010-10-06 11:45:30 +03:00
..
2010-05-26 21:55:40 +03:00
2009-07-31 15:28:15 -04:00
2010-03-04 09:03:07 +01:00
2009-09-08 00:50:10 +04:00
2009-01-15 22:27:36 +01:00
2010-08-27 17:12:44 +03:00
2010-08-27 17:12:44 +03:00
2010-07-23 22:37:21 +02:00
2008-10-10 18:28:41 +03:00
2008-04-29 09:26:37 +03:00
2010-09-11 09:46:33 +02:00
2010-08-27 17:12:44 +03:00
2010-01-27 11:42:20 +01:00
2010-08-02 12:01:24 +03:00
2010-08-02 12:01:24 +03:00
2010-04-29 20:18:19 -03:00
2010-08-27 17:12:44 +03:00
2010-08-27 17:12:44 +03:00
2010-08-27 17:12:44 +03:00
2009-09-08 00:50:10 +04:00
2009-01-19 16:27:49 +01:00