Skip to content

Commit 2579937

Browse files
author
HugoFara
committed
refactor(sql): admin privileges are no longer required (#167)
1 parent bf0c7df commit 2579937

File tree

2 files changed

+177
-123
lines changed

2 files changed

+177
-123
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ ones are marked like "v1.0.0-fork".
6464
* **TTS Settings Storage** ([#186](https://github.com/HugoFara/lwt/issues/186)):
6565
Text-to-Speech language settings (voice, rate, pitch) now use browser localStorage
6666
instead of cookies. Includes automatic migration from old cookie format.
67+
* **Removed SYSTEM_VARIABLES_ADMIN Privilege Requirement**
68+
([#167](https://github.com/HugoFara/lwt/issues/167)): LWT no longer requires
69+
elevated database privileges for word imports. The `SET GLOBAL max_heap_table_size`
70+
call has been removed and replaced with chunked batch inserts (500 rows per batch)
71+
that stream files line-by-line, reducing memory usage for large imports.
6772

6873
### Fixed
6974

0 commit comments

Comments
 (0)