Search Criteria
Package Details: mysql 8.0.29-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mysql.git (read-only, click to copy) |
---|---|
Package Base: | mysql |
Description: | Fast SQL database server, community edition |
Upstream URL: | https://www.mysql.com/products/community/ |
Licenses: | GPL |
Conflicts: | mariadb |
Provides: | mariadb, mysql |
Submitter: | Barthalion |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 80 |
Popularity: | 0.49 |
First Submitted: | 2013-04-25 19:13 (UTC) |
Last Updated: | 2022-06-11 23:23 (UTC) |
Dependencies (28)
- bash (bash-devel-git, bash-devel-static-git, bash-git, bash-xdg)
- icu (icu-git-static, icu-git)
- jemalloc (jemalloc-git, jemalloc4)
- libaio
- libevent (libevent-fb, libevent-git)
- libsasl
- libtirpc (libtirpc-minimal-git)
- lz4 (lz4-git, lz4-static-musl, lz4-static)
- mysql-clients (mysql-clients55, mysql-clients56, mysql-clients57, mariadb-clients-git, mroonga, mysql-clients, mariadb-clients, percona-server-clients)
- systemd-libs (systemd-libs-homed-containers, systemd-libs-selinux, systemd-libs-git)
- zlib (zlib-static, zlib-git, zlib-ng, zlib-ng-compat-git)
- zstd (zstd-cmake, zstd-git)
- cmake (cmake-git) (make)
- icu (icu-git-static, icu-git) (make)
- jemalloc (jemalloc-git, jemalloc4) (make)
- libaio (make)
- libedit (make)
- libevent (libevent-fb, libevent-git) (make)
- libfido2 (make)
- libtirpc (libtirpc-minimal-git) (make)
- Show 8 more dependencies...
Required by (207)
- adminer (requires mariadb) (optional)
- adminer (optional)
- adminer-editor (requires mariadb) (optional)
- adminer-git (requires mariadb) (optional)
- aegir (requires mariadb)
- akonadi-git (requires mariadb) (make)
- akonadi-git (requires mariadb) (optional)
- akonadi-qt4 (requires mariadb)
- akonadi-qt4 (requires mariadb) (make)
- algernon (requires mariadb) (optional)
- algernon-bin (requires mariadb) (optional)
- amarok (requires mariadb)
- amarok-scripting (requires mariadb)
- ampache (requires mariadb)
- ampache-git (requires mariadb)
- anope (requires mariadb) (optional)
- authpuppy
- avantfax (requires mariadb)
- azerothcore (requires mariadb)
- azerothcore-wotlk-git (requires mariadb)
Latest Comments
FrederickZh commented on 2022-02-21 09:08 (UTC)
@Muflone Could you apply the patch below? Thank you!
FrederickZh commented on 2021-12-22 23:45 (UTC)
Got the following error:
I think in
/etc/logrotate.d/mysqlrouter
, linevar/log/mysqlrouter/mysqlrouter.log {
needs a leading/
.carlosmuller commented on 2021-08-27 12:36 (UTC)
Hi @Muflone, here is my patch to update to 8.0.26 and add a option to pass more options to the build process like adding debug or other parts
Thanks for the time and effort put in this package!
Muflone commented on 2021-05-27 20:05 (UTC)
@fishnet37222 you can test the package by yourself by updating the pkgver in the PKGBUILD and offer your patches to fix the issues
fishnet37222 commented on 2021-05-27 13:31 (UTC)
Will this package be updated to version 8.0.25 any time soon?
Muflone commented on 2021-05-02 02:04 (UTC)
@hxss fixed
Moved users management from .install to systemd-sysusers. After package uninstall the existing mysql and mysqlrouter users will not be deleted automatically
hxss commented on 2021-04-21 07:26 (UTC)
Post-transaction hook requires
mysqlrouter
user that doesn't exists in my system after installing the package.AnotherUser commented on 2021-02-10 07:35 (UTC) (edited on 2021-02-10 07:52 (UTC) by AnotherUser)
I tried to install mysql with mariadb-clients as provider for mysql-clients:
Which leads to:
I'm confused
Edit: I just removed the existing mariadb libs (without dependency check):
and installed the mysql-clients with libmysqlclient. After that it was possible to install mysql..
Is there a better approach?
postfix needs mariadb-libs
cidao commented on 2021-01-22 03:30 (UTC)
I think there are some incompatibilities between the last Manjaro update and this MySQL package. Do you know when it can be fixed?
Muflone commented on 2021-01-10 02:59 (UTC)
Incorporated FrederickZh's fixes, Thank you
cascooscuro commented on 2021-01-03 17:28 (UTC)
I'm also facing the error "TRUE was not declared in this scope" while compiling.
I added: export CXXFLAGS="${CXXFLAGS} -DU_DEFINE_FALSE_AND_TRUE=1"
before the:
cmake "../${pkgbase}-${pkgver}"
and now the compilation finishes
petronny commented on 2020-12-27 06:09 (UTC)
Please add FrederickZh's patch.
FrederickZh commented on 2020-12-25 11:46 (UTC)
And for some reason I now need to patch
mysqld.cc
otherwise it won't compile (TRUE was not declared in this scope
):This happens under my two Arch systems as well as a clean chroot.
FrederickZh commented on 2020-12-25 11:39 (UTC) (edited on 2020-12-25 11:41 (UTC) by FrederickZh)
I don't use MySQL Router, but an error during post-upgrade caught my eye:
And after digging deeper, I noticed that the default directories used by MySQL Router are obviously off as well:
Here's a patch I've come up with (without
.SRCINFO
):tl;dr this patch:
mysqlrouter
user & group during post-install/var/lib/mysqlrouter
&/var/log/mysqlrouter
via systemd-tmpfiles/etc/mysqlrouter/mysqlrouter.conf
Btw now
mysqlrouter --help
output becomes:PS: this might be useful https://koji.mbox.centos.org/pkgs/packages/mysql/8.0.21/1.module_el8.2.0+493+63b41e36/data/logs/x86_64/build.log
Muflone commented on 2020-12-24 15:39 (UTC)
@ruidc mysqlbinlog is included in the mysql package
mateodif commented on 2020-12-24 14:08 (UTC)
I'm getting shared libraries errors with latest icu package.
ruidc commented on 2020-12-23 08:32 (UTC)
can mysqlbinlog be added? the diff provided by FrederickZh over a year ago won't work on recent versions
brektrou commented on 2020-11-17 04:17 (UTC)
A new version is available (8.0.22)
https://dev.mysql.com/downloads/mysql
FrederickZh commented on 2020-04-27 19:58 (UTC)
@Muflone I agree with @rtucek that it's probably better to pack
mysql_config_editor
intomysql-clients
. As a matter of fact, it's packed in the officialmysql-community-client
package for Ubuntu:And btw I noticed
mysql-secret-store-login-path
from MySQL Shell that I maintain also requiresmysql-community-client
for secret store support. Considering the functionality it provides I reckon it also makes more sense to put it in the client package. I'd appreciate it if you could move this binary. Thank you!Zeitgeist-J commented on 2020-03-31 16:28 (UTC)
Package is not including mysqld.sock (/run/mysqld/mysqld.sock) which does not allows to complete the mysql_secure_installation command. Am I doing something wrong or is it a package error?
keoma commented on 2019-10-30 23:22 (UTC)
@FrederickZh it worked. I could update protobuf and install mysql seamlessly. Thank you.
keoma commented on 2019-10-29 23:02 (UTC)
@FrederickZh thank you. I'll try later today.
FrederickZh commented on 2019-10-29 04:16 (UTC)
@keoma Use this for now:
keoma commented on 2019-10-28 22:37 (UTC)
protobuf 3.10.0-1 breaks mysqld because the file libprotobuf-lite.so.18 has been removed in this version. I had to downgrade it to 3.7.0-1 to make it work again.
Ildar commented on 2019-10-04 11:48 (UTC)
Using the flag -DWITH_SYSTEM_LIBS=OFF during the compilation helped me to fix the problem https://bugs.mysql.com/bug.php?id=95287 "mysql client ignores ~/.editrc. bind "^W" ed-delete-prev-word doesn't work"
rtucek commented on 2019-09-30 12:41 (UTC) (edited on 2019-09-30 12:42 (UTC) by rtucek)
Hi @Muflone,
thank you for maintaining the repo!
What's the intention behind removing
mysql_config_editor
after the build? It's a very useful CLI utility for storing the credentials. I've prepared a small patch (https://pastebin.com/wtVwRgFt) which prevents removing it. Would you mind consider applying it?BR Rudi
FrederickZh commented on 2019-08-18 12:57 (UTC) (edited on 2019-08-18 12:59 (UTC) by FrederickZh)
It seems that there are several missing files in this package compared with the official ones for Ubuntu 18.04 amd64. Here's a summary CSV I put together: https://gist.github.com/Frederick888/dbc2b80f176d79dcfbd7fb4bafac178a
The following patch fixes the missing mysqlx headers and mysqlbinlog. Additionally, I moved mysql_upgrade to a separate block as it was removed cos of a different reason; libmysqlclient.a to libmysqlclient since in Ubuntu it's also in libmysqlclient-dev; and imho I don't think removing the compiled binaries in build() is a good practice as it voids the purpose of makepkg flags such as -R, -C (and AUR helpers like yay actually asks users whether a clean build is needed) hence the mkdir part at the beginning. I'm not quite sure why some plugins, e.g. innodb_engine.so, are not even built tho (didn't see them in
cmake --build . --target help
).FrederickZh commented on 2019-08-13 17:02 (UTC)
@Muflone Fair enough. Actually I didn't even know MySQL Shell existed until several days ago when I was googling about how connection URIs could be used for CLI. Hope it can get more traction in the future.
Btw, when I was scanning the files, I noticed that usr/lib/libmysqlclient.a is packed into mysql instead of libmysqlclient. Sorry if it's a stupid question but shouldn't it be in the latter?
Muflone commented on 2019-08-10 16:53 (UTC)
@FrederickZh I don't think it would be useful for mysql package users to download the source code for mysql-shell, build it and don't install it. It would cause a lot of unuseful work for a majority of users
FrederickZh commented on 2019-08-05 07:09 (UTC)
Sorry if this question has already been answered (I went through several pages of comments without finding any similar ones), but is it possible to ship mysql-shell with this package as well?
I just had a glance at the build instruction of mysql-shell and it seems that it requires both the source code of MySQL and the X protocol client library to compile (actually also the build directory of MySQL, but I suspect it's only needed to locate libmysqlclient and libmysqlxclient). In this case is it better to build MySQL Shell along with this package so that it could be easier to manage?
Muflone commented on 2019-08-04 22:25 (UTC)
@salifm did you bothered to read the error message? you have no space left in your file system
francoism90 commented on 2019-08-02 08:49 (UTC)
@tlo MySQL should now automatically upgrade:
https://mysqlserverteam.com/mysql-8-0-16-mysql_upgrade-is-going-away/
tlo commented on 2019-06-28 14:05 (UTC) (edited on 2019-06-28 14:13 (UTC) by tlo)
NVM: Upon further investigation I found this is a deprecated command my apologies for the useless comment.
I have just built mysql-8.0.16-1 and after installing I noticed mysql_upgrade was built (src/build/runtime_output_directory/mysql_upgrade) but was not installed to the system it appears to be missing from the pkg not sure if this is a bug or a strange fluke on my machine. In case it matters downloaded with yay -G aur/mysql and built with makepkg -si
Muflone commented on 2019-06-23 22:39 (UTC) (edited on 2019-06-23 22:40 (UTC) by Muflone)
@francoism90
thank you for your precious work. I've integrated some of your fixes and changes. (now mysql builds fine with ccache)
francoism90 commented on 2019-06-14 12:12 (UTC) (edited on 2019-06-14 12:13 (UTC) by francoism90)
@svenaugustus you need to recompile this package (MySQL) - don't know what lib(s) causing this issue. I recommend to reboot first before doing prior compiling.
zenonix commented on 2019-06-13 13:31 (UTC)
$ mysqld --initialize --user=mysql
mysqld: error while loading shared libraries: libicuuc.so.63: cannot open shared object file: No such file or directory
something wrong while libicuuc haved updated to version 64. =。=
francoism90 commented on 2019-05-31 12:04 (UTC)
@Muflone @others I have created MySQL 8.16, did a clean-up, switched to systemd provided by pkg, used some stuff seen in MariaDB pkg and updated the
my-default.cnf
: https://github.com/francoism90/pkgs/tree/master/mysqlIt would be great if you take a look and tell me what you think. :) I did not use
mysql-ld.so.conf
andmysqld-post.sh
, are they still needed?francoism90 commented on 2019-05-22 18:45 (UTC) (edited on 2019-05-22 18:52 (UTC) by francoism90)
@Muflone Seems MySQL provide systemd service OOTB: https://github.com/mysql/mysql-server/tree/8.0/scripts/systemd
https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html#option_cmake_with_systemd https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html#option_cmake_with_system_libs
Is there any reason why not using (a patched) upstream one? :)
Would LTO help to optimize MySQL?
https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html#option_cmake_with_lto
Ildar commented on 2019-05-16 04:32 (UTC)
Could you change the build instructions to compile MySQL with bundled libedit as they do not support any other version of libedit?
It is the problem with not-working CTRL+W hotkey https://bugs.mysql.com/bug.php?id=95287#c488633
I tried to downgrade to libedit-20180525_3.1-1 before the compilation, but it didn't help.
@Khaithang try yay mysql-clients
Khaithang commented on 2019-05-15 19:34 (UTC)
Why Yay is not finding this package ? I get only mariadb and percona?
Ildar commented on 2019-05-08 07:54 (UTC)
I have submitted a bug report https://bugs.mysql.com/bug.php?id=95287
mysql client ignores ~/.editrc. bind "^W" ed-delete-prev-word doesn't work
francoism90 commented on 2019-04-05 20:41 (UTC) (edited on 2019-04-05 20:42 (UTC) by francoism90)
@torquerrr @all This possible happens when
/tmp
is full, I was getting the same error when building this pkg.Simple build with
BUILDDIR=. makepkg -sci
or increase/tmp
size.Muflone commented on 2019-04-05 11:51 (UTC)
You cannot install only the mysql package without the mysql-clients package. Just install all the three packages from this PKGBUILD
karthiknayak commented on 2019-04-05 07:53 (UTC) (edited on 2019-04-05 08:47 (UTC) by karthiknayak)
The installation fails on the latest version (mariadb=8.0.15, mysql=8.0.15)
aminos commented on 2019-03-24 22:01 (UTC)
can you please update to support protobuf-3.7 ?
torquerrr commented on 2019-02-23 08:26 (UTC) (edited on 2019-02-23 08:27 (UTC) by torquerrr)
If anyone gets the same error as I did, do not build with yaourt. I was able to successfully build all three packages by running the
makepkg -cs
command in the PKGBUILD directory. Thanks @francoism90 for the tip.francoism90 commented on 2019-02-16 10:00 (UTC)
@torquerrr don't use a helper (yaourt isn't recommended anyway).
torquerrr commented on 2019-02-16 09:09 (UTC) (edited on 2019-02-16 09:27 (UTC) by torquerrr)
@Muflone Hi, I am unable to build the package. I am getting an error:
I run the build with:
yaourt -S aur/mysql
Can you provide some help, please?Edit: probably I need to build it in a clean chroot, I will try and report back.
Muflone commented on 2019-02-02 20:18 (UTC)
Package updated to version 8.0.14 and added provides and conflicts for mariadb-libs
The package libmysqlclient though was not renamed to mysql-client as it seems to me pointless to follow the mariadb naming changes.
Since this versions a lot of changes were made in the build process, accordingly to Terje Røsten suggests. Thank you Terje
Jat commented on 2019-01-30 04:32 (UTC)
libmysqlclient should be renamed to mysql-libs. plz add mariadb-libs to conflicts and provides.
cartinez commented on 2019-01-25 08:01 (UTC)
Hi, is it possible since the package is out-of-date, it breaks the dependencies for mysql-python? Pacman says I have to update it (mysql-python) but it tries to get mariadb-libs, which conflicts with this package
Muflone commented on 2018-11-24 17:50 (UTC)
@tlo certificate renewed. thank you
tlo commented on 2018-11-24 12:19 (UTC)
FYI: error: failed retrieving file 'muflone-aur.db' from www.muflone.com : SSL certificate problem: certificate has expired
It would appear that your certificate has expired.
francoism90 commented on 2018-11-07 11:51 (UTC) (edited on 2018-11-07 11:51 (UTC) by francoism90)
I had to run
sudo mysql_upgrade -p -u root
to fix the following error: Nov 07 12:47:43 nuc mysqld[31075]: 2018-11-07T11:47:43.042098Z 0 [ERROR] [MY-013142] [Server] Column count of mysql.user is wrong. Expected 50, found 49.Don't know why
mysql_upgrade
isn't performed on every upgrade.https://dev.mysql.com/doc/refman/8.0/en/mysql-upgrade.html
pelo commented on 2018-09-19 09:36 (UTC)
@Muflone, you've listed your repo details in one of the your comments. You could find it in page 2 or 3 of the comments. I think you should correct the repo name and pin that comment to the top.
francoism90 commented on 2018-08-27 13:10 (UTC) (edited on 2018-08-27 13:11 (UTC) by francoism90)
@Muflone Not a big issue, as workaround simple uninstall
ccache
for update/installing and reinstall it afterwards.Thanks for keeping it up-to-date. :)
Muflone commented on 2018-08-26 17:25 (UTC)
@francoism90 I can confirm your issue but I don't know the reason. Unfortunately I had to build it many times before releasing the updated package
francoism90 commented on 2018-08-15 18:22 (UTC)
Is it normal that this doesn't build with ccache? I keep getting bad option given error on make.
Muflone commented on 2018-08-15 10:35 (UTC)
@pelo99, you're right, I've dropped the muflone-mysql and moved the packages into muflone-aur repository, but where did you find my repository written?
pelo99 commented on 2018-08-15 09:28 (UTC) (edited on 2018-08-15 09:30 (UTC) by pelo99)
@Muflone, Please change the repo name from 'muflone-mysql' to 'muflone-aur' in your own repository for mysql and pin the link.
jonkristian commented on 2018-06-19 11:37 (UTC) (edited on 2018-06-19 11:39 (UTC) by jonkristian)
Need some help. Accidentally upgraded without paying attention and now I'm in a state where it has upgraded to 8 so all my databases aren't working.
2018-06-19T11:35:14.057797Z 0 [Warning] [MY-010915] [Server] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2018-06-19T11:35:14.057861Z 0 [System] [MY-010116] [Server] /usr/bin/mysqld (mysqld 8.0.11) starting as process 20919
2018-06-19T11:35:14.326982Z 1 [ERROR] [MY-010781] [Server] Found ./mysql/index_stats.frm file in mysql schema. DD will create .ibd file with same name. Please rename table and start upgrade process again.
2018-06-19T11:35:14.327012Z 1 [ERROR] [MY-010336] [Server] Found .frm file with same name as one of the Dictionary Tables.
2018-06-19T11:35:14.327238Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
2018-06-19T11:35:14.327269Z 0 [ERROR] [MY-010119] [Server] Aborting
2018-06-19T11:35:15.947137Z 0 [System] [MY-010910] [Server] /usr/bin/mysqld: Shutdown complete (mysqld 8.0.11) MySQL Community Server (GPL).
2018-06-19T11:35:15.947185Z 0 [ERROR] [MY-010065] [Server] Failed to shutdown components infrastructure.
francoism90 commented on 2018-05-09 09:34 (UTC) (edited on 2018-05-09 09:34 (UTC) by francoism90)
Just a note, but please use with care (e.g. create a backup first)!
After upgrade to MySQL 8.0, I had to execute the following command to solve errors/warning reported by the mysql service:
mysql_upgrade --password='your-root-password' upgrade-system-tables
francoism90 commented on 2018-05-09 07:46 (UTC)
@Muflone Thanks for the update. :)
Muflone commented on 2018-05-08 22:31 (UTC)
here's 8.0 :-)
francoism90 commented on 2018-05-08 17:13 (UTC)
@Muflone Any update on the 8.0 release? :)
Muflone commented on 2018-04-29 22:06 (UTC)
This is the last update for the 5.7 series. A new package called mysql57 was uploaded to continue releases for the 5.7 series.
From the next update this package will go to version 8.0
francoism90 commented on 2018-04-19 17:06 (UTC)
https://dev.mysql.com/downloads/mysql/ - big jump!
Before upgrading, are manual actions needed?
Muflone commented on 2018-03-03 21:47 (UTC)
@rashi and @markoff
Be sure your system is up to date and build the package in a clean chroot.
Currently it builds fine using extra-x86_64-build
markoff commented on 2018-02-28 16:55 (UTC)
@Muflone, are you doing anything to fix the problem rashi had? Because I'm having exactly the same problem.
Muflone commented on 2018-02-08 00:03 (UTC) (edited on 2018-02-08 00:05 (UTC) by Muflone)
I maintain my own repository for the mysql, mysql55 and mysql56 packages, built in clean chroot and signed with official Arch Linux key (therefore no need to import an extraneous key or keyring)
heavysink commented on 2018-02-06 19:47 (UTC) (edited on 2018-02-06 19:49 (UTC) by heavysink)
mysql is included in ArchlinuxCN repository. Please add these
[archlinuxcn] Server = http://repo.archlinuxcn.org/$arch
Once the repo is added, archlinuxcn-keyring package must be installed before mysql so you do not get errors about PGP signatures.
Also if you want to try bleeding edge mariadb-git, you can also find it in the repo.
dansantos commented on 2018-01-20 22:24 (UTC) (edited on 2018-01-20 22:36 (UTC) by dansantos)
You can also download the package with the latest version of MySQL precompiled here: << https://goo.gl/sN2yig >> Instructions for installing are in the repository. HAVE FUN!
rashyd commented on 2018-01-08 16:06 (UTC) (edited on 2018-01-08 16:07 (UTC) by rashyd)
I'm trying to install this mysql package (v5.7.20-1) in Antergos linux and kept failed with this error message:
I have made sure my system is up-to-date and I don't have mariadb and libmariasbclient installed.
Fed up with many retries which takes a lot of time to compile, I finally gave up and installed mariadb instead.
Muflone commented on 2017-12-17 21:07 (UTC)
@francoism90 that's correct! even the mariadb doesn't launch the mysql_secure_installation, only prints a message to ask the user to execute it, only during the first package installation
francoism90 commented on 2017-12-17 20:53 (UTC)
@Muflone It's more because of the mariadb package does this: https://git.archlinux.org/svntogit/packages.git/tree/trunk/mariadb.install?h=packages/mariadb
Muflone commented on 2017-12-16 16:56 (UTC)
@francoism90 it's not duty of the packager to secure the installation or autoconfigure the server. Moreover the mysql_secure_installation requires user intervention which must not to be done from packages install.
francoism90 commented on 2017-12-12 19:48 (UTC) (edited on 2017-12-12 19:49 (UTC) by francoism90)
Could you add this to .install: mysql_secure_installation
Thanks. :)
Muflone commented on 2017-10-03 00:18 (UTC)
ginoboy commented on 2017-10-03 00:13 (UTC)
Muflone commented on 2017-10-01 15:18 (UTC)
ginoboy commented on 2017-09-28 00:42 (UTC)
Muflone commented on 2017-09-27 19:15 (UTC)
shsina commented on 2017-09-27 16:15 (UTC)
Muflone commented on 2017-09-16 18:39 (UTC)
ricardofunke commented on 2017-09-15 15:17 (UTC) (edited on 2017-09-15 15:18 (UTC) by ricardofunke)
Muflone commented on 2017-09-09 16:11 (UTC)
GregoD commented on 2017-09-07 12:39 (UTC)
gamezelda commented on 2017-08-22 22:41 (UTC) (edited on 2017-08-22 22:41 (UTC) by gamezelda)
Muflone commented on 2017-06-11 11:48 (UTC)
DOobR commented on 2017-06-11 00:12 (UTC) (edited on 2017-06-11 00:12 (UTC) by DOobR)
sainoba commented on 2017-05-08 00:25 (UTC)
Muflone commented on 2017-05-06 22:47 (UTC)
sainoba commented on 2017-05-03 16:52 (UTC)
Sirced commented on 2017-01-24 23:47 (UTC)
mrrabinhalder commented on 2016-12-25 13:21 (UTC)
matoro commented on 2016-09-14 03:45 (UTC)
Muflone commented on 2016-07-02 16:05 (UTC)
kerberizer commented on 2016-07-01 12:37 (UTC)
colshacol commented on 2016-07-01 12:24 (UTC)
ijann commented on 2016-06-28 00:27 (UTC) (edited on 2016-06-28 00:28 (UTC) by ijann)
Muflone commented on 2016-06-27 21:14 (UTC)
ijann commented on 2016-06-27 21:05 (UTC)
kerberizer commented on 2016-06-27 20:32 (UTC) (edited on 2016-06-27 20:33 (UTC) by kerberizer)
Muflone commented on 2016-06-25 15:21 (UTC)
Scimmia commented on 2016-06-22 01:36 (UTC)
ijann commented on 2016-06-21 23:50 (UTC)
Scimmia commented on 2016-06-21 23:25 (UTC)
nebulon commented on 2016-06-17 13:17 (UTC)
kerberizer commented on 2016-06-05 01:20 (UTC) (edited on 2016-06-05 01:22 (UTC) by kerberizer)
fazal commented on 2016-05-24 09:17 (UTC)
basil commented on 2016-05-03 14:23 (UTC)
Scindix commented on 2016-05-03 11:54 (UTC) (edited on 2016-05-03 12:55 (UTC) by Scindix)
Muflone commented on 2016-03-05 17:18 (UTC)
graysky commented on 2016-03-05 11:19 (UTC) (edited on 2016-03-05 11:20 (UTC) by graysky)
Muflone commented on 2016-02-06 19:54 (UTC)
basil commented on 2016-02-04 20:47 (UTC)
Scindix commented on 2016-01-08 08:44 (UTC) (edited on 2016-01-08 11:36 (UTC) by Scindix)
tle commented on 2016-01-05 12:10 (UTC)
twheel commented on 2015-11-11 11:44 (UTC)
Muflone commented on 2015-11-01 23:46 (UTC)
wolftankk commented on 2015-09-28 16:09 (UTC)
Marcel_K commented on 2015-07-30 13:43 (UTC)
lucc commented on 2015-07-30 13:23 (UTC)
Muflone commented on 2014-12-23 23:04 (UTC)
nicolascevallos commented on 2014-12-23 17:59 (UTC)
Muflone commented on 2014-12-23 16:02 (UTC)
nicolascevallos commented on 2014-12-22 23:17 (UTC)
Muflone commented on 2014-11-28 17:43 (UTC)
Muflone commented on 2014-11-17 10:29 (UTC)
sparse commented on 2014-11-17 07:45 (UTC)
Muflone commented on 2014-11-12 12:34 (UTC)
mpz commented on 2014-11-11 18:14 (UTC)
Marcel_K commented on 2014-10-10 16:11 (UTC)
e8hffff commented on 2014-05-07 01:27 (UTC)
e8hffff commented on 2014-05-07 01:11 (UTC)
rustam commented on 2013-12-06 08:57 (UTC)
stevenfrog commented on 2013-11-14 01:06 (UTC)
rustam commented on 2013-11-13 15:19 (UTC)
stevenfrog commented on 2013-11-13 15:13 (UTC)
enteenteente commented on 2013-10-03 12:28 (UTC)
sitquietly commented on 2013-09-11 21:58 (UTC)
rustam commented on 2013-08-21 14:20 (UTC)
commented on 2013-08-19 22:10 (UTC)
commented on 2013-07-10 23:45 (UTC)
rustam commented on 2013-07-10 11:19 (UTC)
commented on 2013-07-10 04:21 (UTC)
rustam commented on 2013-06-13 09:07 (UTC)
kralibes commented on 2013-06-13 06:13 (UTC)
rustam commented on 2013-06-11 18:38 (UTC)
kralibes commented on 2013-06-11 18:10 (UTC)
rustam commented on 2013-05-29 10:20 (UTC)
Barthalion commented on 2013-05-16 13:01 (UTC)