lp:~laurynas-biveinis/percona-server/bug714925-5.1

Created by Laurynas Biveinis and last modified
Get this branch:
bzr branch lp:~laurynas-biveinis/percona-server/bug714925-5.1
Only Laurynas Biveinis can upload to this branch. If you are Laurynas Biveinis please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

545. By Laurynas Biveinis

Fix bug 714925 (32bit counters in user statistics)

The issue is that INFORMATION_SCHEMA user statistics tables were
declared as MYSQL_TYPE_LONG instead of the correct
MYSQL_TYPE_LONGLONG. Furthermore, they were missing MY_I_S_UNSIGNED
flag to allow storing unsigned values. That also requires that
Field::store() calls for the values specifies the unsigned-ness of the
value by the second bool arg equal to true.

Fixed all this, also dropped unnecessary casts and fixed some code
formatting issues.

544. By <email address hidden>

Merge lp:~akopytov/percona-server/bug989253-5.1

542. By <email address hidden>

Merge lp:~stewart/percona-server/5.1.67

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:percona-server/5.6
This branch contains Public information 
Everyone can see this information.