diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2013-05-11 17:00:36 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2013-05-11 17:00:36 +0200 |
commit | 44cb1ce8a2d524c88cc8e2ea949cc933ba7a0832 (patch) | |
tree | a8cf515bd8fe9f495ed74cfce76250b3361586b1 /storage/connect/tabpivot.h | |
parent | 5657660ab07a905a018cee5132618a12f7fcc851 (diff) | |
download | mariadb-git-44cb1ce8a2d524c88cc8e2ea949cc933ba7a0832.tar.gz |
- Fix tabpivot compile errors on Linux.
- Fix Tabpivot not closing the source table.
- Fix pivot.test error on Linux by specifying ENDING=2 for the expenses table.
modified:
storage/connect/mysql-test/connect/r/pivot.result
storage/connect/mysql-test/connect/t/pivot.test
storage/connect/tabpivot.cpp
storage/connect/tabpivot.h
Diffstat (limited to 'storage/connect/tabpivot.h')
-rw-r--r-- | storage/connect/tabpivot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabpivot.h b/storage/connect/tabpivot.h index 3aa5288b5d8..bed288dc560 100644 --- a/storage/connect/tabpivot.h +++ b/storage/connect/tabpivot.h @@ -231,7 +231,7 @@ class DllExport QRSCOL : public COLBLK { // Methods virtual void ReadColumn(PGLOBAL g); - virtual void Print(PGLOBAL g, FILE *, UINT); + virtual void Print(PGLOBAL g, FILE *, uint); protected: QRSCOL(void) {} // Default constructor not to be used |