mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
Fixed probelm with count(*) and normal functions when no matchin rows.
Changed 'lib' to 'master-data' Fix for slow slaves Docs/manual.texi: Changelog include/mysql.h: Fixes for Cygwin libmysql/libmysql.c: Fixes for Cygwin mysql-test/Makefile.am: Include missing test files mysql-test/include/master-slave.inc: Fixes for slow slaves mysql-test/install_test_db.sh: Change 'lib' to 'master-data' mysql-test/mysql-test-run.sh: Change 'lib' to 'master-data' mysql-test/r/group_by.result: Test case for count(*) problem mysql-test/t/group_by.test: Test case for count(*) problem mysql-test/t/rpl000018-master.sh: Change 'lib' to 'master-data' sql/sql_select.cc: Fix for count(*) problem
This commit is contained in:
parent
94ab8e9c4c
commit
0574441192
11 changed files with 48 additions and 10 deletions
|
|
@ -30,7 +30,7 @@ dist-hook:
|
|||
$(INSTALL_DATA) $(srcdir)/t/*.test $(srcdir)/t/*.opt $(srcdir)/t/*.sh $(distdir)/t
|
||||
$(INSTALL_DATA) $(srcdir)/include/*.inc $(distdir)/include
|
||||
$(INSTALL_DATA) $(srcdir)/r/*.result $(srcdir)/r/*.require $(distdir)/r
|
||||
$(INSTALL_DATA) $(srcdir)/std_data/*.dat $(distdir)/std_data
|
||||
$(INSTALL_DATA) $(srcdir)/std_data/*.dat $(srcdir)/std_data/*.001 $(distdir)/std_data
|
||||
|
||||
install-data-local:
|
||||
$(mkinstalldirs) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue