Hello Everyone,
We needed to install the mysql header files on the client machines
(i.e., libmysqlclient) therefore,
the entire server is not required. We are using MySQL 5.5 with the
following cmake:
cmake ../ -DWITHOUT_SERVER=1 -DCURSES_LIBRARY=/usr/lib/libncurses.a
-DCMAKE_INSTALL_PREFIX=/usr
All,
Can anyone out there explain the result of the third statement provided
below:
mysql> select count(distinct field1) from db1.table1;
++
| count(distinct field1) |
++
| 1063 |
++
1 row in set (0.01 sec