Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 303130 | Differences between
and this patch

Collapse All | Expand All

(-)'*.orig' (+1 lines)
Lines 40-45 Link Here
40
*/
40
*/
41
#define DONT_USE_RAID
41
#define DONT_USE_RAID
42
#include <stdbool.h>
42
#include <my_global.h>
43
#include <my_global.h>
43
#include <m_ctype.h>
44
#include <m_ctype.h>
44
#include <my_sys.h>
45
#include <my_sys.h>
(-)'*.orig' (+2 lines)
Lines 16-21 Link Here
16
#ifndef _my_getopt_h
16
#ifndef _my_getopt_h
17
#define _my_getopt_h
17
#define _my_getopt_h
18
#include <stdbool.h>
19
18
C_MODE_START
20
C_MODE_START
19
#define GET_NO_ARG     1
21
#define GET_NO_ARG     1
(-)'*.orig' (+3 lines)
Lines 20-25 Link Here
20
#ifndef _my_time_h_
20
#ifndef _my_time_h_
21
#define _my_time_h_
21
#define _my_time_h_
22
23
#include <stdbool.h>
24
22
#include "my_global.h"
25
#include "my_global.h"
23
#include "mysql_time.h"
26
#include "mysql_time.h"
(-)'*.orig' (+2 lines)
Lines 80-85 Link Here
80
#define FORCE_DBUG_OFF
80
#define FORCE_DBUG_OFF
81
#endif
81
#endif
82
#include <stdbool.h>
83
82
#include "mysys_priv.h"
84
#include "mysys_priv.h"
83
#ifdef THREAD
85
#ifdef THREAD
(-)'*.orig' (+1 lines)
Lines 1-5 Link Here
1
/* Init cclasses array from ctypes */
1
/* Init cclasses array from ctypes */
2
#include <stdbool.h>
2
#include <my_global.h>
3
#include <my_global.h>
3
#include <m_ctype.h>
4
#include <m_ctype.h>
4
#include <m_string.h>
5
#include <m_string.h>
(-)'*.orig' (+1 lines)
Lines 15-20 Link Here
15
/* Update current record in heap-database */
15
/* Update current record in heap-database */
16
#include <stdbool.h>
16
#include "heapdef.h"
17
#include "heapdef.h"
17
int heap_update(HP_INFO *info, const uchar *old, const uchar *heap_new)
18
int heap_update(HP_INFO *info, const uchar *old, const uchar *heap_new)
(-)'*.orig' (+1 lines)
Lines 15-20 Link Here
15
/* This file is included by all internal myisam files */
15
/* This file is included by all internal myisam files */
16
#include <stdbool.h>
16
#include "myisam.h"                     /* Structs & some defines */
17
#include "myisam.h"                     /* Structs & some defines */
17
#include "myisampack.h"                 /* packing of keys */
18
#include "myisampack.h"                 /* packing of keys */
18
#include <my_tree.h>
19
#include <my_tree.h>
(-)'*.orig' (+1 lines)
Lines 13-18 Link Here
13
   along with this program; if not, write to the Free Software
13
   along with this program; if not, write to the Free Software
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
#include <stdbool.h>
15
#include "vio_priv.h"
16
#include "vio_priv.h"
16
#ifdef HAVE_OPENSSL
17
#ifdef HAVE_OPENSSL

Return to bug 303130