Skip to content

Instantly share code, notes, and snippets.

View serbaut's full-sized avatar

Joakim Sernbrant serbaut

View GitHub Profile
reactorFuels = {
{id=6, name='Oak Sapling'},
{id=6, dmg=2, name='Birch Sapling'},
{id=6, dmg=3, name='Junglewood Sapling'},
{id=295, name='Seeds'},
{id=351, name='Ink Sac'},
{id=351, dmg=3, name='Cocoa Beans'},
{id=361, name='Pumpkin Seeds'},
{id=362, name='Melon Seeds'},
{id=372, name='Nether Wart'},
@serbaut
serbaut / tmux.spec
Created August 13, 2013 14:57
tmux-1.8 spec for CentOS 6
%define libevent libevent-2.0.21-stable
Name: tmux
Version: 1.8
Release: 1%{?dist}
Summary: A terminal multiplexer
Group: Applications/System
License: ISC and BSD
URL: http://sourceforge.net/projects/tmux
Source0: http://downloads.sourceforge.net/project/tmux/tmux/tmux-%{version}/tmux-%{version}.tar.gz
commit ca984963f07f2694abe9e73b725a484b6516bc97
Author: Joakim Sernbrant <joakim.sernbrant@trioptima.com>
Date: Fri Jul 16 13:59:11 2010 +0200
sort LRU_DUMP_FILE
diff --git a/storage/innodb_plugin/buf/buf0lru.c b/storage/innodb_plugin/buf/buf0lru.c
index a3d7f3f..ec00bfa 100644
--- a/storage/innodb_plugin/buf/buf0lru.c
+++ b/storage/innodb_plugin/buf/buf0lru.c
Index: _mysql.c
===================================================================
--- _mysql.c (revision 623)
+++ _mysql.c (working copy)
@@ -90,6 +90,7 @@
int nfields;
int use;
PyObject *converter;
+ const char *charset;
} _mysql_ResultObject;