1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +03:00
Files
mariadb/client
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
..
2017-05-09 13:24:52 +02:00
2016-09-12 17:51:50 +02:00
2013-06-10 21:45:30 +02:00
2017-03-30 12:48:42 +02:00
2017-07-07 11:30:03 +02:00
2017-08-17 11:38:34 +02:00
2017-05-26 22:45:46 +03:00
2017-05-09 13:24:52 +02:00
2017-07-08 09:56:28 +02:00
2017-07-08 09:56:28 +02:00
2017-05-09 13:24:52 +02:00
2017-04-21 18:34:06 +02:00
2017-03-07 13:38:06 +04:00
2013-07-16 19:09:54 +02:00