Fix mistaken removal of --with-innodb and --with-ndbcluster
This commit is contained in:
		
							parent
							
								
									20f4d06062
								
							
						
					
					
						commit
						72104158d6
					
				| @ -1,6 +1,6 @@ | |||||||
| Name: mysql | Name: mysql | ||||||
| Version: 5.1.30 | Version: 5.1.30 | ||||||
| Release: 1%{?dist} | Release: 2%{?dist} | ||||||
| Summary: MySQL client programs and shared libraries | Summary: MySQL client programs and shared libraries | ||||||
| Group: Applications/Databases | Group: Applications/Databases | ||||||
| URL: http://www.mysql.com | URL: http://www.mysql.com | ||||||
| @ -203,6 +203,8 @@ export CFLAGS CXXFLAGS | |||||||
| 	--with-mysqld-user="mysql" \ | 	--with-mysqld-user="mysql" \ | ||||||
| 	--with-extra-charsets=all \ | 	--with-extra-charsets=all \ | ||||||
| 	--with-big-tables \ | 	--with-big-tables \ | ||||||
|  | 	--with-innodb \ | ||||||
|  | 	--with-ndbcluster \ | ||||||
| 	--enable-local-infile \ | 	--enable-local-infile \ | ||||||
| 	--enable-largefile \ | 	--enable-largefile \ | ||||||
| 	--enable-thread-safe-client \ | 	--enable-thread-safe-client \ | ||||||
| @ -631,6 +633,10 @@ fi | |||||||
| %{_mandir}/man1/mysql_client_test.1* | %{_mandir}/man1/mysql_client_test.1* | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Thu Jan 22 2009 Tom Lane <tgl@redhat.com> 5.1.30-2 | ||||||
|  | - hm, apparently --with-innodb and --with-ndbcluster are still needed | ||||||
|  |   even though no longer documented ... | ||||||
|  | 
 | ||||||
| * Thu Jan 22 2009 Tom Lane <tgl@redhat.com> 5.1.30-1 | * Thu Jan 22 2009 Tom Lane <tgl@redhat.com> 5.1.30-1 | ||||||
| - Update to MySQL 5.1.30.  Note that this includes an ABI break for | - Update to MySQL 5.1.30.  Note that this includes an ABI break for | ||||||
|   libmysqlclient (it's now got .so major version 16). |   libmysqlclient (it's now got .so major version 16). | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user