1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +03:00
Files
mariadb/include
Marko Mäkelä 4386ee8ccc Add ATTRIBUTE_NORETURN and ATTRIBUTE_COLD
ATTRIBUTE_NORETURN is supported on all platforms (MSVS and GCC-like).
It declares that a function will not return; instead, the thread or
the whole process will terminate.

ATTRIBUTE_COLD is supported starting with GCC 4.3. It declares that
a function is supposed to be executed rarely. Rarely used error-handling
functions and functions that emit messages to the error log should be
tagged such.
2017-08-31 09:30:55 +03:00
..
2016-09-02 13:22:28 +03:00
2017-03-31 19:22:20 +02:00
2017-03-30 12:48:42 +02:00
2017-03-10 18:21:29 +01:00
2017-03-07 19:07:27 +02:00
2016-12-29 13:23:18 +01:00
2016-03-23 22:36:46 +01:00
2017-03-10 18:21:29 +01:00
2017-07-06 10:39:21 +04:00
2017-08-17 11:38:34 +02:00
2017-05-06 14:36:46 +03:00
2017-03-10 18:21:29 +01:00
2017-08-08 10:18:43 +02:00
2017-03-07 19:07:27 +02:00
2016-06-21 14:11:02 +02:00
2017-03-30 12:48:42 +02:00
2017-03-30 12:48:42 +02:00
2017-03-10 18:21:29 +01:00
2017-07-05 19:08:55 +02:00
2017-03-30 12:48:42 +02:00
2017-06-14 12:02:54 +02:00
2017-03-07 19:07:27 +02:00
2017-03-07 19:07:27 +02:00
2017-03-10 18:21:29 +01:00
2017-03-10 18:21:29 +01:00