H.Merijn Brand
H.Merijn Brand
I have just pushed my side of the story. Please verify if this does what the people who care wanted as a result. If so, I am happy and we...
> IMO the real problem here is that we allow whitespace where it doesn't make much sense. Whitespace use is one of the virtues in perl5. I know quite a...
We already have `map`: ``` #!/pro/bin/perl use 5.014002; use warnings; my @h1 = ( "Past 30", "Past 60", "Past 90", "Past 120", "Total", "Last Payment", "Last Payment Amount", ); say...
Catching up on mail. You might gain people by using newer media, but you will also going to miss people (like me). I do not follow github *at all*! Too...
I'll do it :)
HP-UX and AIX are back on-line. Anyone has time to check them?
I have no idea what the final verdict is. Can I merge this now?
1. My quest here was not the abuse, but the fact that MariaDB diverted from mysql, and I encountered a situation where this "feature" was actually used and did not...
It is much harder to do in DBI than in the DBD's, as the DBI has no knowledge of what DBD's support, but the DBD's have knowledge of what DBI...
``` sh $ rpm -ql libmariadb-devel | grep '\.h$' | xargs grep define.*VERSION /usr/include/mysql/errmsg.h:#define CR_VERSION_ERROR 2007 /usr/include/mysql/mariadb_com.h:#define SERVER_VERSION_LENGTH 60 /usr/include/mysql/mariadb_version.h:#define PROTOCOL_VERSION 10 /usr/include/mysql/mariadb_version.h:#define MARIADB_CLIENT_VERSION_STR "10.2.6" /usr/include/mysql/mariadb_version.h:#define MARIADB_VERSION_ID 100206 /usr/include/mysql/mariadb_version.h:#define MYSQL_VERSION_ID...